Commit a0753c3
committed
refactor(auth_registry): move contract to contracts/canonical/
Now that auth_registry is no longer a magic-address protocol contract,
`contracts/protocol/` was misleading. Establishes a `canonical/` sibling
directory for non-protocol contracts deployed at well-known
artifact-derived addresses (deployed in early blocks, not at genesis,
not part of protocolContractsHash). Paths updated in noir-contracts'
top-level Nargo.toml, avm_test_contract's dep, the cycle guard script,
and derive_auth_registry's AUTH_REGISTRY_SRC_DIR.1 parent 5899936 commit a0753c3
6 files changed
Lines changed: 4 additions & 5 deletions
File tree
- noir-projects
- noir-contracts
- contracts
- canonical/auth_registry_contract
- src
- test/avm_test_contract
- scripts
- yarn-project/protocol-contracts/src/auth-registry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments