Commit 033c89f
✨ feat(tests): EIP-7928 No-op and adjacent test case (#2178)
* ✨ feat(tests): EIP-7928 test_bal_self_transfer
* ✨ feat(tests): EIP-7928 test_bal_zero_value_transfer
* ✨ feat(tests): EIP-7928 test_bal_self_transfer
* 🚧 wip: noop reverts
* 🚧 wip: noop reverts
* 🚧 wip: aborted account access
* 🥢 nit:
* ✨ feat(tests): test_bal_fully_unmutated_account
* fix: issues after rebase
* feat: Use `BalAccountExpectation.empty()` for explicit empty checks
* refactor: remove duplicate test for BAL noop
* chore: move noop tests into main bal test file
* chore: add changelog entry
* 🥢 nit: Add call value
* feat: add back unmutated test with explicit no balance change check
---------
Co-authored-by: raxhvl <[email protected]>
Co-authored-by: fselmo <[email protected]>1 parent 0751556 commit 033c89f
File tree
6 files changed
+381
-31
lines changed- docs
- src/ethereum_test_types
- block_access_list
- tests
- tests/amsterdam/eip7928_block_level_access_lists
6 files changed
+381
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 44 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
56 | 83 | | |
57 | 84 | | |
58 | 85 | | |
| |||
168 | 195 | | |
169 | 196 | | |
170 | 197 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
178 | 206 | | |
179 | 207 | | |
180 | 208 | | |
181 | 209 | | |
182 | 210 | | |
183 | 211 | | |
184 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
185 | 221 | | |
186 | 222 | | |
187 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
73 | 84 | | |
74 | 85 | | |
75 | 86 | | |
| |||
85 | 96 | | |
86 | 97 | | |
87 | 98 | | |
88 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
89 | 102 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 103 | + | |
94 | 104 | | |
95 | 105 | | |
96 | 106 | | |
| |||
0 commit comments