Commit 13fecee
authored
fix(tests): Create transaction sarting with
* create transaction with `ef` is a valid tx, fails execution
The EIP-3541 handling of EOF code was to execute it as uncontained code,
executing the first 0xef byte and reverting.
Signed-off-by: Danno Ferrin <[email protected]>
* ruff format
Signed-off-by: Danno Ferrin <[email protected]>
---------
Signed-off-by: Danno Ferrin <[email protected]>0xef is a valid tx, but should fail execution (#1480)1 parent a4d313a commit 13fecee
File tree
1 file changed
+0
-3
lines changed- tests/osaka/eip7692_eof_v1/eip7873_tx_create
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
79 | | - | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
0 commit comments