Skip to content

Commit

Permalink
fix(cli/eofwrap): Fix merge issue (EIP-7685 updates) (ethereum#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Oct 29, 2024
1 parent d20b3c4 commit 4e9e371
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cli/eofwrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,9 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool):
base_fee_per_gas=header.base_fee_per_gas,
withdrawals_root=header.withdrawals_root,
parent_beacon_block_root=header.parent_beacon_block_root,
requests_root=header.requests_root,
)
assert not fixture_block.ommers
assert not fixture_block.withdrawals
assert not fixture_block.deposit_requests
assert not fixture_block.withdrawal_requests
assert not fixture_block.consolidation_requests

for fixture_tx in fixture_block.txs:
fixture_tx_dump = fixture_tx.model_dump()
Expand Down

0 comments on commit 4e9e371

Please sign in to comment.