web3 6.20.2__tar.gz → 6.20.4__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.20.2 → web3-6.20.4}/PKG-INFO +16 -3
- {web3-6.20.2 → web3-6.20.4}/setup.py +3 -2
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/PKG-INFO +16 -3
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/requires.txt +2 -1
- {web3-6.20.2 → web3-6.20.4}/LICENSE +0 -0
- {web3-6.20.2 → web3-6.20.4}/MANIFEST.in +0 -0
- {web3-6.20.2 → web3-6.20.4}/README.md +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/_normalization.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/abis.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/async_ens.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/auto.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/base_ens.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/constants.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/contract_data.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/ens.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/exceptions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/specs/nf.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/specs/normalization_spec.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ens/utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/backend.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/cache.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/chains.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/deployments.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/ipfs.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/protobuf/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/protobuf/ipfs_file_pb2.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/_utils/registry.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/ens/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/escrow/with_bytecode_v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/ipfs_file.proto +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/owned/output_v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/owned/with_contract_type_v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/Authority.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/PackageDB.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/ReleaseDB.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/contracts/ReleaseValidator.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/solc_input.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/solc_output.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/registry/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/safe-math-lib/v3-strict-no-deployments.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/contracts/Ownable.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/solc_input.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/solc_output.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/simple-registry/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/standard-token/output_v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/standard-token/with_bytecode_v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/vyper_registry/0.1.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/vyper_registry/registry.vy +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/assets/vyper_registry/registry_with_delete.vy +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/backends/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/backends/base.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/backends/http.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/backends/ipfs.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/backends/registry.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/constants.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/dependencies.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/deployments.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/escrow/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/owned/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/owned/contracts/Owned.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/owned/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/owned/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/piper-coin/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/piper-coin/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/safe-math-lib/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/transferable/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/transferable/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/transferable/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/wallet-with-send/v3.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/spec/package.spec.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/ethpm-spec/spec/v3.spec.json +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/exceptions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/package.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/tools/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/tools/builder.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/tools/checker.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/tools/get_manifest.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/uri.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/validation/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/validation/manifest.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/validation/misc.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/validation/package.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/ethpm/validation/uri.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/pyproject.toml +0 -0
- {web3-6.20.2 → web3-6.20.4}/setup.cfg +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/abi.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/async_caching.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/async_transactions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/blocks.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/caching.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/compat/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/compile_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/_custom_contract_data.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/address_reflector.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/arrays_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/bytes_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/constructor_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/contract_caller_tester.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/emitter_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/event_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/extended_resolver.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/fallback_function_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/function_name_tester_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/math_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/offchain_lookup.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/offchain_resolver.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/payable_tester.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/reflector_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/revert_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/simple_resolver.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/storage_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/string_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/tuple_contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/contracts.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/datatypes.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/decorators.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/empty.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/encoding.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/ens.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/error_formatters_utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/events.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/fee_utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/filters.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/formatters.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/function_identifiers.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/http.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/hypothesis.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/math.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/method_formatters.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/miner.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/eth_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/go_ethereum_admin_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/go_ethereum_personal_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/go_ethereum_txpool_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/module_testing_utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/net_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/persistent_connection_provider.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/module_testing/web3_module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/normalizers.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/request.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/rpc_abi.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/threads.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/transactions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/type_conversion.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/utility_methods.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/validation.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/_utils/windows.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/auto/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/auto/gethdev.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/beacon/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/beacon/api_endpoints.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/beacon/async_beacon.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/beacon/main.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/constants.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/contract/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/contract/async_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/contract/base_contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/contract/contract.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/contract/utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/datastructures.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/eth/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/eth/async_eth.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/eth/base_eth.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/eth/eth.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/exceptions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/gas_strategies/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/gas_strategies/rpc.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/gas_strategies/time_based.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/geth.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/logs.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/main.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/manager.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/method.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/abi.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/async_cache.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/attrdict.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/buffered_gas_estimate.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/cache.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/exception_handling.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/exception_retry_request.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/filter.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/fixture.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/formatting.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/gas_price_strategy.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/geth_poa.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/names.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/normalize_request_parameters.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/pythonic.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/signing.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/simulate_unmined_transaction.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/stalecheck.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/middleware/validation.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/module.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/net.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/pm.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/async_base.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/async_rpc.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/auto.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/base.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/eth_tester/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/eth_tester/defaults.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/eth_tester/main.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/eth_tester/middleware.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/ipc.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/persistent.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/rpc.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/websocket/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/websocket/request_processor.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/websocket/websocket.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/websocket/websocket_connection.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/providers/websocket/websocket_v2.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/py.typed +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/scripts/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/scripts/release/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/scripts/release/test_package.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/testing.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/benchmark/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/benchmark/main.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/benchmark/node.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/benchmark/reporting.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/benchmark/utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/_utils.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/deployer.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/exceptions.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/linker.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tools/pytest_ethereum/plugins.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/tracing.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/types.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/__init__.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/abi.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/address.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/async_exception_handling.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/caching.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3/utils/exception_handling.py +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/SOURCES.txt +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/dependency_links.txt +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/entry_points.txt +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/not-zip-safe +0 -0
- {web3-6.20.2 → web3-6.20.4}/web3.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: web3
|
|
3
|
-
Version: 6.20.
|
|
3
|
+
Version: 6.20.4
|
|
4
4
|
Summary: web3.py
|
|
5
5
|
Home-page: https://github.com/ethereum/web3.py
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -21,6 +21,7 @@ Requires-Python: >=3.7.2
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: aiohttp>=3.7.4.post0
|
|
24
|
+
Requires-Dist: ckzg<2
|
|
24
25
|
Requires-Dist: eth-abi>=4.0.0
|
|
25
26
|
Requires-Dist: eth-account<0.13,>=0.8.0
|
|
26
27
|
Requires-Dist: eth-hash[pycryptodome]>=0.5.1
|
|
@@ -33,7 +34,7 @@ Requires-Dist: protobuf>=4.21.6
|
|
|
33
34
|
Requires-Dist: pywin32>=223; platform_system == "Windows"
|
|
34
35
|
Requires-Dist: requests>=2.16.0
|
|
35
36
|
Requires-Dist: typing-extensions>=4.0.1
|
|
36
|
-
Requires-Dist: websockets
|
|
37
|
+
Requires-Dist: websockets<14.0.0,>=10.0.0
|
|
37
38
|
Requires-Dist: pyunormalize>=15.0.0
|
|
38
39
|
Provides-Extra: tester
|
|
39
40
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "tester"
|
|
@@ -69,6 +70,18 @@ Requires-Dist: when-changed>=0.3.0; extra == "dev"
|
|
|
69
70
|
Requires-Dist: build>=0.9.0; extra == "dev"
|
|
70
71
|
Provides-Extra: ipfs
|
|
71
72
|
Requires-Dist: ipfshttpclient==0.8.0a2; extra == "ipfs"
|
|
73
|
+
Dynamic: author
|
|
74
|
+
Dynamic: author-email
|
|
75
|
+
Dynamic: classifier
|
|
76
|
+
Dynamic: description
|
|
77
|
+
Dynamic: description-content-type
|
|
78
|
+
Dynamic: home-page
|
|
79
|
+
Dynamic: keywords
|
|
80
|
+
Dynamic: license
|
|
81
|
+
Dynamic: provides-extra
|
|
82
|
+
Dynamic: requires-dist
|
|
83
|
+
Dynamic: requires-python
|
|
84
|
+
Dynamic: summary
|
|
72
85
|
|
|
73
86
|
# web3.py
|
|
74
87
|
|
|
@@ -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.20.
|
|
54
|
+
version="6.20.4",
|
|
55
55
|
description="""web3.py""",
|
|
56
56
|
long_description_content_type="text/markdown",
|
|
57
57
|
long_description=long_description,
|
|
@@ -61,6 +61,7 @@ setup(
|
|
|
61
61
|
include_package_data=True,
|
|
62
62
|
install_requires=[
|
|
63
63
|
"aiohttp>=3.7.4.post0",
|
|
64
|
+
"ckzg<2",
|
|
64
65
|
"eth-abi>=4.0.0",
|
|
65
66
|
"eth-account>=0.8.0,<0.13",
|
|
66
67
|
"eth-hash[pycryptodome]>=0.5.1",
|
|
@@ -73,7 +74,7 @@ setup(
|
|
|
73
74
|
"pywin32>=223;platform_system=='Windows'",
|
|
74
75
|
"requests>=2.16.0",
|
|
75
76
|
"typing-extensions>=4.0.1",
|
|
76
|
-
"websockets>=10.0.0",
|
|
77
|
+
"websockets>=10.0.0,<14.0.0",
|
|
77
78
|
"pyunormalize>=15.0.0",
|
|
78
79
|
],
|
|
79
80
|
python_requires=">=3.7.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: web3
|
|
3
|
-
Version: 6.20.
|
|
3
|
+
Version: 6.20.4
|
|
4
4
|
Summary: web3.py
|
|
5
5
|
Home-page: https://github.com/ethereum/web3.py
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -21,6 +21,7 @@ Requires-Python: >=3.7.2
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: aiohttp>=3.7.4.post0
|
|
24
|
+
Requires-Dist: ckzg<2
|
|
24
25
|
Requires-Dist: eth-abi>=4.0.0
|
|
25
26
|
Requires-Dist: eth-account<0.13,>=0.8.0
|
|
26
27
|
Requires-Dist: eth-hash[pycryptodome]>=0.5.1
|
|
@@ -33,7 +34,7 @@ Requires-Dist: protobuf>=4.21.6
|
|
|
33
34
|
Requires-Dist: pywin32>=223; platform_system == "Windows"
|
|
34
35
|
Requires-Dist: requests>=2.16.0
|
|
35
36
|
Requires-Dist: typing-extensions>=4.0.1
|
|
36
|
-
Requires-Dist: websockets
|
|
37
|
+
Requires-Dist: websockets<14.0.0,>=10.0.0
|
|
37
38
|
Requires-Dist: pyunormalize>=15.0.0
|
|
38
39
|
Provides-Extra: tester
|
|
39
40
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "tester"
|
|
@@ -69,6 +70,18 @@ Requires-Dist: when-changed>=0.3.0; extra == "dev"
|
|
|
69
70
|
Requires-Dist: build>=0.9.0; extra == "dev"
|
|
70
71
|
Provides-Extra: ipfs
|
|
71
72
|
Requires-Dist: ipfshttpclient==0.8.0a2; extra == "ipfs"
|
|
73
|
+
Dynamic: author
|
|
74
|
+
Dynamic: author-email
|
|
75
|
+
Dynamic: classifier
|
|
76
|
+
Dynamic: description
|
|
77
|
+
Dynamic: description-content-type
|
|
78
|
+
Dynamic: home-page
|
|
79
|
+
Dynamic: keywords
|
|
80
|
+
Dynamic: license
|
|
81
|
+
Dynamic: provides-extra
|
|
82
|
+
Dynamic: requires-dist
|
|
83
|
+
Dynamic: requires-python
|
|
84
|
+
Dynamic: summary
|
|
72
85
|
|
|
73
86
|
# web3.py
|
|
74
87
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
aiohttp>=3.7.4.post0
|
|
2
|
+
ckzg<2
|
|
2
3
|
eth-abi>=4.0.0
|
|
3
4
|
eth-account<0.13,>=0.8.0
|
|
4
5
|
eth-hash[pycryptodome]>=0.5.1
|
|
@@ -10,7 +11,7 @@ lru-dict<1.3.0,>=1.1.6
|
|
|
10
11
|
protobuf>=4.21.6
|
|
11
12
|
requests>=2.16.0
|
|
12
13
|
typing-extensions>=4.0.1
|
|
13
|
-
websockets
|
|
14
|
+
websockets<14.0.0,>=10.0.0
|
|
14
15
|
pyunormalize>=15.0.0
|
|
15
16
|
|
|
16
17
|
[:platform_system == "Windows"]
|
|
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.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol
RENAMED
|
File without changes
|
{web3-6.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/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
|
|
File without changes
|
|
File without changes
|
{web3-6.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/constructor_contracts.py
RENAMED
|
File without changes
|
{web3-6.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/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.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py
RENAMED
|
File without changes
|
|
File without changes
|
{web3-6.20.2 → web3-6.20.4}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py
RENAMED
|
File without changes
|
{web3-6.20.2 → web3-6.20.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|