Commit f943cad
refactor(aztec-nr)!: move messages::message_delivery to messages::delivery (#23875)
Pure module move to make reviewing
#23865 easier. In
#23865 we update the MessageDeliver builder API. Once this merges,
#23865 gets rebased on top so its diff shows only the API delta.
- Renames `aztec/src/messages/message_delivery.nr` to
`aztec/src/messages/delivery/mod.nr`
- Updates every import and doc-link site
- No behavior change and no API change;
- New `## TBD` migration note for the module move, and the existing TBD
`set_sender_for_tags` entry updated to the new path.
- Regenerated the two contract snapshots affected by the move
(`invalid_event` stderr, `token_contract` expanded).
Top of stack. Next is
#23865
---------
Co-authored-by: AztecBot <tech@aztec-labs.com>1 parent ad12d0f commit f943cad
64 files changed
Lines changed: 274 additions & 788 deletions
File tree
- boxes/boxes
- react/src/contracts/src
- vite/src/contracts/src
- docs
- docs-developers/docs
- aztec-nr/framework-description
- resources
- tutorials/contract_tutorials
- examples
- contracts
- bob_token_contract/src
- counter_contract/src
- nft/src
- webapp-tutorial/contracts/src
- noir-projects
- aztec-nr
- aztec/src
- context
- event
- messages
- delivery
- logs
- processing
- note
- oracle
- uint-note/src
- contract-snapshots
- test_programs/compile_failure
- bob_token/src
- invalid_event/src
- tests/snapshots
- compile_failure/invalid_event
- expand/token_contract
- noir-contracts/contracts
- account
- ecdsa_k_account_contract/src
- ecdsa_r_account_contract/src
- schnorr_account_contract/src
- app
- app_subscription_contract/src
- card_game_contract/src
- crowdfunding_contract/src
- escrow_contract/src
- nft_contract/src
- types
- private_token_contract/src
- simple_token_contract/src
- token_blacklist_contract/src
- token_contract/src
- standard/handshake_registry_contract/src
- test
- benchmarking_contract/src
- child_contract/src
- counter/counter_contract/src
- custom_message_contract/src
- custom_sync_state_contract/src
- event_only_contract/src
- nested_utility_contract/src
- no_constructor_contract/src
- note_getter_contract/src
- offchain_effect_contract/src
- offchain_payment_contract/src
- pending_note_hashes_contract/src
- private_init_test_contract/src
- scope_test_contract/src
- spam_contract/src
- state_vars_contract/src
- stateful_test_contract/src
- static_child_contract/src
- test_contract/src
- test_log_contract/src
- updatable_contract/src
- updated_contract/src
- protocol-fuzzer/contracts/side_effect_contract/src
- yarn-project
- aztec/scripts/templates/counter/contract/src
- stdlib/src/logs
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 | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
| |||
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
22 | | - | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments