.bumpversion.cfg
.gitignore
.travis.yml
ARCHITECTURE.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
docker-compose.yml
fusion.png
pytest.ini
requirements-docs.txt
setup.py
test.py
tox.ini
.circleci/config.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
cmd/cpc-fusion
cpc_fusion/__init__.py
cpc_fusion/admin.py
cpc_fusion/contract.py
cpc_fusion/cpc.py
cpc_fusion/datastructures.py
cpc_fusion/default_contracts.py
cpc_fusion/eth.py
cpc_fusion/exceptions.py
cpc_fusion/iban.py
cpc_fusion/main.py
cpc_fusion/manager.py
cpc_fusion/miner.py
cpc_fusion/module.py
cpc_fusion/net.py
cpc_fusion/parity.py
cpc_fusion/personal.py
cpc_fusion/pm.py
cpc_fusion/shh.py
cpc_fusion/testing.py
cpc_fusion/txpool.py
cpc_fusion/version.py
cpc_fusion.egg-info/PKG-INFO
cpc_fusion.egg-info/SOURCES.txt
cpc_fusion.egg-info/dependency_links.txt
cpc_fusion.egg-info/not-zip-safe
cpc_fusion.egg-info/requires.txt
cpc_fusion.egg-info/top_level.txt
cpc_fusion/_utils/__init__.py
cpc_fusion/_utils/abi.py
cpc_fusion/_utils/blocks.py
cpc_fusion/_utils/caching.py
cpc_fusion/_utils/contracts.py
cpc_fusion/_utils/datatypes.py
cpc_fusion/_utils/decorators.py
cpc_fusion/_utils/empty.py
cpc_fusion/_utils/encoding.py
cpc_fusion/_utils/ens.py
cpc_fusion/_utils/events.py
cpc_fusion/_utils/filters.py
cpc_fusion/_utils/formatters.py
cpc_fusion/_utils/function_identifiers.py
cpc_fusion/_utils/http.py
cpc_fusion/_utils/hypothesis.py
cpc_fusion/_utils/math.py
cpc_fusion/_utils/normalizers.py
cpc_fusion/_utils/request.py
cpc_fusion/_utils/rpc_abi.py
cpc_fusion/_utils/threads.py
cpc_fusion/_utils/transactions.py
cpc_fusion/_utils/validation.py
cpc_fusion/_utils/windows.py
cpc_fusion/_utils/compat/compat_py2.py
cpc_fusion/_utils/compat/compat_py3.py
cpc_fusion/_utils/module_testing/__init__.py
cpc_fusion/_utils/module_testing/emitter_contract.py
cpc_fusion/_utils/module_testing/eth_module.py
cpc_fusion/_utils/module_testing/math_contract.py
cpc_fusion/_utils/module_testing/net_module.py
cpc_fusion/_utils/module_testing/parity_module.py
cpc_fusion/_utils/module_testing/personal_module.py
cpc_fusion/_utils/module_testing/version_module.py
cpc_fusion/_utils/module_testing/web3_module.py
cpc_fusion/_utils/toolz/__init__.py
cpc_fusion/_utils/toolz/curried.py
cpc_fusion/auto/__init__.py
cpc_fusion/auto/gethdev.py
cpc_fusion/auto/http.py
cpc_fusion/auto/infura.py
cpc_fusion/auto/ipc.py
cpc_fusion/auto/websocket.py
cpc_fusion/gas_strategies/__init__.py
cpc_fusion/gas_strategies/rpc.py
cpc_fusion/gas_strategies/time_based.py
cpc_fusion/middleware/__init__.py
cpc_fusion/middleware/abi.py
cpc_fusion/middleware/attrdict.py
cpc_fusion/middleware/cache.py
cpc_fusion/middleware/exception_handling.py
cpc_fusion/middleware/exception_retry_request.py
cpc_fusion/middleware/filter.py
cpc_fusion/middleware/fixture.py
cpc_fusion/middleware/formatting.py
cpc_fusion/middleware/gas_price_strategy.py
cpc_fusion/middleware/geth_poa.py
cpc_fusion/middleware/names.py
cpc_fusion/middleware/normalize_errors.py
cpc_fusion/middleware/normalize_request_parameters.py
cpc_fusion/middleware/pythonic.py
cpc_fusion/middleware/signing.py
cpc_fusion/middleware/simulate_unmined_transaction.py
cpc_fusion/middleware/stalecheck.py
cpc_fusion/middleware/validation.py
cpc_fusion/pkgs/__init__.py
cpc_fusion/pkgs/account/__init__.py
cpc_fusion/pkgs/account/account.py
cpc_fusion/pkgs/account/datastructures.py
cpc_fusion/pkgs/account/local.py
cpc_fusion/pkgs/account/messages.py
cpc_fusion/pkgs/account/internal/__init__.py
cpc_fusion/pkgs/account/internal/signing.py
cpc_fusion/pkgs/account/internal/transactions.py
cpc_fusion/pkgs/account/signers/__init__.py
cpc_fusion/pkgs/account/signers/base.py
cpc_fusion/pkgs/account/signers/local.py
cpc_fusion/pkgs/keyfile/__init__.py
cpc_fusion/pkgs/keyfile/keyfile.py
cpc_fusion/pkgs/keys/__init__.py
cpc_fusion/pkgs/keys/constants.py
cpc_fusion/pkgs/keys/datatypes.py
cpc_fusion/pkgs/keys/exceptions.py
cpc_fusion/pkgs/keys/main.py
cpc_fusion/pkgs/keys/validation.py
cpc_fusion/pkgs/keys/backends/__init__.py
cpc_fusion/pkgs/keys/backends/base.py
cpc_fusion/pkgs/keys/backends/coincurve.py
cpc_fusion/pkgs/keys/backends/native/__init__.py
cpc_fusion/pkgs/keys/backends/native/ecdsa.py
cpc_fusion/pkgs/keys/backends/native/jacobian.py
cpc_fusion/pkgs/keys/backends/native/main.py
cpc_fusion/pkgs/keys/utils/__init__.py
cpc_fusion/pkgs/keys/utils/address.py
cpc_fusion/pkgs/keys/utils/module_loading.py
cpc_fusion/pkgs/keys/utils/numeric.py
cpc_fusion/pkgs/keys/utils/padding.py
cpc_fusion/pkgs/utils/__init__.py
cpc_fusion/pkgs/utils/__main__.py
cpc_fusion/pkgs/utils/abi.py
cpc_fusion/pkgs/utils/address.py
cpc_fusion/pkgs/utils/applicators.py
cpc_fusion/pkgs/utils/conversions.py
cpc_fusion/pkgs/utils/crypto.py
cpc_fusion/pkgs/utils/currency.py
cpc_fusion/pkgs/utils/debug.py
cpc_fusion/pkgs/utils/decorators.py
cpc_fusion/pkgs/utils/encoding.py
cpc_fusion/pkgs/utils/exceptions.py
cpc_fusion/pkgs/utils/functional.py
cpc_fusion/pkgs/utils/hexadecimal.py
cpc_fusion/pkgs/utils/module_loading.py
cpc_fusion/pkgs/utils/toolz.py
cpc_fusion/pkgs/utils/types.py
cpc_fusion/pkgs/utils/units.py
cpc_fusion/pkgs/utils/curried/__init__.py
cpc_fusion/pkgs/utils/typing/__init__.py
cpc_fusion/pkgs/utils/typing/misc.py
cpc_fusion/providers/__init__.py
cpc_fusion/providers/auto.py
cpc_fusion/providers/base.py
cpc_fusion/providers/ipc.py
cpc_fusion/providers/rpc.py
cpc_fusion/providers/tester.py
cpc_fusion/providers/websocket.py
cpc_fusion/providers/eth_tester/__init__.py
cpc_fusion/providers/eth_tester/defaults.py
cpc_fusion/providers/eth_tester/main.py
cpc_fusion/providers/eth_tester/middleware.py
cpc_fusion/utils/__init__.py
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.cpc.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/test_contracts.py
tests/utils.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_events_buildFilter.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_basic_filter_tests.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/filtering/test_utils_functions.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_filter_middleware.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_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_filter_builder.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_keccak.py
tests/core/web3-module/test_providers.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/fusion/__init__.py
tests/fusion/test_create_key.py
tests/integration/README.md
tests/integration/common.py
tests/integration/conftest.py
tests/integration/test_ethereum_tester.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