LICENSE.md
README.md
pyproject.toml
src/ethereum/__init__.py
src/ethereum/ethash.py
src/ethereum/exceptions.py
src/ethereum/fork_criteria.py
src/ethereum/genesis.py
src/ethereum/py.typed
src/ethereum/trace.py
src/ethereum/assets/cache_sizes_2048_epochs.json
src/ethereum/assets/dataset_sizes_2048_epochs.json
src/ethereum/assets/mainnet.json
src/ethereum/assets/blocks/block_1.json
src/ethereum/assets/blocks/block_1234567.json
src/ethereum/assets/blocks/block_12964999.json
src/ethereum/crypto/__init__.py
src/ethereum/crypto/blake2.py
src/ethereum/crypto/elliptic_curve.py
src/ethereum/crypto/hash.py
src/ethereum/crypto/kzg.py
src/ethereum/forks/arrow_glacier/__init__.py
src/ethereum/forks/arrow_glacier/blocks.py
src/ethereum/forks/arrow_glacier/bloom.py
src/ethereum/forks/arrow_glacier/exceptions.py
src/ethereum/forks/arrow_glacier/fork.py
src/ethereum/forks/arrow_glacier/fork_types.py
src/ethereum/forks/arrow_glacier/state.py
src/ethereum/forks/arrow_glacier/transactions.py
src/ethereum/forks/arrow_glacier/trie.py
src/ethereum/forks/arrow_glacier/utils/__init__.py
src/ethereum/forks/arrow_glacier/utils/address.py
src/ethereum/forks/arrow_glacier/utils/hexadecimal.py
src/ethereum/forks/arrow_glacier/utils/message.py
src/ethereum/forks/arrow_glacier/vm/__init__.py
src/ethereum/forks/arrow_glacier/vm/exceptions.py
src/ethereum/forks/arrow_glacier/vm/gas.py
src/ethereum/forks/arrow_glacier/vm/interpreter.py
src/ethereum/forks/arrow_glacier/vm/memory.py
src/ethereum/forks/arrow_glacier/vm/runtime.py
src/ethereum/forks/arrow_glacier/vm/stack.py
src/ethereum/forks/arrow_glacier/vm/instructions/__init__.py
src/ethereum/forks/arrow_glacier/vm/instructions/arithmetic.py
src/ethereum/forks/arrow_glacier/vm/instructions/bitwise.py
src/ethereum/forks/arrow_glacier/vm/instructions/block.py
src/ethereum/forks/arrow_glacier/vm/instructions/comparison.py
src/ethereum/forks/arrow_glacier/vm/instructions/control_flow.py
src/ethereum/forks/arrow_glacier/vm/instructions/environment.py
src/ethereum/forks/arrow_glacier/vm/instructions/keccak.py
src/ethereum/forks/arrow_glacier/vm/instructions/log.py
src/ethereum/forks/arrow_glacier/vm/instructions/memory.py
src/ethereum/forks/arrow_glacier/vm/instructions/stack.py
src/ethereum/forks/arrow_glacier/vm/instructions/storage.py
src/ethereum/forks/arrow_glacier/vm/instructions/system.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/__init__.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/identity.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/mapping.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/modexp.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/arrow_glacier/vm/precompiled_contracts/sha256.py
src/ethereum/forks/berlin/__init__.py
src/ethereum/forks/berlin/blocks.py
src/ethereum/forks/berlin/bloom.py
src/ethereum/forks/berlin/exceptions.py
src/ethereum/forks/berlin/fork.py
src/ethereum/forks/berlin/fork_types.py
src/ethereum/forks/berlin/state.py
src/ethereum/forks/berlin/transactions.py
src/ethereum/forks/berlin/trie.py
src/ethereum/forks/berlin/utils/__init__.py
src/ethereum/forks/berlin/utils/address.py
src/ethereum/forks/berlin/utils/hexadecimal.py
src/ethereum/forks/berlin/utils/message.py
src/ethereum/forks/berlin/vm/__init__.py
src/ethereum/forks/berlin/vm/exceptions.py
src/ethereum/forks/berlin/vm/gas.py
src/ethereum/forks/berlin/vm/interpreter.py
src/ethereum/forks/berlin/vm/memory.py
src/ethereum/forks/berlin/vm/runtime.py
src/ethereum/forks/berlin/vm/stack.py
src/ethereum/forks/berlin/vm/instructions/__init__.py
src/ethereum/forks/berlin/vm/instructions/arithmetic.py
src/ethereum/forks/berlin/vm/instructions/bitwise.py
src/ethereum/forks/berlin/vm/instructions/block.py
src/ethereum/forks/berlin/vm/instructions/comparison.py
src/ethereum/forks/berlin/vm/instructions/control_flow.py
src/ethereum/forks/berlin/vm/instructions/environment.py
src/ethereum/forks/berlin/vm/instructions/keccak.py
src/ethereum/forks/berlin/vm/instructions/log.py
src/ethereum/forks/berlin/vm/instructions/memory.py
src/ethereum/forks/berlin/vm/instructions/stack.py
src/ethereum/forks/berlin/vm/instructions/storage.py
src/ethereum/forks/berlin/vm/instructions/system.py
src/ethereum/forks/berlin/vm/precompiled_contracts/__init__.py
src/ethereum/forks/berlin/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/berlin/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/berlin/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/berlin/vm/precompiled_contracts/identity.py
src/ethereum/forks/berlin/vm/precompiled_contracts/mapping.py
src/ethereum/forks/berlin/vm/precompiled_contracts/modexp.py
src/ethereum/forks/berlin/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/berlin/vm/precompiled_contracts/sha256.py
src/ethereum/forks/byzantium/__init__.py
src/ethereum/forks/byzantium/blocks.py
src/ethereum/forks/byzantium/bloom.py
src/ethereum/forks/byzantium/fork.py
src/ethereum/forks/byzantium/fork_types.py
src/ethereum/forks/byzantium/state.py
src/ethereum/forks/byzantium/transactions.py
src/ethereum/forks/byzantium/trie.py
src/ethereum/forks/byzantium/utils/__init__.py
src/ethereum/forks/byzantium/utils/address.py
src/ethereum/forks/byzantium/utils/hexadecimal.py
src/ethereum/forks/byzantium/utils/message.py
src/ethereum/forks/byzantium/vm/__init__.py
src/ethereum/forks/byzantium/vm/exceptions.py
src/ethereum/forks/byzantium/vm/gas.py
src/ethereum/forks/byzantium/vm/interpreter.py
src/ethereum/forks/byzantium/vm/memory.py
src/ethereum/forks/byzantium/vm/runtime.py
src/ethereum/forks/byzantium/vm/stack.py
src/ethereum/forks/byzantium/vm/instructions/__init__.py
src/ethereum/forks/byzantium/vm/instructions/arithmetic.py
src/ethereum/forks/byzantium/vm/instructions/bitwise.py
src/ethereum/forks/byzantium/vm/instructions/block.py
src/ethereum/forks/byzantium/vm/instructions/comparison.py
src/ethereum/forks/byzantium/vm/instructions/control_flow.py
src/ethereum/forks/byzantium/vm/instructions/environment.py
src/ethereum/forks/byzantium/vm/instructions/keccak.py
src/ethereum/forks/byzantium/vm/instructions/log.py
src/ethereum/forks/byzantium/vm/instructions/memory.py
src/ethereum/forks/byzantium/vm/instructions/stack.py
src/ethereum/forks/byzantium/vm/instructions/storage.py
src/ethereum/forks/byzantium/vm/instructions/system.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/__init__.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/identity.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/mapping.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/modexp.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/byzantium/vm/precompiled_contracts/sha256.py
src/ethereum/forks/cancun/__init__.py
src/ethereum/forks/cancun/blocks.py
src/ethereum/forks/cancun/bloom.py
src/ethereum/forks/cancun/exceptions.py
src/ethereum/forks/cancun/fork.py
src/ethereum/forks/cancun/fork_types.py
src/ethereum/forks/cancun/state.py
src/ethereum/forks/cancun/transactions.py
src/ethereum/forks/cancun/trie.py
src/ethereum/forks/cancun/utils/__init__.py
src/ethereum/forks/cancun/utils/address.py
src/ethereum/forks/cancun/utils/hexadecimal.py
src/ethereum/forks/cancun/utils/message.py
src/ethereum/forks/cancun/vm/__init__.py
src/ethereum/forks/cancun/vm/exceptions.py
src/ethereum/forks/cancun/vm/gas.py
src/ethereum/forks/cancun/vm/interpreter.py
src/ethereum/forks/cancun/vm/memory.py
src/ethereum/forks/cancun/vm/runtime.py
src/ethereum/forks/cancun/vm/stack.py
src/ethereum/forks/cancun/vm/instructions/__init__.py
src/ethereum/forks/cancun/vm/instructions/arithmetic.py
src/ethereum/forks/cancun/vm/instructions/bitwise.py
src/ethereum/forks/cancun/vm/instructions/block.py
src/ethereum/forks/cancun/vm/instructions/comparison.py
src/ethereum/forks/cancun/vm/instructions/control_flow.py
src/ethereum/forks/cancun/vm/instructions/environment.py
src/ethereum/forks/cancun/vm/instructions/keccak.py
src/ethereum/forks/cancun/vm/instructions/log.py
src/ethereum/forks/cancun/vm/instructions/memory.py
src/ethereum/forks/cancun/vm/instructions/stack.py
src/ethereum/forks/cancun/vm/instructions/storage.py
src/ethereum/forks/cancun/vm/instructions/system.py
src/ethereum/forks/cancun/vm/precompiled_contracts/__init__.py
src/ethereum/forks/cancun/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/cancun/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/cancun/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/cancun/vm/precompiled_contracts/identity.py
src/ethereum/forks/cancun/vm/precompiled_contracts/mapping.py
src/ethereum/forks/cancun/vm/precompiled_contracts/modexp.py
src/ethereum/forks/cancun/vm/precompiled_contracts/point_evaluation.py
src/ethereum/forks/cancun/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/cancun/vm/precompiled_contracts/sha256.py
src/ethereum/forks/constantinople/__init__.py
src/ethereum/forks/constantinople/blocks.py
src/ethereum/forks/constantinople/bloom.py
src/ethereum/forks/constantinople/fork.py
src/ethereum/forks/constantinople/fork_types.py
src/ethereum/forks/constantinople/state.py
src/ethereum/forks/constantinople/transactions.py
src/ethereum/forks/constantinople/trie.py
src/ethereum/forks/constantinople/utils/__init__.py
src/ethereum/forks/constantinople/utils/address.py
src/ethereum/forks/constantinople/utils/hexadecimal.py
src/ethereum/forks/constantinople/utils/message.py
src/ethereum/forks/constantinople/vm/__init__.py
src/ethereum/forks/constantinople/vm/exceptions.py
src/ethereum/forks/constantinople/vm/gas.py
src/ethereum/forks/constantinople/vm/interpreter.py
src/ethereum/forks/constantinople/vm/memory.py
src/ethereum/forks/constantinople/vm/runtime.py
src/ethereum/forks/constantinople/vm/stack.py
src/ethereum/forks/constantinople/vm/instructions/__init__.py
src/ethereum/forks/constantinople/vm/instructions/arithmetic.py
src/ethereum/forks/constantinople/vm/instructions/bitwise.py
src/ethereum/forks/constantinople/vm/instructions/block.py
src/ethereum/forks/constantinople/vm/instructions/comparison.py
src/ethereum/forks/constantinople/vm/instructions/control_flow.py
src/ethereum/forks/constantinople/vm/instructions/environment.py
src/ethereum/forks/constantinople/vm/instructions/keccak.py
src/ethereum/forks/constantinople/vm/instructions/log.py
src/ethereum/forks/constantinople/vm/instructions/memory.py
src/ethereum/forks/constantinople/vm/instructions/stack.py
src/ethereum/forks/constantinople/vm/instructions/storage.py
src/ethereum/forks/constantinople/vm/instructions/system.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/__init__.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/identity.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/mapping.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/modexp.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/constantinople/vm/precompiled_contracts/sha256.py
src/ethereum/forks/dao_fork/__init__.py
src/ethereum/forks/dao_fork/blocks.py
src/ethereum/forks/dao_fork/bloom.py
src/ethereum/forks/dao_fork/dao.py
src/ethereum/forks/dao_fork/fork.py
src/ethereum/forks/dao_fork/fork_types.py
src/ethereum/forks/dao_fork/state.py
src/ethereum/forks/dao_fork/transactions.py
src/ethereum/forks/dao_fork/trie.py
src/ethereum/forks/dao_fork/utils/__init__.py
src/ethereum/forks/dao_fork/utils/address.py
src/ethereum/forks/dao_fork/utils/hexadecimal.py
src/ethereum/forks/dao_fork/utils/message.py
src/ethereum/forks/dao_fork/vm/__init__.py
src/ethereum/forks/dao_fork/vm/exceptions.py
src/ethereum/forks/dao_fork/vm/gas.py
src/ethereum/forks/dao_fork/vm/interpreter.py
src/ethereum/forks/dao_fork/vm/memory.py
src/ethereum/forks/dao_fork/vm/runtime.py
src/ethereum/forks/dao_fork/vm/stack.py
src/ethereum/forks/dao_fork/vm/instructions/__init__.py
src/ethereum/forks/dao_fork/vm/instructions/arithmetic.py
src/ethereum/forks/dao_fork/vm/instructions/bitwise.py
src/ethereum/forks/dao_fork/vm/instructions/block.py
src/ethereum/forks/dao_fork/vm/instructions/comparison.py
src/ethereum/forks/dao_fork/vm/instructions/control_flow.py
src/ethereum/forks/dao_fork/vm/instructions/environment.py
src/ethereum/forks/dao_fork/vm/instructions/keccak.py
src/ethereum/forks/dao_fork/vm/instructions/log.py
src/ethereum/forks/dao_fork/vm/instructions/memory.py
src/ethereum/forks/dao_fork/vm/instructions/stack.py
src/ethereum/forks/dao_fork/vm/instructions/storage.py
src/ethereum/forks/dao_fork/vm/instructions/system.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/__init__.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/identity.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/mapping.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/dao_fork/vm/precompiled_contracts/sha256.py
src/ethereum/forks/frontier/__init__.py
src/ethereum/forks/frontier/blocks.py
src/ethereum/forks/frontier/bloom.py
src/ethereum/forks/frontier/fork.py
src/ethereum/forks/frontier/fork_types.py
src/ethereum/forks/frontier/state.py
src/ethereum/forks/frontier/transactions.py
src/ethereum/forks/frontier/trie.py
src/ethereum/forks/frontier/utils/__init__.py
src/ethereum/forks/frontier/utils/address.py
src/ethereum/forks/frontier/utils/hexadecimal.py
src/ethereum/forks/frontier/utils/message.py
src/ethereum/forks/frontier/vm/__init__.py
src/ethereum/forks/frontier/vm/exceptions.py
src/ethereum/forks/frontier/vm/gas.py
src/ethereum/forks/frontier/vm/interpreter.py
src/ethereum/forks/frontier/vm/memory.py
src/ethereum/forks/frontier/vm/runtime.py
src/ethereum/forks/frontier/vm/stack.py
src/ethereum/forks/frontier/vm/instructions/__init__.py
src/ethereum/forks/frontier/vm/instructions/arithmetic.py
src/ethereum/forks/frontier/vm/instructions/bitwise.py
src/ethereum/forks/frontier/vm/instructions/block.py
src/ethereum/forks/frontier/vm/instructions/comparison.py
src/ethereum/forks/frontier/vm/instructions/control_flow.py
src/ethereum/forks/frontier/vm/instructions/environment.py
src/ethereum/forks/frontier/vm/instructions/keccak.py
src/ethereum/forks/frontier/vm/instructions/log.py
src/ethereum/forks/frontier/vm/instructions/memory.py
src/ethereum/forks/frontier/vm/instructions/stack.py
src/ethereum/forks/frontier/vm/instructions/storage.py
src/ethereum/forks/frontier/vm/instructions/system.py
src/ethereum/forks/frontier/vm/precompiled_contracts/__init__.py
src/ethereum/forks/frontier/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/frontier/vm/precompiled_contracts/identity.py
src/ethereum/forks/frontier/vm/precompiled_contracts/mapping.py
src/ethereum/forks/frontier/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/frontier/vm/precompiled_contracts/sha256.py
src/ethereum/forks/gray_glacier/__init__.py
src/ethereum/forks/gray_glacier/blocks.py
src/ethereum/forks/gray_glacier/bloom.py
src/ethereum/forks/gray_glacier/exceptions.py
src/ethereum/forks/gray_glacier/fork.py
src/ethereum/forks/gray_glacier/fork_types.py
src/ethereum/forks/gray_glacier/state.py
src/ethereum/forks/gray_glacier/transactions.py
src/ethereum/forks/gray_glacier/trie.py
src/ethereum/forks/gray_glacier/utils/__init__.py
src/ethereum/forks/gray_glacier/utils/address.py
src/ethereum/forks/gray_glacier/utils/hexadecimal.py
src/ethereum/forks/gray_glacier/utils/message.py
src/ethereum/forks/gray_glacier/vm/__init__.py
src/ethereum/forks/gray_glacier/vm/exceptions.py
src/ethereum/forks/gray_glacier/vm/gas.py
src/ethereum/forks/gray_glacier/vm/interpreter.py
src/ethereum/forks/gray_glacier/vm/memory.py
src/ethereum/forks/gray_glacier/vm/runtime.py
src/ethereum/forks/gray_glacier/vm/stack.py
src/ethereum/forks/gray_glacier/vm/instructions/__init__.py
src/ethereum/forks/gray_glacier/vm/instructions/arithmetic.py
src/ethereum/forks/gray_glacier/vm/instructions/bitwise.py
src/ethereum/forks/gray_glacier/vm/instructions/block.py
src/ethereum/forks/gray_glacier/vm/instructions/comparison.py
src/ethereum/forks/gray_glacier/vm/instructions/control_flow.py
src/ethereum/forks/gray_glacier/vm/instructions/environment.py
src/ethereum/forks/gray_glacier/vm/instructions/keccak.py
src/ethereum/forks/gray_glacier/vm/instructions/log.py
src/ethereum/forks/gray_glacier/vm/instructions/memory.py
src/ethereum/forks/gray_glacier/vm/instructions/stack.py
src/ethereum/forks/gray_glacier/vm/instructions/storage.py
src/ethereum/forks/gray_glacier/vm/instructions/system.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/__init__.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/identity.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/mapping.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/modexp.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/gray_glacier/vm/precompiled_contracts/sha256.py
src/ethereum/forks/homestead/__init__.py
src/ethereum/forks/homestead/blocks.py
src/ethereum/forks/homestead/bloom.py
src/ethereum/forks/homestead/fork.py
src/ethereum/forks/homestead/fork_types.py
src/ethereum/forks/homestead/state.py
src/ethereum/forks/homestead/transactions.py
src/ethereum/forks/homestead/trie.py
src/ethereum/forks/homestead/utils/__init__.py
src/ethereum/forks/homestead/utils/address.py
src/ethereum/forks/homestead/utils/hexadecimal.py
src/ethereum/forks/homestead/utils/message.py
src/ethereum/forks/homestead/vm/__init__.py
src/ethereum/forks/homestead/vm/exceptions.py
src/ethereum/forks/homestead/vm/gas.py
src/ethereum/forks/homestead/vm/interpreter.py
src/ethereum/forks/homestead/vm/memory.py
src/ethereum/forks/homestead/vm/runtime.py
src/ethereum/forks/homestead/vm/stack.py
src/ethereum/forks/homestead/vm/instructions/__init__.py
src/ethereum/forks/homestead/vm/instructions/arithmetic.py
src/ethereum/forks/homestead/vm/instructions/bitwise.py
src/ethereum/forks/homestead/vm/instructions/block.py
src/ethereum/forks/homestead/vm/instructions/comparison.py
src/ethereum/forks/homestead/vm/instructions/control_flow.py
src/ethereum/forks/homestead/vm/instructions/environment.py
src/ethereum/forks/homestead/vm/instructions/keccak.py
src/ethereum/forks/homestead/vm/instructions/log.py
src/ethereum/forks/homestead/vm/instructions/memory.py
src/ethereum/forks/homestead/vm/instructions/stack.py
src/ethereum/forks/homestead/vm/instructions/storage.py
src/ethereum/forks/homestead/vm/instructions/system.py
src/ethereum/forks/homestead/vm/precompiled_contracts/__init__.py
src/ethereum/forks/homestead/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/homestead/vm/precompiled_contracts/identity.py
src/ethereum/forks/homestead/vm/precompiled_contracts/mapping.py
src/ethereum/forks/homestead/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/homestead/vm/precompiled_contracts/sha256.py
src/ethereum/forks/istanbul/__init__.py
src/ethereum/forks/istanbul/blocks.py
src/ethereum/forks/istanbul/bloom.py
src/ethereum/forks/istanbul/fork.py
src/ethereum/forks/istanbul/fork_types.py
src/ethereum/forks/istanbul/state.py
src/ethereum/forks/istanbul/transactions.py
src/ethereum/forks/istanbul/trie.py
src/ethereum/forks/istanbul/utils/__init__.py
src/ethereum/forks/istanbul/utils/address.py
src/ethereum/forks/istanbul/utils/hexadecimal.py
src/ethereum/forks/istanbul/utils/message.py
src/ethereum/forks/istanbul/vm/__init__.py
src/ethereum/forks/istanbul/vm/exceptions.py
src/ethereum/forks/istanbul/vm/gas.py
src/ethereum/forks/istanbul/vm/interpreter.py
src/ethereum/forks/istanbul/vm/memory.py
src/ethereum/forks/istanbul/vm/runtime.py
src/ethereum/forks/istanbul/vm/stack.py
src/ethereum/forks/istanbul/vm/instructions/__init__.py
src/ethereum/forks/istanbul/vm/instructions/arithmetic.py
src/ethereum/forks/istanbul/vm/instructions/bitwise.py
src/ethereum/forks/istanbul/vm/instructions/block.py
src/ethereum/forks/istanbul/vm/instructions/comparison.py
src/ethereum/forks/istanbul/vm/instructions/control_flow.py
src/ethereum/forks/istanbul/vm/instructions/environment.py
src/ethereum/forks/istanbul/vm/instructions/keccak.py
src/ethereum/forks/istanbul/vm/instructions/log.py
src/ethereum/forks/istanbul/vm/instructions/memory.py
src/ethereum/forks/istanbul/vm/instructions/stack.py
src/ethereum/forks/istanbul/vm/instructions/storage.py
src/ethereum/forks/istanbul/vm/instructions/system.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/__init__.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/identity.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/mapping.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/modexp.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/istanbul/vm/precompiled_contracts/sha256.py
src/ethereum/forks/london/__init__.py
src/ethereum/forks/london/blocks.py
src/ethereum/forks/london/bloom.py
src/ethereum/forks/london/exceptions.py
src/ethereum/forks/london/fork.py
src/ethereum/forks/london/fork_types.py
src/ethereum/forks/london/state.py
src/ethereum/forks/london/transactions.py
src/ethereum/forks/london/trie.py
src/ethereum/forks/london/utils/__init__.py
src/ethereum/forks/london/utils/address.py
src/ethereum/forks/london/utils/hexadecimal.py
src/ethereum/forks/london/utils/message.py
src/ethereum/forks/london/vm/__init__.py
src/ethereum/forks/london/vm/exceptions.py
src/ethereum/forks/london/vm/gas.py
src/ethereum/forks/london/vm/interpreter.py
src/ethereum/forks/london/vm/memory.py
src/ethereum/forks/london/vm/runtime.py
src/ethereum/forks/london/vm/stack.py
src/ethereum/forks/london/vm/instructions/__init__.py
src/ethereum/forks/london/vm/instructions/arithmetic.py
src/ethereum/forks/london/vm/instructions/bitwise.py
src/ethereum/forks/london/vm/instructions/block.py
src/ethereum/forks/london/vm/instructions/comparison.py
src/ethereum/forks/london/vm/instructions/control_flow.py
src/ethereum/forks/london/vm/instructions/environment.py
src/ethereum/forks/london/vm/instructions/keccak.py
src/ethereum/forks/london/vm/instructions/log.py
src/ethereum/forks/london/vm/instructions/memory.py
src/ethereum/forks/london/vm/instructions/stack.py
src/ethereum/forks/london/vm/instructions/storage.py
src/ethereum/forks/london/vm/instructions/system.py
src/ethereum/forks/london/vm/precompiled_contracts/__init__.py
src/ethereum/forks/london/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/london/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/london/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/london/vm/precompiled_contracts/identity.py
src/ethereum/forks/london/vm/precompiled_contracts/mapping.py
src/ethereum/forks/london/vm/precompiled_contracts/modexp.py
src/ethereum/forks/london/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/london/vm/precompiled_contracts/sha256.py
src/ethereum/forks/muir_glacier/__init__.py
src/ethereum/forks/muir_glacier/blocks.py
src/ethereum/forks/muir_glacier/bloom.py
src/ethereum/forks/muir_glacier/fork.py
src/ethereum/forks/muir_glacier/fork_types.py
src/ethereum/forks/muir_glacier/state.py
src/ethereum/forks/muir_glacier/transactions.py
src/ethereum/forks/muir_glacier/trie.py
src/ethereum/forks/muir_glacier/utils/__init__.py
src/ethereum/forks/muir_glacier/utils/address.py
src/ethereum/forks/muir_glacier/utils/hexadecimal.py
src/ethereum/forks/muir_glacier/utils/message.py
src/ethereum/forks/muir_glacier/vm/__init__.py
src/ethereum/forks/muir_glacier/vm/exceptions.py
src/ethereum/forks/muir_glacier/vm/gas.py
src/ethereum/forks/muir_glacier/vm/interpreter.py
src/ethereum/forks/muir_glacier/vm/memory.py
src/ethereum/forks/muir_glacier/vm/runtime.py
src/ethereum/forks/muir_glacier/vm/stack.py
src/ethereum/forks/muir_glacier/vm/instructions/__init__.py
src/ethereum/forks/muir_glacier/vm/instructions/arithmetic.py
src/ethereum/forks/muir_glacier/vm/instructions/bitwise.py
src/ethereum/forks/muir_glacier/vm/instructions/block.py
src/ethereum/forks/muir_glacier/vm/instructions/comparison.py
src/ethereum/forks/muir_glacier/vm/instructions/control_flow.py
src/ethereum/forks/muir_glacier/vm/instructions/environment.py
src/ethereum/forks/muir_glacier/vm/instructions/keccak.py
src/ethereum/forks/muir_glacier/vm/instructions/log.py
src/ethereum/forks/muir_glacier/vm/instructions/memory.py
src/ethereum/forks/muir_glacier/vm/instructions/stack.py
src/ethereum/forks/muir_glacier/vm/instructions/storage.py
src/ethereum/forks/muir_glacier/vm/instructions/system.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/__init__.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/identity.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/mapping.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/modexp.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/muir_glacier/vm/precompiled_contracts/sha256.py
src/ethereum/forks/osaka/__init__.py
src/ethereum/forks/osaka/blocks.py
src/ethereum/forks/osaka/bloom.py
src/ethereum/forks/osaka/exceptions.py
src/ethereum/forks/osaka/fork.py
src/ethereum/forks/osaka/fork_types.py
src/ethereum/forks/osaka/requests.py
src/ethereum/forks/osaka/state.py
src/ethereum/forks/osaka/transactions.py
src/ethereum/forks/osaka/trie.py
src/ethereum/forks/osaka/utils/__init__.py
src/ethereum/forks/osaka/utils/address.py
src/ethereum/forks/osaka/utils/hexadecimal.py
src/ethereum/forks/osaka/utils/message.py
src/ethereum/forks/osaka/vm/__init__.py
src/ethereum/forks/osaka/vm/eoa_delegation.py
src/ethereum/forks/osaka/vm/exceptions.py
src/ethereum/forks/osaka/vm/gas.py
src/ethereum/forks/osaka/vm/interpreter.py
src/ethereum/forks/osaka/vm/memory.py
src/ethereum/forks/osaka/vm/runtime.py
src/ethereum/forks/osaka/vm/stack.py
src/ethereum/forks/osaka/vm/instructions/__init__.py
src/ethereum/forks/osaka/vm/instructions/arithmetic.py
src/ethereum/forks/osaka/vm/instructions/bitwise.py
src/ethereum/forks/osaka/vm/instructions/block.py
src/ethereum/forks/osaka/vm/instructions/comparison.py
src/ethereum/forks/osaka/vm/instructions/control_flow.py
src/ethereum/forks/osaka/vm/instructions/environment.py
src/ethereum/forks/osaka/vm/instructions/keccak.py
src/ethereum/forks/osaka/vm/instructions/log.py
src/ethereum/forks/osaka/vm/instructions/memory.py
src/ethereum/forks/osaka/vm/instructions/stack.py
src/ethereum/forks/osaka/vm/instructions/storage.py
src/ethereum/forks/osaka/vm/instructions/system.py
src/ethereum/forks/osaka/vm/precompiled_contracts/__init__.py
src/ethereum/forks/osaka/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/osaka/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/osaka/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/osaka/vm/precompiled_contracts/identity.py
src/ethereum/forks/osaka/vm/precompiled_contracts/mapping.py
src/ethereum/forks/osaka/vm/precompiled_contracts/modexp.py
src/ethereum/forks/osaka/vm/precompiled_contracts/p256verify.py
src/ethereum/forks/osaka/vm/precompiled_contracts/point_evaluation.py
src/ethereum/forks/osaka/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/osaka/vm/precompiled_contracts/sha256.py
src/ethereum/forks/osaka/vm/precompiled_contracts/bls12_381/__init__.py
src/ethereum/forks/osaka/vm/precompiled_contracts/bls12_381/bls12_381_g1.py
src/ethereum/forks/osaka/vm/precompiled_contracts/bls12_381/bls12_381_g2.py
src/ethereum/forks/osaka/vm/precompiled_contracts/bls12_381/bls12_381_pairing.py
src/ethereum/forks/paris/__init__.py
src/ethereum/forks/paris/blocks.py
src/ethereum/forks/paris/bloom.py
src/ethereum/forks/paris/exceptions.py
src/ethereum/forks/paris/fork.py
src/ethereum/forks/paris/fork_types.py
src/ethereum/forks/paris/state.py
src/ethereum/forks/paris/transactions.py
src/ethereum/forks/paris/trie.py
src/ethereum/forks/paris/utils/__init__.py
src/ethereum/forks/paris/utils/address.py
src/ethereum/forks/paris/utils/hexadecimal.py
src/ethereum/forks/paris/utils/message.py
src/ethereum/forks/paris/vm/__init__.py
src/ethereum/forks/paris/vm/exceptions.py
src/ethereum/forks/paris/vm/gas.py
src/ethereum/forks/paris/vm/interpreter.py
src/ethereum/forks/paris/vm/memory.py
src/ethereum/forks/paris/vm/runtime.py
src/ethereum/forks/paris/vm/stack.py
src/ethereum/forks/paris/vm/instructions/__init__.py
src/ethereum/forks/paris/vm/instructions/arithmetic.py
src/ethereum/forks/paris/vm/instructions/bitwise.py
src/ethereum/forks/paris/vm/instructions/block.py
src/ethereum/forks/paris/vm/instructions/comparison.py
src/ethereum/forks/paris/vm/instructions/control_flow.py
src/ethereum/forks/paris/vm/instructions/environment.py
src/ethereum/forks/paris/vm/instructions/keccak.py
src/ethereum/forks/paris/vm/instructions/log.py
src/ethereum/forks/paris/vm/instructions/memory.py
src/ethereum/forks/paris/vm/instructions/stack.py
src/ethereum/forks/paris/vm/instructions/storage.py
src/ethereum/forks/paris/vm/instructions/system.py
src/ethereum/forks/paris/vm/precompiled_contracts/__init__.py
src/ethereum/forks/paris/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/paris/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/paris/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/paris/vm/precompiled_contracts/identity.py
src/ethereum/forks/paris/vm/precompiled_contracts/mapping.py
src/ethereum/forks/paris/vm/precompiled_contracts/modexp.py
src/ethereum/forks/paris/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/paris/vm/precompiled_contracts/sha256.py
src/ethereum/forks/prague/__init__.py
src/ethereum/forks/prague/blocks.py
src/ethereum/forks/prague/bloom.py
src/ethereum/forks/prague/exceptions.py
src/ethereum/forks/prague/fork.py
src/ethereum/forks/prague/fork_types.py
src/ethereum/forks/prague/requests.py
src/ethereum/forks/prague/state.py
src/ethereum/forks/prague/transactions.py
src/ethereum/forks/prague/trie.py
src/ethereum/forks/prague/utils/__init__.py
src/ethereum/forks/prague/utils/address.py
src/ethereum/forks/prague/utils/hexadecimal.py
src/ethereum/forks/prague/utils/message.py
src/ethereum/forks/prague/vm/__init__.py
src/ethereum/forks/prague/vm/eoa_delegation.py
src/ethereum/forks/prague/vm/exceptions.py
src/ethereum/forks/prague/vm/gas.py
src/ethereum/forks/prague/vm/interpreter.py
src/ethereum/forks/prague/vm/memory.py
src/ethereum/forks/prague/vm/runtime.py
src/ethereum/forks/prague/vm/stack.py
src/ethereum/forks/prague/vm/instructions/__init__.py
src/ethereum/forks/prague/vm/instructions/arithmetic.py
src/ethereum/forks/prague/vm/instructions/bitwise.py
src/ethereum/forks/prague/vm/instructions/block.py
src/ethereum/forks/prague/vm/instructions/comparison.py
src/ethereum/forks/prague/vm/instructions/control_flow.py
src/ethereum/forks/prague/vm/instructions/environment.py
src/ethereum/forks/prague/vm/instructions/keccak.py
src/ethereum/forks/prague/vm/instructions/log.py
src/ethereum/forks/prague/vm/instructions/memory.py
src/ethereum/forks/prague/vm/instructions/stack.py
src/ethereum/forks/prague/vm/instructions/storage.py
src/ethereum/forks/prague/vm/instructions/system.py
src/ethereum/forks/prague/vm/precompiled_contracts/__init__.py
src/ethereum/forks/prague/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/prague/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/prague/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/prague/vm/precompiled_contracts/identity.py
src/ethereum/forks/prague/vm/precompiled_contracts/mapping.py
src/ethereum/forks/prague/vm/precompiled_contracts/modexp.py
src/ethereum/forks/prague/vm/precompiled_contracts/point_evaluation.py
src/ethereum/forks/prague/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/prague/vm/precompiled_contracts/sha256.py
src/ethereum/forks/prague/vm/precompiled_contracts/bls12_381/__init__.py
src/ethereum/forks/prague/vm/precompiled_contracts/bls12_381/bls12_381_g1.py
src/ethereum/forks/prague/vm/precompiled_contracts/bls12_381/bls12_381_g2.py
src/ethereum/forks/prague/vm/precompiled_contracts/bls12_381/bls12_381_pairing.py
src/ethereum/forks/shanghai/__init__.py
src/ethereum/forks/shanghai/blocks.py
src/ethereum/forks/shanghai/bloom.py
src/ethereum/forks/shanghai/exceptions.py
src/ethereum/forks/shanghai/fork.py
src/ethereum/forks/shanghai/fork_types.py
src/ethereum/forks/shanghai/state.py
src/ethereum/forks/shanghai/transactions.py
src/ethereum/forks/shanghai/trie.py
src/ethereum/forks/shanghai/utils/__init__.py
src/ethereum/forks/shanghai/utils/address.py
src/ethereum/forks/shanghai/utils/hexadecimal.py
src/ethereum/forks/shanghai/utils/message.py
src/ethereum/forks/shanghai/vm/__init__.py
src/ethereum/forks/shanghai/vm/exceptions.py
src/ethereum/forks/shanghai/vm/gas.py
src/ethereum/forks/shanghai/vm/interpreter.py
src/ethereum/forks/shanghai/vm/memory.py
src/ethereum/forks/shanghai/vm/runtime.py
src/ethereum/forks/shanghai/vm/stack.py
src/ethereum/forks/shanghai/vm/instructions/__init__.py
src/ethereum/forks/shanghai/vm/instructions/arithmetic.py
src/ethereum/forks/shanghai/vm/instructions/bitwise.py
src/ethereum/forks/shanghai/vm/instructions/block.py
src/ethereum/forks/shanghai/vm/instructions/comparison.py
src/ethereum/forks/shanghai/vm/instructions/control_flow.py
src/ethereum/forks/shanghai/vm/instructions/environment.py
src/ethereum/forks/shanghai/vm/instructions/keccak.py
src/ethereum/forks/shanghai/vm/instructions/log.py
src/ethereum/forks/shanghai/vm/instructions/memory.py
src/ethereum/forks/shanghai/vm/instructions/stack.py
src/ethereum/forks/shanghai/vm/instructions/storage.py
src/ethereum/forks/shanghai/vm/instructions/system.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/__init__.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/alt_bn128.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/blake2f.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/identity.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/mapping.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/modexp.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/shanghai/vm/precompiled_contracts/sha256.py
src/ethereum/forks/spurious_dragon/__init__.py
src/ethereum/forks/spurious_dragon/blocks.py
src/ethereum/forks/spurious_dragon/bloom.py
src/ethereum/forks/spurious_dragon/fork.py
src/ethereum/forks/spurious_dragon/fork_types.py
src/ethereum/forks/spurious_dragon/state.py
src/ethereum/forks/spurious_dragon/transactions.py
src/ethereum/forks/spurious_dragon/trie.py
src/ethereum/forks/spurious_dragon/utils/__init__.py
src/ethereum/forks/spurious_dragon/utils/address.py
src/ethereum/forks/spurious_dragon/utils/hexadecimal.py
src/ethereum/forks/spurious_dragon/utils/message.py
src/ethereum/forks/spurious_dragon/vm/__init__.py
src/ethereum/forks/spurious_dragon/vm/exceptions.py
src/ethereum/forks/spurious_dragon/vm/gas.py
src/ethereum/forks/spurious_dragon/vm/interpreter.py
src/ethereum/forks/spurious_dragon/vm/memory.py
src/ethereum/forks/spurious_dragon/vm/runtime.py
src/ethereum/forks/spurious_dragon/vm/stack.py
src/ethereum/forks/spurious_dragon/vm/instructions/__init__.py
src/ethereum/forks/spurious_dragon/vm/instructions/arithmetic.py
src/ethereum/forks/spurious_dragon/vm/instructions/bitwise.py
src/ethereum/forks/spurious_dragon/vm/instructions/block.py
src/ethereum/forks/spurious_dragon/vm/instructions/comparison.py
src/ethereum/forks/spurious_dragon/vm/instructions/control_flow.py
src/ethereum/forks/spurious_dragon/vm/instructions/environment.py
src/ethereum/forks/spurious_dragon/vm/instructions/keccak.py
src/ethereum/forks/spurious_dragon/vm/instructions/log.py
src/ethereum/forks/spurious_dragon/vm/instructions/memory.py
src/ethereum/forks/spurious_dragon/vm/instructions/stack.py
src/ethereum/forks/spurious_dragon/vm/instructions/storage.py
src/ethereum/forks/spurious_dragon/vm/instructions/system.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/__init__.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/identity.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/mapping.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/spurious_dragon/vm/precompiled_contracts/sha256.py
src/ethereum/forks/tangerine_whistle/__init__.py
src/ethereum/forks/tangerine_whistle/blocks.py
src/ethereum/forks/tangerine_whistle/bloom.py
src/ethereum/forks/tangerine_whistle/fork.py
src/ethereum/forks/tangerine_whistle/fork_types.py
src/ethereum/forks/tangerine_whistle/state.py
src/ethereum/forks/tangerine_whistle/transactions.py
src/ethereum/forks/tangerine_whistle/trie.py
src/ethereum/forks/tangerine_whistle/utils/__init__.py
src/ethereum/forks/tangerine_whistle/utils/address.py
src/ethereum/forks/tangerine_whistle/utils/hexadecimal.py
src/ethereum/forks/tangerine_whistle/utils/message.py
src/ethereum/forks/tangerine_whistle/vm/__init__.py
src/ethereum/forks/tangerine_whistle/vm/exceptions.py
src/ethereum/forks/tangerine_whistle/vm/gas.py
src/ethereum/forks/tangerine_whistle/vm/interpreter.py
src/ethereum/forks/tangerine_whistle/vm/memory.py
src/ethereum/forks/tangerine_whistle/vm/runtime.py
src/ethereum/forks/tangerine_whistle/vm/stack.py
src/ethereum/forks/tangerine_whistle/vm/instructions/__init__.py
src/ethereum/forks/tangerine_whistle/vm/instructions/arithmetic.py
src/ethereum/forks/tangerine_whistle/vm/instructions/bitwise.py
src/ethereum/forks/tangerine_whistle/vm/instructions/block.py
src/ethereum/forks/tangerine_whistle/vm/instructions/comparison.py
src/ethereum/forks/tangerine_whistle/vm/instructions/control_flow.py
src/ethereum/forks/tangerine_whistle/vm/instructions/environment.py
src/ethereum/forks/tangerine_whistle/vm/instructions/keccak.py
src/ethereum/forks/tangerine_whistle/vm/instructions/log.py
src/ethereum/forks/tangerine_whistle/vm/instructions/memory.py
src/ethereum/forks/tangerine_whistle/vm/instructions/stack.py
src/ethereum/forks/tangerine_whistle/vm/instructions/storage.py
src/ethereum/forks/tangerine_whistle/vm/instructions/system.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/__init__.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/ecrecover.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/identity.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/mapping.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/ripemd160.py
src/ethereum/forks/tangerine_whistle/vm/precompiled_contracts/sha256.py
src/ethereum/utils/__init__.py
src/ethereum/utils/byte.py
src/ethereum/utils/hexadecimal.py
src/ethereum/utils/numeric.py
src/ethereum_execution.egg-info/PKG-INFO
src/ethereum_execution.egg-info/SOURCES.txt
src/ethereum_execution.egg-info/dependency_links.txt
src/ethereum_execution.egg-info/entry_points.txt
src/ethereum_execution.egg-info/requires.txt
src/ethereum_execution.egg-info/top_level.txt
src/ethereum_optimized/__init__.py
src/ethereum_optimized/fork.py
src/ethereum_optimized/state_db.py
src/ethereum_optimized/utils.py
src/ethereum_spec_tools/__init__.py
src/ethereum_spec_tools/docc.py
src/ethereum_spec_tools/forks.py
src/ethereum_spec_tools/patch_tool.py
src/ethereum_spec_tools/py.typed
src/ethereum_spec_tools/sync.py
src/ethereum_spec_tools/evm_tools/__init__.py
src/ethereum_spec_tools/evm_tools/__main__.py
src/ethereum_spec_tools/evm_tools/daemon.py
src/ethereum_spec_tools/evm_tools/utils.py
src/ethereum_spec_tools/evm_tools/b11r/__init__.py
src/ethereum_spec_tools/evm_tools/b11r/b11r_types.py
src/ethereum_spec_tools/evm_tools/loaders/__init__.py
src/ethereum_spec_tools/evm_tools/loaders/fixture_loader.py
src/ethereum_spec_tools/evm_tools/loaders/fork_loader.py
src/ethereum_spec_tools/evm_tools/loaders/transaction_loader.py
src/ethereum_spec_tools/evm_tools/statetest/__init__.py
src/ethereum_spec_tools/evm_tools/t8n/__init__.py
src/ethereum_spec_tools/evm_tools/t8n/env.py
src/ethereum_spec_tools/evm_tools/t8n/t8n_types.py
src/ethereum_spec_tools/evm_tools/t8n/evm_trace/__init__.py
src/ethereum_spec_tools/evm_tools/t8n/evm_trace/count.py
src/ethereum_spec_tools/evm_tools/t8n/evm_trace/eip3155.py
src/ethereum_spec_tools/evm_tools/t8n/evm_trace/group.py
src/ethereum_spec_tools/evm_tools/t8n/evm_trace/protocols.py
src/ethereum_spec_tools/lint/__init__.py
src/ethereum_spec_tools/lint/__main__.py
src/ethereum_spec_tools/lint/lints/glacier_forks_hygiene.py
src/ethereum_spec_tools/lint/lints/import_hygiene.py
src/ethereum_spec_tools/lint/lints/patch_hygiene.py
src/ethereum_spec_tools/new_fork/__init__.py
src/ethereum_spec_tools/new_fork/builder.py
src/ethereum_spec_tools/new_fork/cli.py
src/ethereum_spec_tools/new_fork/codemod/__init__.py
src/ethereum_spec_tools/new_fork/codemod/comment.py
src/ethereum_spec_tools/new_fork/codemod/constant.py
src/ethereum_spec_tools/new_fork/codemod/string.py