aztec-packages: v0.12.0
Pre-release
Pre-release
0.12.0 (2023-10-26)
⚠ BREAKING CHANGES
- remove plookup pedersen methods from c_bind namespace (#3033)
Features
- Add function selector to cli to make it easier for to call functions (#3053) (e0f0a8e), closes #1996
- Added correctness tests for several small relations in Goblin Translator (Goblin Translator part 8) (#2963) (4c83250)
- AWS mainnet fork (#2986) (f491362)
- Correctness tests for decomposition and non-native field relations (Goblin Translator Part 9) (#2981) (cdc830d)
- Enable sol verifier tests in ci (#2997) (058de1e)
- Goblin Translator flavor and permutation correctness (Goblin Translator part 7) (#2961) (737f17f)
- Linking errors (#3004) (388a47b), closes #2969
Bug Fixes
- Fix clang-16 check (#3030) (7a5a8b3)
- Fix docusaurus yellow paper build (#3063) (db54c1f)
- Run deploy step for mainnet fork (#3052) (9b6be22)
- Try fix publish bb (#3036) (51248b5)
- Unboxing - nargo.toml injection of "-" for "_" (#3018) (83d6c51)
Miscellaneous
- acir_tests: Add script to regenerate double_verify_proof inputs (#3005) (9c4eab2)
- Add portal contract option to deploy subcommand of aztec-cli (#3032) (546b410)
- Fix
pedersen_compress_with_hash_index
c_bind function (#3054) (a136f6e) - Msg sender is 0 when no entrypoint is called (#3024) (53c6680), closes #2949
- Optimize pedersen hash for the common usecase by not allocating when input fits in scratch space (#3056) (a0d290d)
- Proxy redundant
hash
methods (#3046) (df389b5) - Remove "non-core artifact" nargo generated files (#3026) (03ebb8e), closes #2977
- Remove
pedersen_buffer_to_field
from c_bind (#3045) (de7e63b) - Remove pedersen hash oracle (#3023) (0e6958c)
- Remove plookup pedersen methods from c_bind namespace (#3033) (a8ea391)
- Rename pedersen typescript methods to be called
hash
instead of compress (#3047) (2f7cc5f) - Run check rebuild on boxes (#3000) (c503d91)
- Same prettier in boxes and everywhere else (#3025) (0769d20), closes #2978