Commit 113efeb
strict v2 account identity: registry-only address resolution (#17)
* Add Docker Compose stack for evd and update branch changes
* Use ev-node-grpc image as default in compose
* Remove EV_NODE_IMAGE override from compose setup
* fix: resolve clap grpc_addr name collision in testapp CLI
The duplicate grpc_addr field in TestappRunCustom clashed with the
same field in NativeRunConfigArgs, causing a runtime panic. Use the
existing --grpc-addr from NativeRunConfigArgs wired through NodeConfig.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* strict v2 account identity: registry-only address resolution
* include remaining chain-index and node changes
* Address review feedback and stabilize node/rpc flows
* Clarify recipient-required policy and cover auto-mapping
* Track AccountId numeric-compat cleanup
* Fix unresolved PR issues in evd and custom genesis
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 398dffd commit 113efeb
36 files changed
Lines changed: 2091 additions & 879 deletions
File tree
- bin
- evd/src
- testapp
- src
- tests
- txload/src
- crates
- app
- node/src
- sdk
- core/src
- standards/evolve_authentication/src
- stf_traits/src
- testing/src
- stf/src
- tx/eth
- src
- tests
- rpc
- chain-index/src
- types
- src
- testing
- debugger/src
- simulator/src
- docker/testapp
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | | - | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
99 | 85 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 86 | | |
129 | | - | |
130 | 87 | | |
131 | 88 | | |
132 | 89 | | |
| |||
166 | 123 | | |
167 | 124 | | |
168 | 125 | | |
| 126 | + | |
169 | 127 | | |
170 | 128 | | |
171 | 129 | | |
| 130 | + | |
172 | 131 | | |
173 | 132 | | |
174 | 133 | | |
| |||
226 | 185 | | |
227 | 186 | | |
228 | 187 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
233 | 191 | | |
234 | 192 | | |
235 | 193 | | |
| |||
253 | 211 | | |
254 | 212 | | |
255 | 213 | | |
| 214 | + | |
256 | 215 | | |
257 | 216 | | |
258 | 217 | | |
| 218 | + | |
259 | 219 | | |
260 | 220 | | |
261 | 221 | | |
| |||
0 commit comments