web3 6.19.0__tar.gz → 6.20.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {web3-6.19.0 → web3-6.20.0}/PKG-INFO +1 -1
- {web3-6.19.0 → web3-6.20.0}/pyproject.toml +1 -1
- {web3-6.19.0 → web3-6.20.0}/setup.py +1 -1
- {web3-6.19.0 → web3-6.20.0}/web3/__init__.py +21 -3
- {web3-6.19.0 → web3-6.20.0}/web3/providers/__init__.py +19 -0
- {web3-6.19.0 → web3-6.20.0}/web3/types.py +27 -1
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/PKG-INFO +1 -1
- {web3-6.19.0 → web3-6.20.0}/LICENSE +0 -0
- {web3-6.19.0 → web3-6.20.0}/MANIFEST.in +0 -0
- {web3-6.19.0 → web3-6.20.0}/README.md +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/_normalization.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/abis.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/async_ens.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/auto.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/base_ens.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/constants.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/contract_data.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/ens.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/exceptions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/specs/nf.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/specs/normalization_spec.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ens/utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/backend.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/cache.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/chains.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/deployments.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/ipfs.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/protobuf/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/protobuf/ipfs_file_pb2.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/_utils/registry.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/ens/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/escrow/with_bytecode_v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/ipfs_file.proto +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/owned/output_v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/owned/with_contract_type_v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/Authority.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/PackageDB.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/ReleaseDB.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/contracts/ReleaseValidator.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/solc_input.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/solc_output.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/registry/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/safe-math-lib/v3-strict-no-deployments.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/contracts/Ownable.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/solc_input.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/solc_output.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/standard-token/output_v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/standard-token/with_bytecode_v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/vyper_registry/0.1.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/vyper_registry/registry.vy +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/assets/vyper_registry/registry_with_delete.vy +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/backends/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/backends/base.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/backends/http.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/backends/ipfs.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/backends/registry.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/constants.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/dependencies.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/deployments.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/escrow/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/owned/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/owned/contracts/Owned.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/owned/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/owned/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/piper-coin/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/piper-coin/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/v3.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/spec/package.spec.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/spec/v3.spec.json +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/exceptions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/package.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/tools/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/tools/builder.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/tools/checker.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/tools/get_manifest.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/uri.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/validation/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/validation/manifest.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/validation/misc.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/validation/package.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/ethpm/validation/uri.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/setup.cfg +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/abi.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/async_caching.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/async_transactions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/blocks.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/caching.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/compat/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/compile_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/_custom_contract_data.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/address_reflector.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/arrays_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/bytes_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/constructor_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/contract_caller_tester.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/emitter_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/event_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/extended_resolver.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/fallback_function_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/function_name_tester_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/math_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/offchain_lookup.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/offchain_resolver.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/payable_tester.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/reflector_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/revert_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/simple_resolver.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/storage_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/string_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/tuple_contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/contracts.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/datatypes.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/decorators.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/empty.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/encoding.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/ens.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/error_formatters_utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/events.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/fee_utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/filters.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/formatters.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/function_identifiers.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/http.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/hypothesis.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/math.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/method_formatters.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/miner.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/eth_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/go_ethereum_admin_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/go_ethereum_personal_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/go_ethereum_txpool_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/module_testing_utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/net_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/persistent_connection_provider.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/module_testing/web3_module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/normalizers.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/request.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/rpc_abi.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/threads.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/transactions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/type_conversion.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/utility_methods.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/validation.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/_utils/windows.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/auto/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/auto/gethdev.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/beacon/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/beacon/api_endpoints.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/beacon/async_beacon.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/beacon/main.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/constants.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/contract/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/contract/async_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/contract/base_contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/contract/contract.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/contract/utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/datastructures.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/eth/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/eth/async_eth.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/eth/base_eth.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/eth/eth.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/exceptions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/gas_strategies/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/gas_strategies/rpc.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/gas_strategies/time_based.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/geth.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/logs.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/main.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/manager.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/method.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/abi.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/async_cache.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/attrdict.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/buffered_gas_estimate.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/cache.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/exception_handling.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/exception_retry_request.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/filter.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/fixture.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/formatting.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/gas_price_strategy.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/geth_poa.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/names.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/normalize_request_parameters.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/pythonic.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/signing.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/simulate_unmined_transaction.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/stalecheck.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/middleware/validation.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/module.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/net.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/pm.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/async_base.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/async_rpc.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/auto.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/base.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/eth_tester/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/eth_tester/defaults.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/eth_tester/main.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/eth_tester/middleware.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/ipc.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/persistent.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/rpc.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/websocket/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/websocket/request_processor.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/websocket/websocket.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/websocket/websocket_connection.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/providers/websocket/websocket_v2.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/py.typed +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/scripts/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/scripts/release/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/scripts/release/test_package.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/testing.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/benchmark/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/benchmark/main.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/benchmark/node.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/benchmark/reporting.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/benchmark/utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/_utils.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/deployer.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/exceptions.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/linker.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tools/pytest_ethereum/plugins.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/tracing.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/__init__.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/abi.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/address.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/async_exception_handling.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/caching.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3/utils/exception_handling.py +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/SOURCES.txt +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/dependency_links.txt +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/entry_points.txt +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/not-zip-safe +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/requires.txt +0 -0
- {web3-6.19.0 → web3-6.20.0}/web3.egg-info/top_level.txt +0 -0
|
@@ -34,7 +34,7 @@ log_date_format = "%m-%d %H:%M:%S"
|
|
|
34
34
|
[tool.towncrier]
|
|
35
35
|
# Read https://github.com/ethereum/web3.py/blob/main/newsfragments/README.md for instructions
|
|
36
36
|
package = "web3"
|
|
37
|
-
filename = "docs/
|
|
37
|
+
filename = "docs/release_notes.rst"
|
|
38
38
|
directory = "newsfragments"
|
|
39
39
|
underlines = ["-", "~", "^"]
|
|
40
40
|
title_format = "web3.py v{version} ({project_date})"
|
|
@@ -51,7 +51,7 @@ with open("./README.md") as readme:
|
|
|
51
51
|
setup(
|
|
52
52
|
name="web3",
|
|
53
53
|
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
|
|
54
|
-
version="6.
|
|
54
|
+
version="6.20.0",
|
|
55
55
|
description="""web3.py""",
|
|
56
56
|
long_description_content_type="text/markdown",
|
|
57
57
|
long_description=long_description,
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
from eth_account import Account # noqa: E402
|
|
2
2
|
import sys
|
|
3
3
|
|
|
4
|
+
from web3.providers import (
|
|
5
|
+
AsyncBaseProvider,
|
|
6
|
+
AutoProvider,
|
|
7
|
+
BaseProvider,
|
|
8
|
+
JSONBaseProvider,
|
|
9
|
+
PersistentConnectionProvider,
|
|
10
|
+
)
|
|
11
|
+
|
|
12
|
+
|
|
4
13
|
if sys.version_info.major == 3 and sys.version_info.minor < 8:
|
|
5
14
|
import pkg_resources
|
|
6
15
|
|
|
@@ -19,6 +28,7 @@ from web3.providers.async_rpc import ( # noqa: E402
|
|
|
19
28
|
AsyncHTTPProvider,
|
|
20
29
|
)
|
|
21
30
|
from web3.providers.eth_tester import ( # noqa: E402
|
|
31
|
+
AsyncEthereumTesterProvider,
|
|
22
32
|
EthereumTesterProvider,
|
|
23
33
|
)
|
|
24
34
|
from web3.providers.ipc import ( # noqa: E402
|
|
@@ -35,13 +45,21 @@ from web3.providers.websocket import ( # noqa: E402
|
|
|
35
45
|
|
|
36
46
|
__all__ = [
|
|
37
47
|
"__version__",
|
|
48
|
+
"Account",
|
|
49
|
+
# web3:
|
|
38
50
|
"AsyncWeb3",
|
|
39
51
|
"Web3",
|
|
52
|
+
# providers:
|
|
53
|
+
"AsyncBaseProvider",
|
|
54
|
+
"AsyncEthereumTesterProvider",
|
|
55
|
+
"AsyncHTTPProvider",
|
|
56
|
+
"AutoProvider",
|
|
57
|
+
"BaseProvider",
|
|
58
|
+
"EthereumTesterProvider",
|
|
40
59
|
"HTTPProvider",
|
|
41
60
|
"IPCProvider",
|
|
61
|
+
"JSONBaseProvider",
|
|
62
|
+
"PersistentConnectionProvider",
|
|
42
63
|
"WebsocketProvider",
|
|
43
64
|
"WebsocketProviderV2",
|
|
44
|
-
"EthereumTesterProvider",
|
|
45
|
-
"Account",
|
|
46
|
-
"AsyncHTTPProvider",
|
|
47
65
|
]
|
|
@@ -8,6 +8,10 @@ from .base import (
|
|
|
8
8
|
BaseProvider,
|
|
9
9
|
JSONBaseProvider,
|
|
10
10
|
)
|
|
11
|
+
from .eth_tester import (
|
|
12
|
+
AsyncEthereumTesterProvider,
|
|
13
|
+
EthereumTesterProvider,
|
|
14
|
+
)
|
|
11
15
|
from .ipc import (
|
|
12
16
|
IPCProvider,
|
|
13
17
|
)
|
|
@@ -24,3 +28,18 @@ from .persistent import (
|
|
|
24
28
|
from .auto import (
|
|
25
29
|
AutoProvider,
|
|
26
30
|
)
|
|
31
|
+
|
|
32
|
+
__all__ = [
|
|
33
|
+
"AsyncBaseProvider",
|
|
34
|
+
"AsyncEthereumTesterProvider",
|
|
35
|
+
"AsyncHTTPProvider",
|
|
36
|
+
"AutoProvider",
|
|
37
|
+
"BaseProvider",
|
|
38
|
+
"EthereumTesterProvider",
|
|
39
|
+
"HTTPProvider",
|
|
40
|
+
"IPCProvider",
|
|
41
|
+
"JSONBaseProvider",
|
|
42
|
+
"PersistentConnectionProvider",
|
|
43
|
+
"WebsocketProvider",
|
|
44
|
+
"WebsocketProviderV2",
|
|
45
|
+
]
|
|
@@ -112,7 +112,33 @@ class ABIFunction(TypedDict, total=False):
|
|
|
112
112
|
type: Literal["function", "constructor", "fallback", "receive"]
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
class ABIComponent(TypedDict):
|
|
116
|
+
"""
|
|
117
|
+
TypedDict representing an `ABIElement` component.
|
|
118
|
+
"""
|
|
119
|
+
|
|
120
|
+
name: str
|
|
121
|
+
"""Name of the component."""
|
|
122
|
+
type: str
|
|
123
|
+
"""Type of the component."""
|
|
124
|
+
components: NotRequired[Sequence["ABIComponent"]]
|
|
125
|
+
"""List of nested `ABI` components for ABI types."""
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
class ABIError(TypedDict):
|
|
129
|
+
"""
|
|
130
|
+
TypedDict representing the `ABI` for an error.
|
|
131
|
+
"""
|
|
132
|
+
|
|
133
|
+
type: Literal["error"]
|
|
134
|
+
"""Type of the error."""
|
|
135
|
+
name: str
|
|
136
|
+
"""Name of the error."""
|
|
137
|
+
inputs: NotRequired[Sequence["ABIComponent"]]
|
|
138
|
+
"""Error input components."""
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
ABIElement = Union[ABIFunction, ABIEvent, ABIError]
|
|
116
142
|
ABI = Sequence[Union[ABIFunction, ABIEvent]]
|
|
117
143
|
|
|
118
144
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol
RENAMED
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/_custom_contract_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/constructor_contracts.py
RENAMED
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/contract_caller_tester.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/fallback_function_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py
RENAMED
|
File without changes
|
{web3-6.19.0 → web3-6.20.0}/web3/_utils/contract_sources/contract_data/reflector_contracts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|