Commit 79156c4
authored
chore: Accumulated backports to v4 (#21355)
BEGIN_COMMIT_OVERRIDE
chore: chonk proof compression poc (#20645)
feat: Update L1 to L2 message APIs (#20913)
fix: adapt chonk proof compression for v4 Translator layout (#21067)
fix: omit bigint priceBumpPercentage from IPC config in testbench worker
(#21086)
feat: standby mode for prover broker (#21098)
fix(p2p): remove default block handler in favor of block handler
(#21105)
chore: prepare barretenberg-rs for crates.io publishing (#20496)
feat: reenable function selectors + additional validation in public
setup allowlist (backport #20909, #21122) (#21129)
chore: remove stale aes comments (#21133)
chore: remove auto-tag job (#21127)
feat: calldata length validation of public setup function allowlist
(#21139)
feat: run AVM NAPI simulations on dedicated threads instead of libuv
pool (#21138)
feat: Remove non-protocol contracts from public setup allowlist (#21154)
feat!: Expose offchain effects when simulating/sending txs (backport
#20563) (#21110)
chore: bump minor version (#21171)
chore: backport #21161 (tally slashing pruning improvements) to v4
(#21166)
chore: More updated Alpha configuration (backport #21155) (#21165)
fix(p2p): report most severe failure in runValidations (#21185)
feat: add ergonomic conversions for Noir's `Option<T>` (#21107)
docs: clarifying Noir fields vs struct fields in event metadata (#21172)
fix: bump lighthouse consensus client v7.1.0 -> v8.0.1 (#21170)
fix: update dependencies (#20997)
chore: New alpha-net environment (#20800) (#21202)
chore: code decuplication + refactor (public setup allowlist) (#21200)
feat: mask all ciphertext fields with Poseidon2-derived values (backport
#21009) (#21140)
chore: disable sponsored FPC in testnet (#21235)
feat!: exposing pub event pagination on wallet (#21197)
refactor(pxe): narrow tryGetPublicKeysAndPartialAddress return type
(backport #21208) (#21236)
feat: orchestrator enqueues via serial queue (#21247)
feat: rollup mana limit gas validation (#21219)
chore: deploy SPONSORED_FPC in test networks (#21254)
fix(sequencer): fix log when not enough txs (#21297)
fix: Simulate gas in n tps test. Set min txs per block to 1 (backport
#21312) (#21329)
fix(log): do not log validation error if unregistered handler (#21111)
fix(node): fix index misalignment in findLeavesIndexes (#21327)
fix: limit parallel blocks in prover to max AVM parallel simulations
(#21320)
fix: use native sha256 to speed up proving job id generation (#21292)
fix(validator): wait for l1 sync before processing block proposals
(#21336)
fix(txpool): cap priority fee with max fees when computing priority
(#21279)
chore: reduce severity of errors due to HA node not acquiring signature
(#21311)
fix: (A-643) add buffer to maxFeePerBlobGas for gas estimation and fix
bump loop truncation (#21323)
END_COMMIT_OVERRIDE161 files changed
Lines changed: 3336 additions & 1174 deletions
File tree
- barretenberg
- acir_tests
- browser-test-app
- docs
- boxes
- boxes/react
- docs
- docs-developers/docs/resources
- examples/ts/aztecjs_advanced
- noir-projects
- aztec-nr/aztec/src
- messages/encryption
- utils
- noir-contracts
- contracts/test/option_param_contract
- src
- noir-protocol-circuits/crates/types/src
- playground
- spartan
- environments
- eth-devnet
- entrypoints
- scripts
- terraform
- deploy-aztec-infra
- deploy-eth-devnet/values
- yarn-project
- archiver/src
- modules
- test
- aztec-node/src
- aztec-node
- sentinel
- aztec.js/src
- api
- contract
- utils
- wallet
- aztec/src
- local-network
- testing
- builder/src/contract-interface-gen
- constants/src
- end-to-end/src
- bench/client_flows
- e2e_epochs
- e2e_fees
- spartan
- utils
- epoch-cache/src
- test
- ethereum/src
- contracts
- l1_tx_utils
- foundation/src/config
- ivc-integration
- native/src
- p2p/src
- client
- test
- mem_pools
- tx_pool_v2
- tx_pool
- msg_validators/tx_validator
- services/libp2p
- test-helpers
- prover-client/src
- mocks
- orchestrator
- prover-client
- proving_broker
- prover-node
- src
- job
- pxe/src/contract_function_simulator/oracle
- sequencer-client/src/sequencer
- slasher/src
- watchers
- stdlib/src
- abi
- block
- epoch-helpers
- interfaces
- l1-contracts
- logs
- p2p
- validators
- telemetry-client/src
- txe/src/state_machine
- validator-client/src
- key_store
- validator-ha-signer/src
- world-state/src/synchronizer
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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
973 | | - | |
974 | | - | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
975 | 975 | | |
976 | | - | |
| 976 | + | |
| 977 | + | |
977 | 978 | | |
978 | 979 | | |
979 | | - | |
980 | | - | |
| 980 | + | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
1167 | 1167 | | |
1168 | 1168 | | |
1169 | 1169 | | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
| |||
1261 | 1261 | | |
1262 | 1262 | | |
1263 | 1263 | | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
| 1269 | + | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
| |||
1289 | 1289 | | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | | - | |
| 1292 | + | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
| |||
1605 | 1605 | | |
1606 | 1606 | | |
1607 | 1607 | | |
1608 | | - | |
| 1608 | + | |
1609 | 1609 | | |
1610 | 1610 | | |
1611 | 1611 | | |
| |||
1614 | 1614 | | |
1615 | 1615 | | |
1616 | 1616 | | |
1617 | | - | |
1618 | | - | |
1619 | | - | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
1620 | 1620 | | |
1621 | | - | |
1622 | | - | |
1623 | | - | |
| 1621 | + | |
| 1622 | + | |
1624 | 1623 | | |
1625 | | - | |
1626 | | - | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
1627 | 1627 | | |
1628 | | - | |
| 1628 | + | |
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
| |||
2297 | 2297 | | |
2298 | 2298 | | |
2299 | 2299 | | |
2300 | | - | |
| 2300 | + | |
2301 | 2301 | | |
2302 | 2302 | | |
2303 | 2303 | | |
| |||
3377 | 3377 | | |
3378 | 3378 | | |
3379 | 3379 | | |
3380 | | - | |
3381 | | - | |
3382 | | - | |
| 3380 | + | |
| 3381 | + | |
| 3382 | + | |
3383 | 3383 | | |
3384 | 3384 | | |
3385 | | - | |
| 3385 | + | |
3386 | 3386 | | |
3387 | 3387 | | |
3388 | 3388 | | |
3389 | 3389 | | |
3390 | | - | |
3391 | | - | |
| 3390 | + | |
| 3391 | + | |
3392 | 3392 | | |
3393 | | - | |
3394 | | - | |
| 3393 | + | |
| 3394 | + | |
3395 | 3395 | | |
3396 | 3396 | | |
3397 | 3397 | | |
| |||
3609 | 3609 | | |
3610 | 3610 | | |
3611 | 3611 | | |
3612 | | - | |
3613 | | - | |
3614 | | - | |
3615 | | - | |
| 3612 | + | |
| 3613 | + | |
| 3614 | + | |
| 3615 | + | |
3616 | 3616 | | |
3617 | 3617 | | |
3618 | 3618 | | |
| |||
3729 | 3729 | | |
3730 | 3730 | | |
3731 | 3731 | | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
3732 | 3739 | | |
3733 | 3740 | | |
3734 | 3741 | | |
| |||
4138 | 4145 | | |
4139 | 4146 | | |
4140 | 4147 | | |
4141 | | - | |
4142 | | - | |
4143 | | - | |
4144 | | - | |
4145 | | - | |
4146 | | - | |
4147 | | - | |
4148 | 4148 | | |
4149 | 4149 | | |
4150 | 4150 | | |
| |||
4192 | 4192 | | |
4193 | 4193 | | |
4194 | 4194 | | |
4195 | | - | |
4196 | | - | |
4197 | | - | |
4198 | | - | |
4199 | | - | |
4200 | | - | |
4201 | | - | |
4202 | | - | |
4203 | | - | |
4204 | 4195 | | |
4205 | 4196 | | |
4206 | 4197 | | |
| |||
4433 | 4424 | | |
4434 | 4425 | | |
4435 | 4426 | | |
4436 | | - | |
4437 | | - | |
4438 | | - | |
4439 | | - | |
4440 | | - | |
4441 | | - | |
4442 | | - | |
4443 | | - | |
| 4427 | + | |
4444 | 4428 | | |
4445 | 4429 | | |
4446 | 4430 | | |
4447 | 4431 | | |
4448 | 4432 | | |
4449 | 4433 | | |
| 4434 | + | |
| 4435 | + | |
| 4436 | + | |
| 4437 | + | |
| 4438 | + | |
| 4439 | + | |
| 4440 | + | |
4450 | 4441 | | |
4451 | 4442 | | |
4452 | 4443 | | |
| |||
4529 | 4520 | | |
4530 | 4521 | | |
4531 | 4522 | | |
4532 | | - | |
4533 | | - | |
4534 | | - | |
4535 | | - | |
4536 | | - | |
4537 | | - | |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
4538 | 4527 | | |
4539 | 4528 | | |
4540 | 4529 | | |
4541 | | - | |
4542 | | - | |
4543 | | - | |
| 4530 | + | |
| 4531 | + | |
| 4532 | + | |
4544 | 4533 | | |
4545 | 4534 | | |
4546 | 4535 | | |
4547 | 4536 | | |
4548 | | - | |
| 4537 | + | |
4549 | 4538 | | |
4550 | 4539 | | |
4551 | 4540 | | |
4552 | | - | |
| 4541 | + | |
4553 | 4542 | | |
4554 | 4543 | | |
4555 | 4544 | | |
| |||
4580 | 4569 | | |
4581 | 4570 | | |
4582 | 4571 | | |
4583 | | - | |
4584 | | - | |
4585 | | - | |
| 4572 | + | |
| 4573 | + | |
| 4574 | + | |
4586 | 4575 | | |
4587 | 4576 | | |
4588 | | - | |
| 4577 | + | |
4589 | 4578 | | |
4590 | 4579 | | |
4591 | 4580 | | |
4592 | 4581 | | |
4593 | 4582 | | |
4594 | | - | |
| 4583 | + | |
4595 | 4584 | | |
4596 | | - | |
| 4585 | + | |
4597 | 4586 | | |
4598 | 4587 | | |
4599 | 4588 | | |
4600 | | - | |
| 4589 | + | |
4601 | 4590 | | |
4602 | 4591 | | |
4603 | 4592 | | |
| |||
5310 | 5299 | | |
5311 | 5300 | | |
5312 | 5301 | | |
5313 | | - | |
5314 | | - | |
5315 | | - | |
5316 | | - | |
5317 | | - | |
5318 | | - | |
5319 | | - | |
5320 | | - | |
5321 | | - | |
5322 | 5302 | | |
5323 | 5303 | | |
5324 | 5304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
80 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
0 commit comments