Commit 3c8a9c6
authored
feat: merge-train/fairies (#23079)
BEGIN_COMMIT_OVERRIDE
fix: include sqlite binary in its npm package (#23039)
fix: add sendMessagesAs to wallet api schemas (#23041)
refactor(pxe): deduplicate tx hash lookups in MessageContextService
(#23075)
refactor(pxe): batch tagged private log queries across all secrets
(#23048)
refactor(pxe): batch log RPC calls in LogService.fetchLogsByTag (#23088)
feat(pxe,nr): flesh out account stubs and don't exclude syncing for
overrides (#23054)
feat: deploy method refactor 2 (#23033)
feat: fastForwardContractUpdate cheatcode for simulating contract
updates (#22905)
refactor(stdlib): consolidate find-function-by-selector helpers (#23008)
feat(ci): Snapshots for aztec-nr contract compilation failures and nargo
expand (#23061)
chore: kv store test fully on vitest (#23096)
refactor(pxe): skip redundant getBlock RPC when querying at anchor block
(#23100)
chore(playground): bump main chunk size limit 1750 → 1800 KB (#23107)
feat(txe): allow authorizing cross-contract utility calls in nr tests
(#23064)
chore: bench public fns with emit repro (#23105)
END_COMMIT_OVERRIDE325 files changed
Lines changed: 25675 additions & 2268 deletions
File tree
- docs/docs-developers/docs
- aztec-js
- resources
- noir-projects
- aztec-nr/aztec/src/test/helpers
- contract-snapshots
- src
- test_programs
- compile_failure
- allow_phase_change_on_non_external_fn
- src
- allow_phase_change_on_utility_fn
- src
- authorization_selector_collision
- src
- authorize_once_from_wrong_type
- src
- authorize_once_missing_from_param
- src
- authorize_once_missing_nonce_param
- src
- authorize_once_nonce_wrong_type
- src
- authorize_once_on_non_external_fn
- src
- authorize_once_on_utility_fn
- src
- aztec_macro_too_many_args
- src
- bob_token
- src
- duplicate_storage
- src
- event_selector_collision
- src
- external_and_internal_together
- src
- incorrect_storage_struct_name
- src
- initializer_on_non_external_fn
- src
- initializer_on_utility_fn
- src
- invalid_event
- src
- invalid_external_function_type
- src
- invalid_internal_function_type
- src
- invalid_note
- src
- marked_private_unconstrained
- src
- marked_public_unconstrained
- src
- noinitcheck_on_non_external_fn
- src
- noinitcheck_on_utility_fn
- src
- noinitcheck_without_initializer
- src
- non_deserializable
- src
- non_serializable
- src
- only_self_on_non_external_fn
- src
- only_self_on_utility_fn
- src
- panic_on_direct_private_external_fn_call
- src
- panic_on_direct_private_internal_fn_call
- src
- panic_on_direct_public_external_fn_call
- src
- panic_on_direct_public_internal_fn_call
- src
- panic_on_direct_utility_external_fn_call
- src
- panic_on_incorrectly_performed_private_call
- src
- panic_on_incorrectly_performed_private_static_call
- src
- panic_on_incorrectly_performed_public_call
- src
- panic_on_incorrectly_performed_public_static_call
- src
- panic_on_non_state_var_in_storage
- src
- panic_on_owned_state_var_in_storage
- src
- pub_private_external_fn
- src
- pub_public_external_fn
- src
- pub_utility_external_fn
- src
- public_allow_phase_change
- src
- public_function_selector_collision
- src
- reserved_emit_public_init_nullifier
- src
- reserved_public_dispatch
- src
- unmacroified_function_in_contract
- src
- user_defined_offchain_receive
- src
- utility_not_unconstrained
- src
- view_on_non_external_fn
- src
- view_on_utility_fn
- src
- compile_success/authorize_once_before_external
- src
- tests
- snapshots
- compile_failure
- allow_phase_change_on_non_external_fn
- allow_phase_change_on_utility_fn
- authorization_selector_collision
- authorize_once_from_wrong_type
- authorize_once_missing_from_param
- authorize_once_missing_nonce_param
- authorize_once_nonce_wrong_type
- authorize_once_on_non_external_fn
- authorize_once_on_utility_fn
- aztec_macro_too_many_args
- bob_token
- duplicate_storage
- event_selector_collision
- external_and_internal_together
- incorrect_storage_struct_name
- initializer_on_non_external_fn
- initializer_on_utility_fn
- invalid_event
- invalid_external_function_type
- invalid_internal_function_type
- invalid_note
- marked_private_unconstrained
- marked_public_unconstrained
- noinitcheck_on_non_external_fn
- noinitcheck_on_utility_fn
- noinitcheck_without_initializer
- non_deserializable
- non_serializable
- only_self_on_non_external_fn
- only_self_on_utility_fn
- panic_on_direct_private_external_fn_call
- panic_on_direct_private_internal_fn_call
- panic_on_direct_public_external_fn_call
- panic_on_direct_public_internal_fn_call
- panic_on_direct_utility_external_fn_call
- panic_on_incorrectly_performed_private_call
- panic_on_incorrectly_performed_private_static_call
- panic_on_incorrectly_performed_public_call
- panic_on_incorrectly_performed_public_static_call
- panic_on_non_state_var_in_storage
- panic_on_owned_state_var_in_storage
- pub_private_external_fn
- pub_public_external_fn
- pub_utility_external_fn
- public_allow_phase_change
- public_function_selector_collision
- reserved_emit_public_init_nullifier
- reserved_public_dispatch
- unmacroified_function_in_contract
- user_defined_offchain_receive
- utility_not_unconstrained
- view_on_non_external_fn
- view_on_utility_fn
- compile_success/authorize_once_before_external
- expand
- amm_contract
- avm_gadgets_test_contract
- avm_test_contract
- public_fns_with_emit_repro_contract
- storage_proof_test_contract
- token_contract
- noir-contracts-comp-failures
- contracts
- allow_phase_change_on_non_external_fn
- allow_phase_change_on_utility_fn
- authorization_selector_collision
- authorize_once_before_external
- authorize_once_from_wrong_type
- authorize_once_missing_from_param
- authorize_once_missing_nonce_param
- authorize_once_nonce_wrong_type
- authorize_once_on_non_external_fn
- authorize_once_on_utility_fn
- aztec_macro_too_many_args
- bob_token
- duplicate_storage
- event_selector_collision
- external_and_internal_together
- incorrect_storage_struct_name
- initializer_on_non_external_fn
- initializer_on_utility_fn
- invalid_event
- invalid_external_function_type
- invalid_internal_function_type
- invalid_note
- marked_private_unconstrained
- marked_public_unconstrained
- noinitcheck_on_non_external_fn
- noinitcheck_on_utility_fn
- noinitcheck_without_initializer
- non_deserializable
- non_serializable
- only_self_on_non_external_fn
- only_self_on_utility_fn
- panic_on_direct_private_external_fn_call
- panic_on_direct_private_internal_fn_call
- panic_on_direct_public_external_fn_call
- panic_on_direct_public_internal_fn_call
- panic_on_direct_utility_external_fn_call
- panic_on_incorrectly_performed_private_call
- panic_on_incorrectly_performed_private_static_call
- panic_on_incorrectly_performed_public_call
- panic_on_incorrectly_performed_public_static_call
- panic_on_non_state_var_in_storage
- panic_on_owned_state_var_in_storage
- pub_private_external_fn
- pub_public_external_fn
- pub_utility_external_fn
- public_allow_phase_change
- public_function_selector_collision
- reserved_emit_public_init_nullifier
- reserved_public_dispatch
- unmacroified_function_in_contract
- user_defined_offchain_receive
- utility_not_unconstrained
- view_on_non_external_fn
- view_on_utility_fn
- noir-contracts
- contracts
- account
- simulated_ecdsa_account_contract
- src
- simulated_schnorr_account_contract/src
- test
- nested_utility_contract/src
- public_fns_with_emit_repro_contract
- src
- playground
- src/components/contract/components
- yarn-project
- aztec-node/src/aztec-node
- aztec.js/src
- api
- contract
- deployment
- wallet
- builder/src/contract-interface-gen
- end-to-end/src
- kv-store
- scripts
- src
- indexeddb
- interfaces
- lmdb-v2
- lmdb
- pxe/src
- contract_function_simulator
- oracle
- contract_sync
- hooks
- logs
- messages
- storage/contract_store
- tagging
- recipient_sync
- utils
- simulator/src/public
- public_processor
- public_tx_simulator
- apps_tests
- sqlite3mc-wasm
- scripts
- vendor/jswasm
- stdlib
- src
- abi
- block/test
- 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 | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | 304 | | |
306 | 305 | | |
307 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
370 | | - | |
371 | 372 | | |
| 373 | + | |
372 | 374 | | |
373 | 375 | | |
374 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
86 | 104 | | |
87 | 105 | | |
88 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
188 | 201 | | |
189 | 202 | | |
190 | 203 | | |
| |||
Lines changed: 113 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
158 | | - | |
| 159 | + | |
159 | 160 | | |
160 | | - | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
162 | 180 | | |
163 | 181 | | |
164 | 182 | | |
| |||
169 | 187 | | |
170 | 188 | | |
171 | 189 | | |
172 | | - | |
| 190 | + | |
173 | 191 | | |
| 192 | + | |
174 | 193 | | |
175 | 194 | | |
176 | | - | |
| 195 | + | |
177 | 196 | | |
178 | 197 | | |
179 | 198 | | |
180 | 199 | | |
181 | 200 | | |
182 | | - | |
| 201 | + | |
183 | 202 | | |
184 | 203 | | |
185 | 204 | | |
186 | | - | |
| 205 | + | |
187 | 206 | | |
188 | 207 | | |
189 | 208 | | |
| |||
192 | 211 | | |
193 | 212 | | |
194 | 213 | | |
195 | | - | |
| 214 | + | |
196 | 215 | | |
197 | | - | |
198 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
199 | 235 | | |
200 | 236 | | |
201 | 237 | | |
| |||
207 | 243 | | |
208 | 244 | | |
209 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
210 | 280 | | |
211 | 281 | | |
212 | 282 | | |
| |||
629 | 699 | | |
630 | 700 | | |
631 | 701 | | |
632 | | - | |
| 702 | + | |
633 | 703 | | |
634 | 704 | | |
635 | | - | |
| 705 | + | |
636 | 706 | | |
637 | 707 | | |
638 | 708 | | |
| |||
646 | 716 | | |
647 | 717 | | |
648 | 718 | | |
| 719 | + | |
649 | 720 | | |
650 | 721 | | |
651 | 722 | | |
| |||
670 | 741 | | |
671 | 742 | | |
672 | 743 | | |
673 | | - | |
| 744 | + | |
674 | 745 | | |
675 | 746 | | |
676 | | - | |
| 747 | + | |
677 | 748 | | |
678 | 749 | | |
679 | 750 | | |
| |||
687 | 758 | | |
688 | 759 | | |
689 | 760 | | |
| 761 | + | |
690 | 762 | | |
691 | 763 | | |
692 | 764 | | |
| |||
701 | 773 | | |
702 | 774 | | |
703 | 775 | | |
704 | | - | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
705 | 780 | | |
706 | 781 | | |
707 | 782 | | |
708 | | - | |
709 | | - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
710 | 802 | | |
711 | 803 | | |
712 | 804 | | |
| |||
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| 77 | + | |
75 | 78 | | |
76 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
209 | 217 | | |
210 | 218 | | |
211 | 219 | | |
212 | | - | |
| 220 | + | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
219 | 227 | | |
| 228 | + | |
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
| |||
228 | 237 | | |
229 | 238 | | |
230 | 239 | | |
231 | | - | |
| 240 | + | |
232 | 241 | | |
233 | 242 | | |
234 | 243 | | |
| 244 | + | |
235 | 245 | | |
236 | 246 | | |
237 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments