Extending Noir Version Support
v1.6.5
Our initial Noir support was limited to v0.17.0. As the Noir documentation explicitly states:
Noir is in full-speed development. Things break fast, wild, and often.
This release extends our support to more of the latest stable Noir versions, including v0.17.0, v0.18.0, v0.19.4, v0.22.0, v0.23.0.
You should indicate which version you are developing with when you upload your circuit to Sindri's API via the noirVersion
field in your sindri.json
manifest.
While we recommend you choose the latest version available, it is more important to match the version of Noir you have installed locally - otherwise the proofs returned from Sindri might not be compatible with your local verifier or smart contract.