aztec-packages
aztec-packages copied to clipboard
- outline 8/26 - first draft 9/2 - post in engineering-designs 9/9
We need to add support for a based fallback. There are a couple of things that can get weird here. - it is necessary to provide the proof at the...
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
The current constants setup where we use the `constants.nr` to build the others files are a pain in the ass if dealing with places that needs the constants but is...
PIL * Moved ALU lookups to alu.pil. These are mostly range checks and I expect them to be different once @IlyasRidhuan finishes setting up the gadget changes. CPP * Made...
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
Currently the fee juice contract got a `mint_public` function as such: ```rust // TODO(@just-mitch): remove this function before mainnet deployment // convenience function for testing // the true canonical Fee...
When converting ToRadix, the items are outputted with field type. Knowing that, brillig_gen codegens a loop of casts of the items to the desired type. Noir expects ToRadix to output...
Just [fixed a bug](https://github.com/AztecProtocol/aztec-packages/pull/7996/commits/4d8633b45524372a9533da3cb873a875f591eea8) in Nico's [recent PR](https://github.com/AztecProtocol/aztec-packages/pull/7996) and I realized that the issue was annoying to spot because we were missing key types check. Create a specific type for...
Closes https://github.com/AztecProtocol/aztec-packages/issues/7825 We now hash each set of public keys once instead of twice by having a smarter oracle function that always returns the correct value, instead of two that...