From 4e9e3719d827ef795efbbcfe3f5138e0e3d9983e Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Tue, 29 Oct 2024 05:24:49 -0600 Subject: [PATCH] fix(cli/eofwrap): Fix merge issue (EIP-7685 updates) (#920) --- src/cli/eofwrap.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cli/eofwrap.py b/src/cli/eofwrap.py index da641db61c..e7a8269cd9 100644 --- a/src/cli/eofwrap.py +++ b/src/cli/eofwrap.py @@ -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()