LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
eth/__init__.py
eth/_warnings.py
eth/abc.py
eth/constants.py
eth/exceptions.py
eth/py.typed
eth/typing.py
eth/validation.py
eth/_utils/__init__.py
eth/_utils/address.py
eth/_utils/bn128.py
eth/_utils/datatypes.py
eth/_utils/db.py
eth/_utils/empty.py
eth/_utils/env.py
eth/_utils/generator.py
eth/_utils/headers.py
eth/_utils/kzg_trusted_setup.txt
eth/_utils/logging.py
eth/_utils/module_loading.py
eth/_utils/numeric.py
eth/_utils/padding.py
eth/_utils/rlp.py
eth/_utils/spoof.py
eth/_utils/state.py
eth/_utils/transactions.py
eth/_utils/version.py
eth/_utils/blake2/__init__.py
eth/_utils/blake2/coders.py
eth/_utils/blake2/compression.py
eth/chains/__init__.py
eth/chains/base.py
eth/chains/header.py
eth/chains/goerli/__init__.py
eth/chains/goerli/constants.py
eth/chains/mainnet/__init__.py
eth/chains/mainnet/constants.py
eth/chains/ropsten/__init__.py
eth/chains/ropsten/constants.py
eth/chains/tester/__init__.py
eth/consensus/__init__.py
eth/consensus/applier.py
eth/consensus/context.py
eth/consensus/ethash.py
eth/consensus/noproof.py
eth/consensus/pos.py
eth/consensus/pow.py
eth/consensus/clique/__init__.py
eth/consensus/clique/_utils.py
eth/consensus/clique/clique.py
eth/consensus/clique/constants.py
eth/consensus/clique/datatypes.py
eth/consensus/clique/encoding.py
eth/consensus/clique/exceptions.py
eth/consensus/clique/snapshot_manager.py
eth/db/__init__.py
eth/db/accesslog.py
eth/db/account.py
eth/db/atomic.py
eth/db/batch.py
eth/db/cache.py
eth/db/chain.py
eth/db/chain_gaps.py
eth/db/diff.py
eth/db/hash_trie.py
eth/db/header.py
eth/db/journal.py
eth/db/keymap.py
eth/db/schema.py
eth/db/slow_journal.py
eth/db/storage.py
eth/db/trie.py
eth/db/witness.py
eth/db/backends/__init__.py
eth/db/backends/base.py
eth/db/backends/memory.py
eth/estimators/__init__.py
eth/estimators/gas.py
eth/precompiles/__init__.py
eth/precompiles/blake2.py
eth/precompiles/ecadd.py
eth/precompiles/ecmul.py
eth/precompiles/ecpairing.py
eth/precompiles/ecrecover.py
eth/precompiles/identity.py
eth/precompiles/modexp.py
eth/precompiles/point_evaluation.py
eth/precompiles/ripemd160.py
eth/precompiles/sha256.py
eth/rlp/__init__.py
eth/rlp/accounts.py
eth/rlp/blocks.py
eth/rlp/headers.py
eth/rlp/logs.py
eth/rlp/receipts.py
eth/rlp/sedes.py
eth/rlp/transactions.py
eth/tools/__init__.py
eth/tools/mining.py
eth/tools/rlp.py
eth/tools/_utils/__init__.py
eth/tools/_utils/deprecation.py
eth/tools/_utils/git.py
eth/tools/_utils/hashing.py
eth/tools/_utils/mappings.py
eth/tools/_utils/normalization.py
eth/tools/_utils/slow_code_stream.py
eth/tools/_utils/vyper.py
eth/tools/builder/__init__.py
eth/tools/builder/chain/__init__.py
eth/tools/builder/chain/builders.py
eth/tools/db/__init__.py
eth/tools/db/atomic.py
eth/tools/db/base.py
eth/tools/fixtures/__init__.py
eth/tools/fixtures/_utils.py
eth/tools/fixtures/generation.py
eth/tools/fixtures/helpers.py
eth/tools/fixtures/loading.py
eth/tools/fixtures/fillers/__init__.py
eth/tools/fixtures/fillers/_utils.py
eth/tools/fixtures/fillers/common.py
eth/tools/fixtures/fillers/formatters.py
eth/tools/fixtures/fillers/main.py
eth/tools/fixtures/fillers/state.py
eth/tools/fixtures/fillers/vm.py
eth/vm/__init__.py
eth/vm/base.py
eth/vm/chain_context.py
eth/vm/code_stream.py
eth/vm/computation.py
eth/vm/execution_context.py
eth/vm/gas_meter.py
eth/vm/header.py
eth/vm/interrupt.py
eth/vm/memory.py
eth/vm/message.py
eth/vm/mnemonics.py
eth/vm/opcode.py
eth/vm/opcode_values.py
eth/vm/spoof.py
eth/vm/stack.py
eth/vm/state.py
eth/vm/transaction_context.py
eth/vm/transient_storage.py
eth/vm/forks/__init__.py
eth/vm/forks/arrow_glacier/__init__.py
eth/vm/forks/arrow_glacier/blocks.py
eth/vm/forks/arrow_glacier/computation.py
eth/vm/forks/arrow_glacier/headers.py
eth/vm/forks/arrow_glacier/state.py
eth/vm/forks/arrow_glacier/transactions.py
eth/vm/forks/berlin/__init__.py
eth/vm/forks/berlin/blocks.py
eth/vm/forks/berlin/computation.py
eth/vm/forks/berlin/constants.py
eth/vm/forks/berlin/headers.py
eth/vm/forks/berlin/logic.py
eth/vm/forks/berlin/opcodes.py
eth/vm/forks/berlin/receipts.py
eth/vm/forks/berlin/state.py
eth/vm/forks/berlin/transactions.py
eth/vm/forks/byzantium/__init__.py
eth/vm/forks/byzantium/blocks.py
eth/vm/forks/byzantium/computation.py
eth/vm/forks/byzantium/constants.py
eth/vm/forks/byzantium/headers.py
eth/vm/forks/byzantium/opcodes.py
eth/vm/forks/byzantium/state.py
eth/vm/forks/byzantium/transactions.py
eth/vm/forks/cancun/__init__.py
eth/vm/forks/cancun/blocks.py
eth/vm/forks/cancun/computation.py
eth/vm/forks/cancun/constants.py
eth/vm/forks/cancun/headers.py
eth/vm/forks/cancun/logic.py
eth/vm/forks/cancun/opcodes.py
eth/vm/forks/cancun/receipts.py
eth/vm/forks/cancun/state.py
eth/vm/forks/cancun/transaction_context.py
eth/vm/forks/cancun/transactions.py
eth/vm/forks/constantinople/__init__.py
eth/vm/forks/constantinople/blocks.py
eth/vm/forks/constantinople/computation.py
eth/vm/forks/constantinople/constants.py
eth/vm/forks/constantinople/headers.py
eth/vm/forks/constantinople/opcodes.py
eth/vm/forks/constantinople/state.py
eth/vm/forks/constantinople/storage.py
eth/vm/forks/constantinople/transactions.py
eth/vm/forks/frontier/__init__.py
eth/vm/forks/frontier/blocks.py
eth/vm/forks/frontier/computation.py
eth/vm/forks/frontier/constants.py
eth/vm/forks/frontier/headers.py
eth/vm/forks/frontier/opcodes.py
eth/vm/forks/frontier/state.py
eth/vm/forks/frontier/transaction_context.py
eth/vm/forks/frontier/transactions.py
eth/vm/forks/frontier/validation.py
eth/vm/forks/gray_glacier/__init__.py
eth/vm/forks/gray_glacier/blocks.py
eth/vm/forks/gray_glacier/computation.py
eth/vm/forks/gray_glacier/headers.py
eth/vm/forks/gray_glacier/state.py
eth/vm/forks/gray_glacier/transactions.py
eth/vm/forks/homestead/__init__.py
eth/vm/forks/homestead/blocks.py
eth/vm/forks/homestead/computation.py
eth/vm/forks/homestead/constants.py
eth/vm/forks/homestead/headers.py
eth/vm/forks/homestead/opcodes.py
eth/vm/forks/homestead/state.py
eth/vm/forks/homestead/transactions.py
eth/vm/forks/homestead/validation.py
eth/vm/forks/istanbul/__init__.py
eth/vm/forks/istanbul/blocks.py
eth/vm/forks/istanbul/computation.py
eth/vm/forks/istanbul/constants.py
eth/vm/forks/istanbul/headers.py
eth/vm/forks/istanbul/opcodes.py
eth/vm/forks/istanbul/state.py
eth/vm/forks/istanbul/storage.py
eth/vm/forks/istanbul/transactions.py
eth/vm/forks/london/__init__.py
eth/vm/forks/london/blocks.py
eth/vm/forks/london/computation.py
eth/vm/forks/london/constants.py
eth/vm/forks/london/headers.py
eth/vm/forks/london/opcodes.py
eth/vm/forks/london/receipts.py
eth/vm/forks/london/state.py
eth/vm/forks/london/storage.py
eth/vm/forks/london/transactions.py
eth/vm/forks/london/validation.py
eth/vm/forks/muir_glacier/__init__.py
eth/vm/forks/muir_glacier/blocks.py
eth/vm/forks/muir_glacier/computation.py
eth/vm/forks/muir_glacier/headers.py
eth/vm/forks/muir_glacier/opcodes.py
eth/vm/forks/muir_glacier/state.py
eth/vm/forks/muir_glacier/transactions.py
eth/vm/forks/paris/__init__.py
eth/vm/forks/paris/blocks.py
eth/vm/forks/paris/computation.py
eth/vm/forks/paris/headers.py
eth/vm/forks/paris/opcodes.py
eth/vm/forks/paris/state.py
eth/vm/forks/paris/transactions.py
eth/vm/forks/petersburg/__init__.py
eth/vm/forks/petersburg/blocks.py
eth/vm/forks/petersburg/computation.py
eth/vm/forks/petersburg/constants.py
eth/vm/forks/petersburg/headers.py
eth/vm/forks/petersburg/opcodes.py
eth/vm/forks/petersburg/state.py
eth/vm/forks/petersburg/transactions.py
eth/vm/forks/shanghai/__init__.py
eth/vm/forks/shanghai/blocks.py
eth/vm/forks/shanghai/computation.py
eth/vm/forks/shanghai/constants.py
eth/vm/forks/shanghai/headers.py
eth/vm/forks/shanghai/logic.py
eth/vm/forks/shanghai/opcodes.py
eth/vm/forks/shanghai/state.py
eth/vm/forks/shanghai/transactions.py
eth/vm/forks/shanghai/withdrawals.py
eth/vm/forks/spurious_dragon/__init__.py
eth/vm/forks/spurious_dragon/_utils.py
eth/vm/forks/spurious_dragon/blocks.py
eth/vm/forks/spurious_dragon/computation.py
eth/vm/forks/spurious_dragon/constants.py
eth/vm/forks/spurious_dragon/opcodes.py
eth/vm/forks/spurious_dragon/state.py
eth/vm/forks/spurious_dragon/transactions.py
eth/vm/forks/tangerine_whistle/__init__.py
eth/vm/forks/tangerine_whistle/computation.py
eth/vm/forks/tangerine_whistle/constants.py
eth/vm/forks/tangerine_whistle/opcodes.py
eth/vm/forks/tangerine_whistle/state.py
eth/vm/logic/__init__.py
eth/vm/logic/arithmetic.py
eth/vm/logic/block.py
eth/vm/logic/call.py
eth/vm/logic/comparison.py
eth/vm/logic/context.py
eth/vm/logic/duplication.py
eth/vm/logic/flow.py
eth/vm/logic/invalid.py
eth/vm/logic/logging.py
eth/vm/logic/memory.py
eth/vm/logic/sha3.py
eth/vm/logic/stack.py
eth/vm/logic/storage.py
eth/vm/logic/swap.py
eth/vm/logic/system.py
py_evm.egg-info/PKG-INFO
py_evm.egg-info/SOURCES.txt
py_evm.egg-info/dependency_links.txt
py_evm.egg-info/not-zip-safe
py_evm.egg-info/requires.txt
py_evm.egg-info/top_level.txt
scripts/benchmark/__init__.py
scripts/benchmark/run.py
scripts/benchmark/_utils/__init__.py
scripts/benchmark/_utils/address.py
scripts/benchmark/_utils/chain_plumbing.py
scripts/benchmark/_utils/compile.py
scripts/benchmark/_utils/format.py
scripts/benchmark/_utils/meters.py
scripts/benchmark/_utils/reporting.py
scripts/benchmark/_utils/shellart.py
scripts/benchmark/checks/__init__.py
scripts/benchmark/checks/base_benchmark.py
scripts/benchmark/checks/deploy_dos.py
scripts/benchmark/checks/erc20_interact.py
scripts/benchmark/checks/import_empty_blocks.py
scripts/benchmark/checks/mine_empty_blocks.py
scripts/benchmark/checks/simple_value_transfers.py
scripts/benchmark/contract_data/DOSContract.sol
scripts/benchmark/contract_data/__init__.py
scripts/benchmark/contract_data/erc20.sol
scripts/benchmark/contract_data/DOSContract.sol-compiled/combined.json
scripts/benchmark/contract_data/erc20.sol-compiled/combined.json
scripts/release/test_package.py
tests/__init__.py
tests/conftest.py
tests/core/fixtures.py
tests/core/helpers.py
tests/core/test_import.py
tests/core/address-utils/test_address_generation.py
tests/core/builder-tools/test_chain_builder.py
tests/core/builder-tools/test_chain_construction.py
tests/core/builder-tools/test_chain_initializer.py
tests/core/chain-object/test_build_block_incrementally.py
tests/core/chain-object/test_chain.py
tests/core/chain-object/test_chain_get_ancestors.py
tests/core/chain-object/test_chain_reorganization.py
tests/core/chain-object/test_chain_retrieval_of_vm_class.py
tests/core/chain-object/test_contract_call.py
tests/core/chain-object/test_create_transaction.py
tests/core/chain-object/test_gas_estimation.py
tests/core/code-stream/test_code_stream.py
tests/core/consensus/test_clique_consensus.py
tests/core/consensus/test_clique_encoding.py
tests/core/consensus/test_clique_utils.py
tests/core/consensus/test_consensus_engine.py
tests/core/consensus/test_pow_mining.py
tests/core/datatype-utils/test_configurable_class.py
tests/core/db/test_keymap_db.py
tests/core/env-utils/test_env_bool.py
tests/core/env-utils/test_env_float.py
tests/core/env-utils/test_env_int.py
tests/core/env-utils/test_env_list.py
tests/core/env-utils/test_env_string.py
tests/core/env-utils/test_get.py
tests/core/fixture-tools/test_normalize_state.py
tests/core/gas_meter/test_gas_meter.py
tests/core/generator-utils/test_cached_iterable.py
tests/core/hexadecimal-utils/test_encode_and_decode.py
tests/core/memory/test_memory.py
tests/core/message-object/test_message_object.py
tests/core/numeric-utils/test_get_highest_bit_length.py
tests/core/numeric-utils/test_int_to_bytes32.py
tests/core/numeric-utils/test_integer_squareroot.py
tests/core/opcodes/test_opcodes.py
tests/core/padding-utils/test_padding.py
tests/core/precompiles/test_blake2.py
tests/core/stack/test_stack.py
tests/core/tester/test_generate_vm_configuration.py
tests/core/transaction-utils/conftest.py
tests/core/transaction-utils/test_receipt_encoding.py
tests/core/transaction-utils/test_spoof_transaction.py
tests/core/transaction-utils/test_transaction_encoding.py
tests/core/transaction-utils/test_transaction_signature_validation.py
tests/core/validation/test_eth1_validation.py
tests/core/validation/test_transaction_validation.py
tests/core/validation/test_withdrawal_validation.py
tests/core/vm/conftest.py
tests/core/vm/test_base_computation.py
tests/core/vm/test_clique_validation.py
tests/core/vm/test_computation.py
tests/core/vm/test_contract_code_size_limit.py
tests/core/vm/test_frontier_computation.py
tests/core/vm/test_interrupt.py
tests/core/vm/test_london.py
tests/core/vm/test_mainnet_dao_fork.py
tests/core/vm/test_modexp_precompile.py
tests/core/vm/test_rewards.py
tests/core/vm/test_shanghai.py
tests/core/vm/test_validate_transaction.py
tests/core/vm/test_vm.py
tests/core/vm/test_vm_class_configurations.py
tests/core/vm/test_vm_state.py
tests/core/vm/fixtures/modexp_precompile_test_vectors.json
tests/database/test_accesslog.py
tests/database/test_account_db.py
tests/database/test_batch_db.py
tests/database/test_database_api.py
tests/database/test_db_diff.py
tests/database/test_eth1_chaindb.py
tests/database/test_hash_trie.py
tests/database/test_header_db.py
tests/database/test_journal_db.py
tests/database/test_leveldb_db_backend.py
tests/fillers/__init__.py
tests/fillers/build_json.py
tests/fillers/vm_fillers/__init__.py
tests/json-fixtures/test_difficulty.py
tests/json-fixtures/test_transactions.py
tests/json-fixtures/test_virtual_machine.py
tests/json-fixtures/blockchain/test_blockchain.py
tests/rlp-fixtures/ropston_epoch_headers.rlp