.bumpversion.cfg
.gitignore
.travis.yml
ARCHITECTURE.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
docker-compose.yml
pytest.ini
setup.py
tox.ini
.circleci/config.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
docs/Makefile
docs/README-freebsd.md
docs/README-linux.md
docs/README-osx.md
docs/README-windows.md
docs/conf.py
docs/contracts.rst
docs/conventions.rst
docs/ens.rst
docs/ens_overview.rst
docs/examples.rst
docs/filters.rst
docs/gas_price.rst
docs/index.rst
docs/internals.rst
docs/middleware.rst
docs/node.rst
docs/overview.rst
docs/providers.rst
docs/quickstart.rst
docs/releases.rst
docs/troubleshooting.rst
docs/v4_migration.rst
docs/web3.admin.rst
docs/web3.eth.account.rst
docs/web3.eth.rst
docs/web3.main.rst
docs/web3.miner.rst
docs/web3.net.rst
docs/web3.personal.rst
docs/web3.pm.rst
docs/web3.shh.rst
docs/web3.testing.rst
docs/web3.txpool.rst
docs/web3.version.rst
ens/__init__.py
ens/abis.py
ens/auto.py
ens/constants.py
ens/contract_data.py
ens/exceptions.py
ens/main.py
ens/utils.py
tests/__init__.py
tests/conftest.py
tests/generate_go_ethereum_fixture.py
tests/core/admin-module/test_admin_addPeer.py
tests/core/admin-module/test_admin_nodeInfo.py
tests/core/admin-module/test_admin_peers.py
tests/core/admin-module/test_admin_setSolc.py
tests/core/caching-utils/test_generate_cache_key.py
tests/core/contracts/conftest.py
tests/core/contracts/test_args_and_kwargs_merger.py
tests/core/contracts/test_concise_contract.py
tests/core/contracts/test_contract_ambiguous_functions.py
tests/core/contracts/test_contract_buildTransaction.py
tests/core/contracts/test_contract_call_interface.py
tests/core/contracts/test_contract_class_construction.py
tests/core/contracts/test_contract_constructor.py
tests/core/contracts/test_contract_constructor_encoding.py
tests/core/contracts/test_contract_deployment.py
tests/core/contracts/test_contract_estimateGas.py
tests/core/contracts/test_contract_init.py
tests/core/contracts/test_contract_method_abi_decoding.py
tests/core/contracts/test_contract_method_abi_encoding.py
tests/core/contracts/test_contract_method_to_argument_matching.py
tests/core/contracts/test_contract_transact_interface.py
tests/core/contracts/test_contract_util_functions.py
tests/core/contracts/test_extracting_event_data.py
tests/core/contracts/test_extracting_event_data_old.py
tests/core/contracts/test_implicit_contract.py
tests/core/contracts/contract_sources/Emitter.sol
tests/core/core/block-utils/test_select_method_for_block_identifier.py
tests/core/empty-object/test_empty_object_is_falsy.py
tests/core/eth-module/conftest.py
tests/core/eth-module/test_accounts.py
tests/core/eth-module/test_defaultAccount_api.py
tests/core/eth-module/test_eth_contract.py
tests/core/eth-module/test_eth_mining.py
tests/core/eth-module/test_gas_pricing.py
tests/core/eth-module/test_iban.py
tests/core/eth-module/test_poa.py
tests/core/eth-module/test_transactions.py
tests/core/filtering/conftest.py
tests/core/filtering/test_contract_createFilter_topic_merging.py
tests/core/filtering/test_contract_data_filters.py
tests/core/filtering/test_contract_on_event_filtering.py
tests/core/filtering/test_contract_past_event_filtering.py
tests/core/filtering/test_contract_topic_filters.py
tests/core/filtering/test_existing_filter_instance.py
tests/core/filtering/test_filter_against_latest_blocks.py
tests/core/filtering/test_filter_against_pending_transactions.py
tests/core/filtering/test_filter_against_transaction_logs.py
tests/core/filtering/test_filters_against_many_blocks.py
tests/core/gas-strategies/test_rpc_gas_pricing_strategies.py
tests/core/gas-strategies/test_time_based_gas_price_strategy.py
tests/core/manager/conftest.py
tests/core/manager/test_middleware_add_and_clear_api.py
tests/core/manager/test_middleware_can_be_stateful.py
tests/core/manager/test_provider_property.py
tests/core/manager/test_provider_request_wrapping.py
tests/core/middleware/test_fixture_middleware.py
tests/core/middleware/test_gas_price_strategy.py
tests/core/middleware/test_http_request_retry.py
tests/core/middleware/test_latest_block_based_cache_middleware.py
tests/core/middleware/test_name_to_address_middleware.py
tests/core/middleware/test_request_param_normalizer.py
tests/core/middleware/test_simple_cache_middleware.py
tests/core/middleware/test_stalecheck.py
tests/core/middleware/test_time_based_cache_middleware.py
tests/core/middleware/test_transaction_signing.py
tests/core/mining-module/conftest.py
tests/core/mining-module/test_miner_hashrate.py
tests/core/mining-module/test_miner_setExtra.py
tests/core/mining-module/test_miner_setGasPrice.py
tests/core/mining-module/test_miner_start.py
tests/core/mining-module/test_miner_stop.py
tests/core/mining-module/test_setEtherBase.py
tests/core/pm-module/test_pm_init.py
tests/core/providers/test_auto_provider.py
tests/core/providers/test_ipc_provider.py
tests/core/providers/test_provider.py
tests/core/providers/test_websocket_provider.py
tests/core/shh-module/conftest.py
tests/core/shh-module/test_shh_filter.py
tests/core/shh-module/test_shh_key_pair.py
tests/core/shh-module/test_shh_post.py
tests/core/shh-module/test_shh_properties.py
tests/core/testing-module/test_testing_mine.py
tests/core/testing-module/test_testing_snapshot_and_revert.py
tests/core/testing-module/test_testing_timeTravel.py
tests/core/txpool-module/conftest.py
tests/core/txpool-module/test_txpool_content.py
tests/core/txpool-module/test_txpool_inspect.py
tests/core/utilities/__init__.py
tests/core/utilities/test_abi.py
tests/core/utilities/test_abi_filter_by_abi_name.py
tests/core/utilities/test_abi_filtering_by_argument_name.py
tests/core/utilities/test_abi_is_encodable.py
tests/core/utilities/test_attributedict.py
tests/core/utilities/test_construct_data_filter_regex.py
tests/core/utilities/test_construct_event_data_set.py
tests/core/utilities/test_construct_event_filter_params.py
tests/core/utilities/test_construct_event_topics.py
tests/core/utilities/test_datatypes.py
tests/core/utilities/test_decorators.py
tests/core/utilities/test_encoding.py
tests/core/utilities/test_event_interface.py
tests/core/utilities/test_formatters.py
tests/core/utilities/test_is_predefined_block_number.py
tests/core/utilities/test_is_probably_enum.py
tests/core/utilities/test_is_recognized_type.py
tests/core/utilities/test_math.py
tests/core/utilities/test_prepare_transaction_replacement.py
tests/core/utilities/test_threads.py
tests/core/utilities/test_valid_transaction_params.py
tests/core/utilities/test_validation.py
tests/core/web3-module/test_conversions.py
tests/core/web3-module/test_providers.py
tests/core/web3-module/test_sha3.py
tests/ens/conftest.py
tests/ens/test_get_registry.py
tests/ens/test_nameprep.py
tests/ens/test_setup_address.py
tests/ens/test_setup_name.py
tests/ens/test_utils.py
tests/integration/README.md
tests/integration/common.py
tests/integration/conftest.py
tests/integration/test_ethereum_tester.py
tests/integration/utils.py
tests/integration/generate_fixtures/common.py
tests/integration/generate_fixtures/go_ethereum.py
tests/integration/generate_fixtures/parity.py
tests/integration/geth-1.8.1-datadir-fixture/config.json
tests/integration/geth-1.8.1-datadir-fixture/genesis.json
tests/integration/geth-1.8.1-datadir-fixture/geth/LOCK
tests/integration/geth-1.8.1-datadir-fixture/geth/nodekey
tests/integration/geth-1.8.1-datadir-fixture/geth/transactions.rlp
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/000002.ldb
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/000005.ldb
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/000008.ldb
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/000009.log
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/CURRENT
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/LOCK
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/LOG
tests/integration/geth-1.8.1-datadir-fixture/geth/chaindata/MANIFEST-000010
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/000002.ldb
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/000003.log
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/CURRENT
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/LOCK
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/LOG
tests/integration/geth-1.8.1-datadir-fixture/geth/lightchaindata/MANIFEST-000004
tests/integration/geth-1.8.1-datadir-fixture/keystore/UTC--2017-08-24T19-42-47.517572178Z--dc544d1aa88ff8bbd2f2aec754b1f1e99e1812fd
tests/integration/geth-16-datadir-fixture/genesis.json
tests/integration/geth-16-datadir-fixture/geth/LOCK
tests/integration/geth-16-datadir-fixture/geth/nodekey
tests/integration/geth-16-datadir-fixture/geth/chaindata/000002.ldb
tests/integration/geth-16-datadir-fixture/geth/chaindata/000003.log
tests/integration/geth-16-datadir-fixture/geth/chaindata/CURRENT
tests/integration/geth-16-datadir-fixture/geth/chaindata/LOCK
tests/integration/geth-16-datadir-fixture/geth/chaindata/LOG
tests/integration/geth-16-datadir-fixture/geth/chaindata/MANIFEST-000004
tests/integration/geth-16-datadir-fixture/geth/lightchaindata/000001.log
tests/integration/geth-16-datadir-fixture/geth/lightchaindata/CURRENT
tests/integration/geth-16-datadir-fixture/geth/lightchaindata/LOCK
tests/integration/geth-16-datadir-fixture/geth/lightchaindata/LOG
tests/integration/geth-16-datadir-fixture/geth/lightchaindata/MANIFEST-000000
tests/integration/geth-16-datadir-fixture/keystore/UTC--2017-08-24T19-42-47.517572178Z--dc544d1aa88ff8bbd2f2aec754b1f1e99e1812fd
tests/integration/geth-17-datadir-fixture/genesis.json
tests/integration/geth-17-datadir-fixture/geth/LOCK
tests/integration/geth-17-datadir-fixture/geth/nodekey
tests/integration/geth-17-datadir-fixture/geth/transactions.rlp
tests/integration/geth-17-datadir-fixture/geth/chaindata/000002.ldb
tests/integration/geth-17-datadir-fixture/geth/chaindata/000003.log
tests/integration/geth-17-datadir-fixture/geth/chaindata/CURRENT
tests/integration/geth-17-datadir-fixture/geth/chaindata/LOCK
tests/integration/geth-17-datadir-fixture/geth/chaindata/LOG
tests/integration/geth-17-datadir-fixture/geth/chaindata/MANIFEST-000004
tests/integration/geth-17-datadir-fixture/geth/lightchaindata/000001.log
tests/integration/geth-17-datadir-fixture/geth/lightchaindata/CURRENT
tests/integration/geth-17-datadir-fixture/geth/lightchaindata/LOCK
tests/integration/geth-17-datadir-fixture/geth/lightchaindata/LOG
tests/integration/geth-17-datadir-fixture/geth/lightchaindata/MANIFEST-000000
tests/integration/geth-17-datadir-fixture/keystore/UTC--2017-08-24T19-42-47.517572178Z--dc544d1aa88ff8bbd2f2aec754b1f1e99e1812fd
tests/integration/go_ethereum/__init__.py
tests/integration/go_ethereum/common.py
tests/integration/go_ethereum/conftest.py
tests/integration/go_ethereum/test_goethereum_http.py
tests/integration/go_ethereum/test_goethereum_ipc.py
tests/integration/go_ethereum/test_goethereum_ws.py
tests/integration/go_ethereum/utils.py
tests/integration/parity/__init__.py
tests/integration/parity/common.py
tests/integration/parity/conftest.py
tests/integration/parity/install_parity.py
tests/integration/parity/test_parity_http.py
tests/integration/parity/test_parity_ipc.py
tests/integration/parity/test_parity_ws.py
tests/integration/parity/utils.py
tests/integration/parity-187-fixture/blocks_export.rlp
tests/integration/parity-187-fixture/chain_config.json
tests/integration/parity-187-fixture/keys/CrossClient/UTC--2017-08-24T19-42-47.517572178Z--dc544d1aa88ff8bbd2f2aec754b1f1e99e1812fd
tests/integration/parity-187-fixture/keys/CrossClient/address_book.json
tests/integration/parity-187-fixture/network/key
tests/integration/parity-188-fixture/blocks_export.rlp
tests/integration/parity-188-fixture/chain_config.json
tests/integration/parity-188-fixture/keys/CrossClient/UTC--2017-08-24T19-42-47.517572178Z--dc544d1aa88ff8bbd2f2aec754b1f1e99e1812fd
tests/integration/parity-188-fixture/keys/CrossClient/address_book.json
tests/integration/parity-188-fixture/network/key
veriteos_web3.egg-info/PKG-INFO
veriteos_web3.egg-info/SOURCES.txt
veriteos_web3.egg-info/dependency_links.txt
veriteos_web3.egg-info/not-zip-safe
veriteos_web3.egg-info/requires.txt
veriteos_web3.egg-info/top_level.txt
web3/__init__.py
web3/admin.py
web3/contract.py
web3/datastructures.py
web3/eth.py
web3/exceptions.py
web3/iban.py
web3/main.py
web3/manager.py
web3/miner.py
web3/module.py
web3/net.py
web3/parity.py
web3/personal.py
web3/pm.py
web3/shh.py
web3/testing.py
web3/txpool.py
web3/version.py
web3/auto/__init__.py
web3/auto/gethdev.py
web3/auto/http.py
web3/auto/infura.py
web3/auto/ipc.py
web3/auto/websocket.py
web3/gas_strategies/__init__.py
web3/gas_strategies/rpc.py
web3/gas_strategies/time_based.py
web3/middleware/__init__.py
web3/middleware/abi.py
web3/middleware/attrdict.py
web3/middleware/cache.py
web3/middleware/exception_handling.py
web3/middleware/exception_retry_request.py
web3/middleware/fixture.py
web3/middleware/formatting.py
web3/middleware/gas_price_strategy.py
web3/middleware/geth_poa.py
web3/middleware/names.py
web3/middleware/normalize_errors.py
web3/middleware/normalize_request_parameters.py
web3/middleware/pythonic.py
web3/middleware/signing.py
web3/middleware/simulate_unmined_transaction.py
web3/middleware/stalecheck.py
web3/middleware/validation.py
web3/providers/__init__.py
web3/providers/auto.py
web3/providers/base.py
web3/providers/ipc.py
web3/providers/rpc.py
web3/providers/tester.py
web3/providers/websocket.py
web3/providers/eth_tester/__init__.py
web3/providers/eth_tester/defaults.py
web3/providers/eth_tester/main.py
web3/providers/eth_tester/middleware.py
web3/utils/__init__.py
web3/utils/abi.py
web3/utils/blocks.py
web3/utils/caching.py
web3/utils/contracts.py
web3/utils/datatypes.py
web3/utils/decorators.py
web3/utils/empty.py
web3/utils/encoding.py
web3/utils/ens.py
web3/utils/events.py
web3/utils/filters.py
web3/utils/formatters.py
web3/utils/function_identifiers.py
web3/utils/http.py
web3/utils/hypothesis.py
web3/utils/math.py
web3/utils/normalizers.py
web3/utils/request.py
web3/utils/rpc_abi.py
web3/utils/threads.py
web3/utils/transactions.py
web3/utils/validation.py
web3/utils/windows.py
web3/utils/compat/compat_py2.py
web3/utils/compat/compat_py3.py
web3/utils/module_testing/__init__.py
web3/utils/module_testing/emitter_contract.py
web3/utils/module_testing/eth_module.py
web3/utils/module_testing/math_contract.py
web3/utils/module_testing/net_module.py
web3/utils/module_testing/parity_module.py
web3/utils/module_testing/personal_module.py
web3/utils/module_testing/version_module.py
web3/utils/module_testing/web3_module.py
web3/utils/six/__init__.py
web3/utils/six/six.py
web3/utils/toolz/__init__.py
web3/utils/toolz/curried.py