.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
FUNDING.json
LICENSE
README.md
pyproject.toml
.github/workflows/docs.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
docs/Makefile
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/eth_account.hdaccount.rst
docs/eth_account.rst
docs/eth_account.signers.rst
docs/eth_account.typed_transactions.blob_transactions.rst
docs/eth_account.typed_transactions.rst
docs/index.rst
docs/release_notes.rst
eth_account/__init__.py
eth_account/account.py
eth_account/account_local_actions.py
eth_account/datastructures.py
eth_account/messages.py
eth_account/py.typed
eth_account/types.py
eth_account.egg-info/PKG-INFO
eth_account.egg-info/SOURCES.txt
eth_account.egg-info/dependency_links.txt
eth_account.egg-info/requires.txt
eth_account.egg-info/scm_file_list.json
eth_account.egg-info/scm_version.json
eth_account.egg-info/top_level.txt
eth_account/_utils/__init__.py
eth_account/_utils/legacy_transactions.py
eth_account/_utils/signing.py
eth_account/_utils/transaction_utils.py
eth_account/_utils/validation.py
eth_account/_utils/encode_typed_data/__init__.py
eth_account/_utils/encode_typed_data/encoding_and_hashing.py
eth_account/_utils/encode_typed_data/helpers.py
eth_account/hdaccount/__init__.py
eth_account/hdaccount/_utils.py
eth_account/hdaccount/deterministic.py
eth_account/hdaccount/mnemonic.py
eth_account/hdaccount/wordlist/chinese_simplified.txt
eth_account/hdaccount/wordlist/chinese_traditional.txt
eth_account/hdaccount/wordlist/czech.txt
eth_account/hdaccount/wordlist/english.txt
eth_account/hdaccount/wordlist/french.txt
eth_account/hdaccount/wordlist/italian.txt
eth_account/hdaccount/wordlist/japanese.txt
eth_account/hdaccount/wordlist/korean.txt
eth_account/hdaccount/wordlist/spanish.txt
eth_account/signers/__init__.py
eth_account/signers/base.py
eth_account/signers/local.py
eth_account/typed_transactions/__init__.py
eth_account/typed_transactions/access_list_transaction.py
eth_account/typed_transactions/base.py
eth_account/typed_transactions/dynamic_fee_transaction.py
eth_account/typed_transactions/set_code_transaction.py
eth_account/typed_transactions/typed_transaction.py
eth_account/typed_transactions/blob_transactions/__init__.py
eth_account/typed_transactions/blob_transactions/blob_transaction.py
eth_account/typed_transactions/blob_transactions/kzg_trusted_setup.txt
tests/__init__.py
tests/conftest.py
tests/_scripts/go-kzg-verify/README.md
tests/_scripts/go-kzg-verify/go-kzg-verify
tests/_scripts/go-kzg-verify/go.mod
tests/_scripts/go-kzg-verify/go.sum
tests/_scripts/go-kzg-verify/main.go
tests/core/__init__.py
tests/core/_test_utils.py
tests/core/test_accounts.py
tests/core/test_blob_transactions.py
tests/core/test_datastructures.py
tests/core/test_deterministic.py
tests/core/test_hdaccount.py
tests/core/test_import_and_version.py
tests/core/test_messages.py
tests/core/test_mnemonic.py
tests/core/test_signers.py
tests/core/test_transaction_utils.py
tests/core/test_typed_transactions.py
tests/core/test_validation.py
tests/core/_test_data/blob_data_1.txt
tests/core/_test_data/blob_data_1_signed.txt
tests/core/_test_data/go_eth_kzg_computed.json
tests/core/_test_data/signed_tx.txt
tests/core/_test_data/zero_blob_eip7594_signed.txt
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_invalid_blob_0/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_invalid_blob_1/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_invalid_blob_2/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_invalid_blob_3/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_0/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_1/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_2/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_3/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_4/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_5/data.json
tests/core/_test_data/consensus_spec_tests/fulu/kzg/compute_cells_and_kzg_proofs/compute_cells_and_kzg_proofs_case_valid_6/data.json
tests/core/test_encode_typed_data/test_encode_typed_data_full_messages.py
tests/core/test_encode_typed_data/test_encode_typed_data_internals.py
tests/eip712_messages/__init__.py
tests/eip712_messages/invalid.json
tests/eip712_messages/messages.py
tests/eip712_messages/one_arg_invalid.json
tests/eip712_messages/valid_for_all.json
tests/eip712_messages/valid_py_and_ethers.json
tests/eip712_messages/valid_py_and_metamask.json
tests/fixtures/invalid_message_invalid_abi_type.json
tests/fixtures/invalid_message_unequal_1d_array_lengths.json
tests/fixtures/invalid_message_unequal_array_dimensions.json
tests/fixtures/invalid_message_valid_abi_type_invalid_value.json
tests/fixtures/invalid_message_value_type_mismatch_type.json
tests/fixtures/invalid_struct_identifier_message.json
tests/fixtures/invalid_struct_type_message.json
tests/fixtures/valid_eip712_example.json
tests/fixtures/valid_eip712_example_with_array.json
tests/fixtures/valid_eip712_example_with_multi_array.json
tests/fixtures/valid_message_nested_structs.json
tests/integration/test_comparison_js_eip712_signing.py
tests/integration/test_ethers_fuzzing.py
tests/integration/js-scripts/.gitignore
tests/integration/js-scripts/ethers-mnemonic-fuzzing.js
tests/integration/js-scripts/package-lock.json
tests/integration/js-scripts/package.json
tests/integration/js-scripts/setup_node_v22.sh
tests/integration/js-scripts/sign-eip712-with-ethers.js
tests/integration/js-scripts/sign-eip712-with-metamask.js