Commit b36f2f7
authored
feat: merge-train/avm (#23332)
BEGIN_COMMIT_OVERRIDE
feat!: add immutables_hash to contract instance (#23091)
feat!: update address derivation (#23151)
feat(avm)!: add immutables_hash member to get contract instance opcode
(#23152)
feat!: azip 8 public key hashes (#23159)
feat(avm)!: Remove `is_infinite` flag from AVM ECC & update noir
submodule with serialization changes (#23342)
fix(avm): addressing claude review of interaction builders code (#23431)
END_COMMIT_OVERRIDE244 files changed
Lines changed: 39537 additions & 8958 deletions
File tree
- avm-transpiler/src
- procedures
- barretenberg/cpp
- pil/vm2
- bytecode
- opcodes
- scripts
- src/barretenberg
- avm_fuzzer
- common/interfaces
- fuzz_lib
- harness
- mutations
- instructions
- aztec
- dsl/acir_format
- serde
- vm2
- common
- constraining
- relations
- generated
- relations
- simulation
- events
- gadgets
- lib
- testing
- tracegen
- lib
- opcodes
- docs
- docs-developers/docs
- aztec-nr/framework-description
- foundational-topics/accounts
- resources
- noir-projects
- aztec-nr
- aztec/src
- context
- keys/getters
- macros
- oracle
- state_vars
- test/helpers/test_environment/test
- uint-note/src
- noir-contracts/contracts
- app
- card_game_contract/src
- nft_contract/src/types
- protocol_interface/contract_instance_registry_interface/src
- protocol/contract_instance_registry_contract/src
- test
- avm_test_contract/src
- scope_test_contract/src
- noir-protocol-circuits/crates
- private-kernel-init-2
- private-kernel-init-3
- private-kernel-init
- private-kernel-inner-2
- private-kernel-inner-3
- private-kernel-inner
- private-kernel-lib/src
- reset/key_validation_request
- tests
- tests
- private_kernel_inner
- private_kernel_reset
- private_kernel_tail_to_public
- private_kernel_tail
- private-kernel-reset
- private-kernel-tail-to-public
- private-kernel-tail
- protocol-test-utils/src
- fixtures
- rollup-block-merge
- rollup-block-root-first-empty-tx
- rollup-block-root-first-single-tx
- rollup-block-root-first
- rollup-block-root-single-tx
- rollup-block-root
- rollup-checkpoint-merge
- rollup-checkpoint-root-single-block
- rollup-checkpoint-root
- rollup-root
- rollup-tx-base-private
- rollup-tx-base-public
- rollup-tx-merge
- types/src
- abis/validation_requests
- address
- noir
- yarn-project
- aztec-node/src/aztec-node
- aztec.js/src
- deployment
- wallet
- aztec/src/cli
- constants/src
- scripts
- end-to-end/src
- e2e_deploy_contract
- e2e_prover
- test-wallet
- foundation/src/curves/grumpkin
- key-store/src
- noir-protocol-circuits-types/src
- __snapshots__
- conversion
- p2p/src/msg_validators/tx_validator
- protocol-contracts
- fixtures
- src
- class-registry/__snapshots__
- instance-registry
- __snapshots__
- scripts
- pxe/src
- contract_function_simulator/oracle
- private_kernel
- hints
- storage
- address_store
- backwards_compatibility_tests
- __snapshots__
- simulator
- docs/avm
- opcodes
- src/public
- avm
- apps_tests
- fixtures
- opcodes
- fixtures
- stdlib/src
- avm
- contract
- interfaces
- interfaces
- kernel/hints
- keys
- tests
- txe/src
- oracle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | 236 | | |
238 | 237 | | |
239 | | - | |
240 | 238 | | |
241 | 239 | | |
242 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
| 24 | + | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 55 | + | |
61 | 56 | | |
62 | 57 | | |
63 | | - | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
71 | | - | |
| 65 | + | |
72 | 66 | | |
73 | 67 | | |
74 | | - | |
| 68 | + | |
75 | 69 | | |
76 | 70 | | |
77 | 71 | | |
78 | 72 | | |
79 | | - | |
| 73 | + | |
80 | 74 | | |
81 | 75 | | |
82 | | - | |
| 76 | + | |
83 | 77 | | |
84 | 78 | | |
85 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1280 | 1280 | | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | | - | |
1284 | 1283 | | |
1285 | 1284 | | |
1286 | | - | |
1287 | 1285 | | |
1288 | 1286 | | |
1289 | 1287 | | |
1290 | | - | |
| 1288 | + | |
1291 | 1289 | | |
1292 | 1290 | | |
1293 | 1291 | | |
1294 | 1292 | | |
1295 | | - | |
1296 | 1293 | | |
1297 | 1294 | | |
1298 | | - | |
1299 | 1295 | | |
1300 | 1296 | | |
1301 | 1297 | | |
1302 | 1298 | | |
1303 | 1299 | | |
1304 | 1300 | | |
1305 | | - | |
1306 | 1301 | | |
1307 | 1302 | | |
1308 | | - | |
1309 | 1303 | | |
1310 | 1304 | | |
1311 | 1305 | | |
1312 | 1306 | | |
1313 | 1307 | | |
1314 | 1308 | | |
1315 | 1309 | | |
1316 | | - | |
1317 | | - | |
| 1310 | + | |
1318 | 1311 | | |
1319 | 1312 | | |
1320 | | - | |
1321 | | - | |
| 1313 | + | |
| 1314 | + | |
1322 | 1315 | | |
1323 | | - | |
| 1316 | + | |
1324 | 1317 | | |
1325 | 1318 | | |
1326 | 1319 | | |
1327 | 1320 | | |
1328 | 1321 | | |
1329 | | - | |
| 1322 | + | |
1330 | 1323 | | |
1331 | 1324 | | |
1332 | 1325 | | |
| |||
1634 | 1627 | | |
1635 | 1628 | | |
1636 | 1629 | | |
| 1630 | + | |
1637 | 1631 | | |
1638 | 1632 | | |
1639 | 1633 | | |
| |||
1643 | 1637 | | |
1644 | 1638 | | |
1645 | 1639 | | |
| 1640 | + | |
1646 | 1641 | | |
1647 | 1642 | | |
1648 | 1643 | | |
| |||
0 commit comments