Skip to content

Commit 8f1880e

Browse files
nerolationfselmo
authored andcommitted
feat(specs): EIP-7928 refactoring
1 parent 0395133 commit 8f1880e

File tree

11 files changed

+474
-285
lines changed

11 files changed

+474
-285
lines changed

src/ethereum/forks/amsterdam/block_access_lists/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
StateChangeTracker,
2222
begin_call_frame,
2323
commit_call_frame,
24+
handle_in_transaction_selfdestruct,
25+
normalize_balance_changes,
26+
prepare_balance_tracking,
2427
rollback_call_frame,
2528
set_block_access_index,
2629
track_address_access,
@@ -44,6 +47,9 @@
4447
"build_block_access_list",
4548
"commit_call_frame",
4649
"compute_block_access_list_hash",
50+
"handle_in_transaction_selfdestruct",
51+
"normalize_balance_changes",
52+
"prepare_balance_tracking",
4753
"rollback_call_frame",
4854
"set_block_access_index",
4955
"rlp_encode_block_access_list",

0 commit comments

Comments
 (0)