File tree Expand file tree Collapse file tree
packages/testing/src/execution_testing/fixtures
src/ethereum/forks/shanghai Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616from execution_testing .exceptions import TransactionExceptionInstanceOrList
1717from execution_testing .forks import Fork
1818from execution_testing .test_types .block_types import EnvironmentGeneric
19- from execution_testing .test_types .transaction_types import (
20- Transaction ,
21- TransactionFixtureConverter ,
22- )
19+ from execution_testing .test_types .transaction_types import Transaction , TransactionFixtureConverter
2320
2421from .base import BaseFixture
2522from .common import FixtureAuthorizationTuple , FixtureBlobSchedule
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class BlockChain:
7878 chain_id : U64
7979
8080
81- def apply_fork (old : BlockChain ) -> BlockChain :
81+ def apply_fork (old ) -> BlockChain :
8282 """
8383 Transforms the state from the previous hard fork (`old`) into the block
8484 chain object for this hard fork and returns it.
You can’t perform that action at this time.
0 commit comments