web3 6.20.1__tar.gz → 6.20.2__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.1 → web3-6.20.2}/PKG-INFO +5 -5
- {web3-6.20.1 → web3-6.20.2}/setup.py +4 -4
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/PKG-INFO +5 -5
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/SOURCES.txt +0 -164
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/requires.txt +4 -4
- web3-6.20.1/tests/.DS_Store +0 -0
- web3-6.20.1/tests/beacon/test_async_beacon.py +0 -267
- web3-6.20.1/tests/beacon/test_beacon.py +0 -231
- web3-6.20.1/tests/conftest.py +0 -109
- web3-6.20.1/tests/core/admin-module/test_admin_addPeer.py +0 -7
- web3-6.20.1/tests/core/admin-module/test_admin_nodeInfo.py +0 -7
- web3-6.20.1/tests/core/admin-module/test_admin_peers.py +0 -4
- web3-6.20.1/tests/core/block-utils/test_select_method_for_block_identifier.py +0 -45
- web3-6.20.1/tests/core/caching-utils/test_generate_cache_key.py +0 -51
- web3-6.20.1/tests/core/conftest.py +0 -131
- web3-6.20.1/tests/core/contracts/conftest.py +0 -749
- web3-6.20.1/tests/core/contracts/test_args_and_kwargs_merger.py +0 -109
- web3-6.20.1/tests/core/contracts/test_contract_ambiguous_functions.py +0 -193
- web3-6.20.1/tests/core/contracts/test_contract_attributes.py +0 -43
- web3-6.20.1/tests/core/contracts/test_contract_build_transaction.py +0 -528
- web3-6.20.1/tests/core/contracts/test_contract_call_interface.py +0 -2315
- web3-6.20.1/tests/core/contracts/test_contract_caller_interface.py +0 -415
- web3-6.20.1/tests/core/contracts/test_contract_class_construction.py +0 -87
- web3-6.20.1/tests/core/contracts/test_contract_constructor.py +0 -597
- web3-6.20.1/tests/core/contracts/test_contract_constructor_encoding.py +0 -130
- web3-6.20.1/tests/core/contracts/test_contract_deployment.py +0 -238
- web3-6.20.1/tests/core/contracts/test_contract_estimate_gas.py +0 -216
- web3-6.20.1/tests/core/contracts/test_contract_events_build_filter.py +0 -67
- web3-6.20.1/tests/core/contracts/test_contract_example.py +0 -220
- web3-6.20.1/tests/core/contracts/test_contract_init.py +0 -76
- web3-6.20.1/tests/core/contracts/test_contract_method_abi_decoding.py +0 -149
- web3-6.20.1/tests/core/contracts/test_contract_method_abi_encoding.py +0 -233
- web3-6.20.1/tests/core/contracts/test_contract_method_to_argument_matching.py +0 -204
- web3-6.20.1/tests/core/contracts/test_contract_panic_errors.py +0 -48
- web3-6.20.1/tests/core/contracts/test_contract_transact_interface.py +0 -614
- web3-6.20.1/tests/core/contracts/test_contract_util_functions.py +0 -128
- web3-6.20.1/tests/core/contracts/test_extracting_event_data.py +0 -1162
- web3-6.20.1/tests/core/contracts/test_extracting_event_data_old.py +0 -155
- web3-6.20.1/tests/core/contracts/test_offchain_lookup.py +0 -210
- web3-6.20.1/tests/core/contracts/utils.py +0 -27
- web3-6.20.1/tests/core/datastructures/test_datastructures.py +0 -209
- web3-6.20.1/tests/core/empty-object/test_empty_object_is_falsy.py +0 -8
- web3-6.20.1/tests/core/eth-module/conftest.py +0 -16
- web3-6.20.1/tests/core/eth-module/test_accounts.py +0 -578
- web3-6.20.1/tests/core/eth-module/test_block_api.py +0 -191
- web3-6.20.1/tests/core/eth-module/test_default_account_api.py +0 -41
- web3-6.20.1/tests/core/eth-module/test_eth_contract.py +0 -47
- web3-6.20.1/tests/core/eth-module/test_eth_fee_history.py +0 -22
- web3-6.20.1/tests/core/eth-module/test_eth_filter.py +0 -50
- web3-6.20.1/tests/core/eth-module/test_eth_properties.py +0 -33
- web3-6.20.1/tests/core/eth-module/test_gas_pricing.py +0 -27
- web3-6.20.1/tests/core/eth-module/test_poa.py +0 -58
- web3-6.20.1/tests/core/eth-module/test_transactions.py +0 -466
- web3-6.20.1/tests/core/eth-tester-api/test_withdrawals.py +0 -55
- web3-6.20.1/tests/core/exceptions/test_exceptions.py +0 -32
- web3-6.20.1/tests/core/filtering/conftest.py +0 -108
- web3-6.20.1/tests/core/filtering/test_basic_filter_tests.py +0 -78
- web3-6.20.1/tests/core/filtering/test_contract_create_filter_topic_merging.py +0 -16
- web3-6.20.1/tests/core/filtering/test_contract_data_filters.py +0 -475
- web3-6.20.1/tests/core/filtering/test_contract_get_logs.py +0 -394
- web3-6.20.1/tests/core/filtering/test_contract_on_event_filtering.py +0 -476
- web3-6.20.1/tests/core/filtering/test_contract_past_event_filtering.py +0 -190
- web3-6.20.1/tests/core/filtering/test_contract_topic_filters.py +0 -440
- web3-6.20.1/tests/core/filtering/test_existing_filter_instance.py +0 -84
- web3-6.20.1/tests/core/filtering/test_filter_against_latest_blocks.py +0 -52
- web3-6.20.1/tests/core/filtering/test_filter_against_pending_transactions.py +0 -60
- web3-6.20.1/tests/core/filtering/test_filter_against_transaction_logs.py +0 -40
- web3-6.20.1/tests/core/filtering/test_filters_against_many_blocks.py +0 -311
- web3-6.20.1/tests/core/filtering/test_utils_functions.py +0 -222
- web3-6.20.1/tests/core/filtering/utils.py +0 -77
- web3-6.20.1/tests/core/gas-strategies/test_rpc_gas_pricing_strategies.py +0 -11
- web3-6.20.1/tests/core/gas-strategies/test_time_based_gas_price_strategy.py +0 -291
- web3-6.20.1/tests/core/manager/conftest.py +0 -30
- web3-6.20.1/tests/core/manager/test_default_middlewares.py +0 -49
- web3-6.20.1/tests/core/manager/test_middleware_can_be_stateful.py +0 -30
- web3-6.20.1/tests/core/manager/test_middleware_onion_api.py +0 -184
- web3-6.20.1/tests/core/manager/test_provider_property.py +0 -20
- web3-6.20.1/tests/core/manager/test_provider_request_wrapping.py +0 -31
- web3-6.20.1/tests/core/manager/test_response_formatters.py +0 -342
- web3-6.20.1/tests/core/method-class/test_method.py +0 -384
- web3-6.20.1/tests/core/method-class/test_result_formatters.py +0 -58
- web3-6.20.1/tests/core/middleware/test_attrdict_middleware.py +0 -157
- web3-6.20.1/tests/core/middleware/test_eth_tester_middleware.py +0 -205
- web3-6.20.1/tests/core/middleware/test_filter_middleware.py +0 -404
- web3-6.20.1/tests/core/middleware/test_formatting_middleware.py +0 -126
- web3-6.20.1/tests/core/middleware/test_gas_price_strategy.py +0 -93
- web3-6.20.1/tests/core/middleware/test_name_to_address_middleware.py +0 -182
- web3-6.20.1/tests/core/middleware/test_stalecheck.py +0 -224
- web3-6.20.1/tests/core/middleware/test_transaction_signing.py +0 -617
- web3-6.20.1/tests/core/module-class/test_module.py +0 -98
- web3-6.20.1/tests/core/providers/test_async_http_provider.py +0 -109
- web3-6.20.1/tests/core/providers/test_async_tester_provider.py +0 -67
- web3-6.20.1/tests/core/providers/test_auto_provider.py +0 -57
- web3-6.20.1/tests/core/providers/test_base_provider.py +0 -57
- web3-6.20.1/tests/core/providers/test_http_provider.py +0 -112
- web3-6.20.1/tests/core/providers/test_ipc_provider.py +0 -103
- web3-6.20.1/tests/core/providers/test_tester_provider.py +0 -120
- web3-6.20.1/tests/core/providers/test_websocket_provider.py +0 -86
- web3-6.20.1/tests/core/testing-module/test_testing_mine.py +0 -22
- web3-6.20.1/tests/core/testing-module/test_testing_snapshot_and_revert.py +0 -47
- web3-6.20.1/tests/core/testing-module/test_testing_timeTravel.py +0 -9
- web3-6.20.1/tests/core/utilities/conftest.py +0 -14
- web3-6.20.1/tests/core/utilities/test_abi.py +0 -384
- web3-6.20.1/tests/core/utilities/test_abi_filter_by_abi_name.py +0 -73
- web3-6.20.1/tests/core/utilities/test_abi_filtering_by_argument_name.py +0 -61
- web3-6.20.1/tests/core/utilities/test_abi_is_encodable.py +0 -102
- web3-6.20.1/tests/core/utilities/test_abi_named_tree.py +0 -107
- web3-6.20.1/tests/core/utilities/test_address.py +0 -71
- web3-6.20.1/tests/core/utilities/test_async_transaction.py +0 -97
- web3-6.20.1/tests/core/utilities/test_attach_modules.py +0 -215
- web3-6.20.1/tests/core/utilities/test_attributedict.py +0 -109
- web3-6.20.1/tests/core/utilities/test_caching_utils.py +0 -35
- web3-6.20.1/tests/core/utilities/test_construct_event_data_set.py +0 -150
- web3-6.20.1/tests/core/utilities/test_construct_event_filter_params.py +0 -103
- web3-6.20.1/tests/core/utilities/test_construct_event_topics.py +0 -164
- web3-6.20.1/tests/core/utilities/test_datatypes.py +0 -35
- web3-6.20.1/tests/core/utilities/test_decorators.py +0 -23
- web3-6.20.1/tests/core/utilities/test_encoding.py +0 -291
- web3-6.20.1/tests/core/utilities/test_event_filter_builder.py +0 -80
- web3-6.20.1/tests/core/utilities/test_event_interface.py +0 -34
- web3-6.20.1/tests/core/utilities/test_fee_utils.py +0 -64
- web3-6.20.1/tests/core/utilities/test_formatters.py +0 -53
- web3-6.20.1/tests/core/utilities/test_is_predefined_block_number.py +0 -22
- web3-6.20.1/tests/core/utilities/test_is_probably_enum.py +0 -23
- web3-6.20.1/tests/core/utilities/test_is_recognized_type.py +0 -182
- web3-6.20.1/tests/core/utilities/test_math.py +0 -48
- web3-6.20.1/tests/core/utilities/test_method_formatters.py +0 -194
- web3-6.20.1/tests/core/utilities/test_prepare_transaction_replacement.py +0 -129
- web3-6.20.1/tests/core/utilities/test_select_filter_method.py +0 -44
- web3-6.20.1/tests/core/utilities/test_threads.py +0 -107
- web3-6.20.1/tests/core/utilities/test_valid_transaction_params.py +0 -174
- web3-6.20.1/tests/core/utilities/test_validation.py +0 -145
- web3-6.20.1/tests/core/web3-module/test_api.py +0 -2
- web3-6.20.1/tests/core/web3-module/test_attach_modules.py +0 -107
- web3-6.20.1/tests/core/web3-module/test_client_version.py +0 -2
- web3-6.20.1/tests/core/web3-module/test_conversions.py +0 -257
- web3-6.20.1/tests/core/web3-module/test_import_and_version.py +0 -5
- web3-6.20.1/tests/core/web3-module/test_keccak.py +0 -123
- web3-6.20.1/tests/core/web3-module/test_providers.py +0 -32
- web3-6.20.1/tests/core/web3-module/test_strict_bytes_type_checking.py +0 -106
- web3-6.20.1/tests/core/web3-module/test_web3_inheritance.py +0 -12
- web3-6.20.1/tests/ens/conftest.py +0 -661
- web3-6.20.1/tests/ens/normalization/normalization_tests.json +0 -1
- web3-6.20.1/tests/ens/normalization/test_normalize_name_ensip15.py +0 -47
- web3-6.20.1/tests/ens/test_ens.py +0 -279
- web3-6.20.1/tests/ens/test_get_registry.py +0 -53
- web3-6.20.1/tests/ens/test_get_text.py +0 -166
- web3-6.20.1/tests/ens/test_nameprep.py +0 -37
- web3-6.20.1/tests/ens/test_offchain_resolution.py +0 -234
- web3-6.20.1/tests/ens/test_setup_address.py +0 -288
- web3-6.20.1/tests/ens/test_setup_name.py +0 -250
- web3-6.20.1/tests/ens/test_utils.py +0 -229
- web3-6.20.1/tests/ens/test_wildcard_resolution.py +0 -48
- web3-6.20.1/tests/integration/.DS_Store +0 -0
- web3-6.20.1/tests/integration/README.md +0 -94
- web3-6.20.1/tests/integration/common.py +0 -23
- web3-6.20.1/tests/integration/conftest.py +0 -108
- web3-6.20.1/tests/integration/generate_fixtures/common.py +0 -236
- web3-6.20.1/tests/integration/generate_fixtures/go_ethereum.py +0 -370
- web3-6.20.1/tests/integration/go_ethereum/common.py +0 -116
- web3-6.20.1/tests/integration/go_ethereum/conftest.py +0 -413
- web3-6.20.1/tests/integration/go_ethereum/test_goethereum_http.py +0 -170
- web3-6.20.1/tests/integration/go_ethereum/test_goethereum_ipc.py +0 -90
- web3-6.20.1/tests/integration/go_ethereum/utils.py +0 -65
- web3-6.20.1/tests/integration/test_ethereum_tester.py +0 -673
- web3-6.20.1/tests/utils.py +0 -87
- web3-6.20.1/web3/scripts/release/__init__.py +0 -0
- web3-6.20.1/web3/tools/benchmark/__init__.py +0 -0
- web3-6.20.1/web3/tools/pytest_ethereum/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/LICENSE +0 -0
- {web3-6.20.1 → web3-6.20.2}/MANIFEST.in +0 -0
- {web3-6.20.1 → web3-6.20.2}/README.md +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/_normalization.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/abis.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/async_ens.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/auto.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/base_ens.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/constants.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/contract_data.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/ens.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/exceptions.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/specs/nf.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/specs/normalization_spec.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ens/utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/backend.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/cache.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/chains.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/deployments.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/ipfs.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/protobuf/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/protobuf/ipfs_file_pb2.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/_utils/registry.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/ens/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/escrow/with_bytecode_v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/ipfs_file.proto +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/owned/output_v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/owned/with_contract_type_v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/Authority.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/PackageDB.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/ReleaseDB.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/contracts/ReleaseValidator.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/solc_input.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/solc_output.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/registry/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/safe-math-lib/v3-strict-no-deployments.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/contracts/Ownable.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/contracts/PackageRegistry.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/solc_input.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/solc_output.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/simple-registry/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/standard-token/output_v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/standard-token/with_bytecode_v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/vyper_registry/0.1.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/vyper_registry/registry.vy +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/assets/vyper_registry/registry_with_delete.vy +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/backends/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/backends/base.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/backends/http.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/backends/ipfs.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/backends/registry.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/constants.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/dependencies.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/deployments.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/escrow/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/owned/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/owned/contracts/Owned.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/owned/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/owned/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/piper-coin/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/piper-coin/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/safe-math-lib/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/standard-token/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/transferable/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/transferable/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/transferable/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/examples/wallet-with-send/v3.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/spec/package.spec.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/ethpm-spec/spec/v3.spec.json +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/exceptions.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/package.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/tools/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/tools/builder.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/tools/checker.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/tools/get_manifest.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/uri.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/validation/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/validation/manifest.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/validation/misc.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/validation/package.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/ethpm/validation/uri.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/pyproject.toml +0 -0
- {web3-6.20.1 → web3-6.20.2}/setup.cfg +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/__init__.py +0 -0
- {web3-6.20.1/tests → web3-6.20.2/web3/_utils}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/abi.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/async_caching.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/async_transactions.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/blocks.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/caching.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/compat/__init__.py +0 -0
- {web3-6.20.1/tests/core/utilities → web3-6.20.2/web3/_utils/contract_sources}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/compile_contracts.py +0 -0
- {web3-6.20.1/tests/integration/go_ethereum → web3-6.20.2/web3/_utils/contract_sources/contract_data}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/_custom_contract_data.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/address_reflector.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/arrays_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/bytes_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/constructor_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/contract_caller_tester.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/emitter_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/event_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/extended_resolver.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/fallback_function_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/function_name_tester_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/math_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/offchain_lookup.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/offchain_resolver.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/payable_tester.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/reflector_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/revert_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/simple_resolver.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/storage_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/string_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contract_sources/contract_data/tuple_contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/contracts.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/datatypes.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/decorators.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/empty.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/encoding.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/ens.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/error_formatters_utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/events.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/fee_utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/filters.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/formatters.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/function_identifiers.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/http.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/hypothesis.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/math.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/method_formatters.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/miner.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/eth_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/go_ethereum_admin_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/go_ethereum_personal_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/go_ethereum_txpool_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/module_testing_utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/net_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/persistent_connection_provider.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/module_testing/web3_module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/normalizers.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/request.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/rpc_abi.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/threads.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/transactions.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/type_conversion.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/utility_methods.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/validation.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/_utils/windows.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/auto/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/auto/gethdev.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/beacon/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/beacon/api_endpoints.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/beacon/async_beacon.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/beacon/main.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/constants.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/contract/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/contract/async_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/contract/base_contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/contract/contract.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/contract/utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/datastructures.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/eth/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/eth/async_eth.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/eth/base_eth.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/eth/eth.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/exceptions.py +0 -0
- {web3-6.20.1/web3/_utils → web3-6.20.2/web3/gas_strategies}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/gas_strategies/rpc.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/gas_strategies/time_based.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/geth.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/logs.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/main.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/manager.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/method.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/abi.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/async_cache.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/attrdict.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/buffered_gas_estimate.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/cache.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/exception_handling.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/exception_retry_request.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/filter.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/fixture.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/formatting.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/gas_price_strategy.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/geth_poa.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/names.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/normalize_request_parameters.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/pythonic.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/signing.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/simulate_unmined_transaction.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/stalecheck.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/middleware/validation.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/module.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/net.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/pm.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/async_base.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/async_rpc.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/auto.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/base.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/eth_tester/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/eth_tester/defaults.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/eth_tester/main.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/eth_tester/middleware.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/ipc.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/persistent.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/rpc.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/websocket/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/websocket/request_processor.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/websocket/websocket.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/websocket/websocket_connection.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/providers/websocket/websocket_v2.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/py.typed +0 -0
- {web3-6.20.1/web3/_utils/contract_sources → web3-6.20.2/web3/scripts}/__init__.py +0 -0
- {web3-6.20.1/web3/_utils/contract_sources/contract_data → web3-6.20.2/web3/scripts/release}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/scripts/release/test_package.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/testing.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/__init__.py +0 -0
- {web3-6.20.1/web3/gas_strategies → web3-6.20.2/web3/tools/benchmark}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/benchmark/main.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/benchmark/node.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/benchmark/reporting.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/benchmark/utils.py +0 -0
- {web3-6.20.1/web3/scripts → web3-6.20.2/web3/tools/pytest_ethereum}/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/pytest_ethereum/_utils.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/pytest_ethereum/deployer.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/pytest_ethereum/exceptions.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/pytest_ethereum/linker.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tools/pytest_ethereum/plugins.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/tracing.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/types.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/__init__.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/abi.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/address.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/async_exception_handling.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/caching.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3/utils/exception_handling.py +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/dependency_links.txt +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/entry_points.txt +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/not-zip-safe +0 -0
- {web3-6.20.1 → web3-6.20.2}/web3.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: web3
|
|
3
|
-
Version: 6.20.
|
|
3
|
+
Version: 6.20.2
|
|
4
4
|
Summary: web3.py
|
|
5
5
|
Home-page: https://github.com/ethereum/web3.py
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -24,8 +24,8 @@ Requires-Dist: aiohttp>=3.7.4.post0
|
|
|
24
24
|
Requires-Dist: eth-abi>=4.0.0
|
|
25
25
|
Requires-Dist: eth-account<0.13,>=0.8.0
|
|
26
26
|
Requires-Dist: eth-hash[pycryptodome]>=0.5.1
|
|
27
|
-
Requires-Dist: eth-typing!=4.2.0,>=3.0.0
|
|
28
|
-
Requires-Dist: eth-utils
|
|
27
|
+
Requires-Dist: eth-typing!=4.2.0,<5.0.0,>=3.0.0
|
|
28
|
+
Requires-Dist: eth-utils<5,>=2.1.0
|
|
29
29
|
Requires-Dist: hexbytes<0.4.0,>=0.1.0
|
|
30
30
|
Requires-Dist: jsonschema>=4.0.0
|
|
31
31
|
Requires-Dist: lru-dict<1.3.0,>=1.1.6
|
|
@@ -38,7 +38,7 @@ Requires-Dist: pyunormalize>=15.0.0
|
|
|
38
38
|
Provides-Extra: tester
|
|
39
39
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "tester"
|
|
40
40
|
Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "tester"
|
|
41
|
-
Requires-Dist: py-geth
|
|
41
|
+
Requires-Dist: py-geth<4,>=3.14.0; extra == "tester"
|
|
42
42
|
Provides-Extra: docs
|
|
43
43
|
Requires-Dist: sphinx>=5.3.0; extra == "docs"
|
|
44
44
|
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
|
|
@@ -46,7 +46,7 @@ Requires-Dist: towncrier<22,>=21; extra == "docs"
|
|
|
46
46
|
Provides-Extra: dev
|
|
47
47
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "dev"
|
|
48
48
|
Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "dev"
|
|
49
|
-
Requires-Dist: py-geth
|
|
49
|
+
Requires-Dist: py-geth<4,>=3.14.0; extra == "dev"
|
|
50
50
|
Requires-Dist: sphinx>=5.3.0; extra == "dev"
|
|
51
51
|
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "dev"
|
|
52
52
|
Requires-Dist: towncrier<22,>=21; extra == "dev"
|
|
@@ -8,7 +8,7 @@ extras_require = {
|
|
|
8
8
|
"tester": [
|
|
9
9
|
"eth-tester[py-evm]>=0.9.0b1,<0.10.0b1; python_version <= '3.7'",
|
|
10
10
|
"eth-tester[py-evm]>=0.11.0b1,<0.12.0b1; python_version > '3.7'",
|
|
11
|
-
"py-geth>=3.14.0",
|
|
11
|
+
"py-geth>=3.14.0,<4",
|
|
12
12
|
],
|
|
13
13
|
"docs": [
|
|
14
14
|
"sphinx>=5.3.0",
|
|
@@ -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.2",
|
|
55
55
|
description="""web3.py""",
|
|
56
56
|
long_description_content_type="text/markdown",
|
|
57
57
|
long_description=long_description,
|
|
@@ -64,8 +64,8 @@ setup(
|
|
|
64
64
|
"eth-abi>=4.0.0",
|
|
65
65
|
"eth-account>=0.8.0,<0.13",
|
|
66
66
|
"eth-hash[pycryptodome]>=0.5.1",
|
|
67
|
-
"eth-typing>=3.0.0,!=4.2.0",
|
|
68
|
-
"eth-utils>=2.1.0",
|
|
67
|
+
"eth-typing>=3.0.0,!=4.2.0,<5.0.0",
|
|
68
|
+
"eth-utils>=2.1.0,<5",
|
|
69
69
|
"hexbytes>=0.1.0,<0.4.0",
|
|
70
70
|
"jsonschema>=4.0.0",
|
|
71
71
|
"lru-dict>=1.1.6,<1.3.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: web3
|
|
3
|
-
Version: 6.20.
|
|
3
|
+
Version: 6.20.2
|
|
4
4
|
Summary: web3.py
|
|
5
5
|
Home-page: https://github.com/ethereum/web3.py
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -24,8 +24,8 @@ Requires-Dist: aiohttp>=3.7.4.post0
|
|
|
24
24
|
Requires-Dist: eth-abi>=4.0.0
|
|
25
25
|
Requires-Dist: eth-account<0.13,>=0.8.0
|
|
26
26
|
Requires-Dist: eth-hash[pycryptodome]>=0.5.1
|
|
27
|
-
Requires-Dist: eth-typing!=4.2.0,>=3.0.0
|
|
28
|
-
Requires-Dist: eth-utils
|
|
27
|
+
Requires-Dist: eth-typing!=4.2.0,<5.0.0,>=3.0.0
|
|
28
|
+
Requires-Dist: eth-utils<5,>=2.1.0
|
|
29
29
|
Requires-Dist: hexbytes<0.4.0,>=0.1.0
|
|
30
30
|
Requires-Dist: jsonschema>=4.0.0
|
|
31
31
|
Requires-Dist: lru-dict<1.3.0,>=1.1.6
|
|
@@ -38,7 +38,7 @@ Requires-Dist: pyunormalize>=15.0.0
|
|
|
38
38
|
Provides-Extra: tester
|
|
39
39
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "tester"
|
|
40
40
|
Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "tester"
|
|
41
|
-
Requires-Dist: py-geth
|
|
41
|
+
Requires-Dist: py-geth<4,>=3.14.0; extra == "tester"
|
|
42
42
|
Provides-Extra: docs
|
|
43
43
|
Requires-Dist: sphinx>=5.3.0; extra == "docs"
|
|
44
44
|
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
|
|
@@ -46,7 +46,7 @@ Requires-Dist: towncrier<22,>=21; extra == "docs"
|
|
|
46
46
|
Provides-Extra: dev
|
|
47
47
|
Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "dev"
|
|
48
48
|
Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "dev"
|
|
49
|
-
Requires-Dist: py-geth
|
|
49
|
+
Requires-Dist: py-geth<4,>=3.14.0; extra == "dev"
|
|
50
50
|
Requires-Dist: sphinx>=5.3.0; extra == "dev"
|
|
51
51
|
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "dev"
|
|
52
52
|
Requires-Dist: towncrier<22,>=21; extra == "dev"
|
|
@@ -119,170 +119,6 @@ ethpm/validation/manifest.py
|
|
|
119
119
|
ethpm/validation/misc.py
|
|
120
120
|
ethpm/validation/package.py
|
|
121
121
|
ethpm/validation/uri.py
|
|
122
|
-
tests/.DS_Store
|
|
123
|
-
tests/__init__.py
|
|
124
|
-
tests/conftest.py
|
|
125
|
-
tests/utils.py
|
|
126
|
-
tests/beacon/test_async_beacon.py
|
|
127
|
-
tests/beacon/test_beacon.py
|
|
128
|
-
tests/core/conftest.py
|
|
129
|
-
tests/core/admin-module/test_admin_addPeer.py
|
|
130
|
-
tests/core/admin-module/test_admin_nodeInfo.py
|
|
131
|
-
tests/core/admin-module/test_admin_peers.py
|
|
132
|
-
tests/core/block-utils/test_select_method_for_block_identifier.py
|
|
133
|
-
tests/core/caching-utils/test_generate_cache_key.py
|
|
134
|
-
tests/core/contracts/conftest.py
|
|
135
|
-
tests/core/contracts/test_args_and_kwargs_merger.py
|
|
136
|
-
tests/core/contracts/test_contract_ambiguous_functions.py
|
|
137
|
-
tests/core/contracts/test_contract_attributes.py
|
|
138
|
-
tests/core/contracts/test_contract_build_transaction.py
|
|
139
|
-
tests/core/contracts/test_contract_call_interface.py
|
|
140
|
-
tests/core/contracts/test_contract_caller_interface.py
|
|
141
|
-
tests/core/contracts/test_contract_class_construction.py
|
|
142
|
-
tests/core/contracts/test_contract_constructor.py
|
|
143
|
-
tests/core/contracts/test_contract_constructor_encoding.py
|
|
144
|
-
tests/core/contracts/test_contract_deployment.py
|
|
145
|
-
tests/core/contracts/test_contract_estimate_gas.py
|
|
146
|
-
tests/core/contracts/test_contract_events_build_filter.py
|
|
147
|
-
tests/core/contracts/test_contract_example.py
|
|
148
|
-
tests/core/contracts/test_contract_init.py
|
|
149
|
-
tests/core/contracts/test_contract_method_abi_decoding.py
|
|
150
|
-
tests/core/contracts/test_contract_method_abi_encoding.py
|
|
151
|
-
tests/core/contracts/test_contract_method_to_argument_matching.py
|
|
152
|
-
tests/core/contracts/test_contract_panic_errors.py
|
|
153
|
-
tests/core/contracts/test_contract_transact_interface.py
|
|
154
|
-
tests/core/contracts/test_contract_util_functions.py
|
|
155
|
-
tests/core/contracts/test_extracting_event_data.py
|
|
156
|
-
tests/core/contracts/test_extracting_event_data_old.py
|
|
157
|
-
tests/core/contracts/test_offchain_lookup.py
|
|
158
|
-
tests/core/contracts/utils.py
|
|
159
|
-
tests/core/datastructures/test_datastructures.py
|
|
160
|
-
tests/core/empty-object/test_empty_object_is_falsy.py
|
|
161
|
-
tests/core/eth-module/conftest.py
|
|
162
|
-
tests/core/eth-module/test_accounts.py
|
|
163
|
-
tests/core/eth-module/test_block_api.py
|
|
164
|
-
tests/core/eth-module/test_default_account_api.py
|
|
165
|
-
tests/core/eth-module/test_eth_contract.py
|
|
166
|
-
tests/core/eth-module/test_eth_fee_history.py
|
|
167
|
-
tests/core/eth-module/test_eth_filter.py
|
|
168
|
-
tests/core/eth-module/test_eth_properties.py
|
|
169
|
-
tests/core/eth-module/test_gas_pricing.py
|
|
170
|
-
tests/core/eth-module/test_poa.py
|
|
171
|
-
tests/core/eth-module/test_transactions.py
|
|
172
|
-
tests/core/eth-tester-api/test_withdrawals.py
|
|
173
|
-
tests/core/exceptions/test_exceptions.py
|
|
174
|
-
tests/core/filtering/conftest.py
|
|
175
|
-
tests/core/filtering/test_basic_filter_tests.py
|
|
176
|
-
tests/core/filtering/test_contract_create_filter_topic_merging.py
|
|
177
|
-
tests/core/filtering/test_contract_data_filters.py
|
|
178
|
-
tests/core/filtering/test_contract_get_logs.py
|
|
179
|
-
tests/core/filtering/test_contract_on_event_filtering.py
|
|
180
|
-
tests/core/filtering/test_contract_past_event_filtering.py
|
|
181
|
-
tests/core/filtering/test_contract_topic_filters.py
|
|
182
|
-
tests/core/filtering/test_existing_filter_instance.py
|
|
183
|
-
tests/core/filtering/test_filter_against_latest_blocks.py
|
|
184
|
-
tests/core/filtering/test_filter_against_pending_transactions.py
|
|
185
|
-
tests/core/filtering/test_filter_against_transaction_logs.py
|
|
186
|
-
tests/core/filtering/test_filters_against_many_blocks.py
|
|
187
|
-
tests/core/filtering/test_utils_functions.py
|
|
188
|
-
tests/core/filtering/utils.py
|
|
189
|
-
tests/core/gas-strategies/test_rpc_gas_pricing_strategies.py
|
|
190
|
-
tests/core/gas-strategies/test_time_based_gas_price_strategy.py
|
|
191
|
-
tests/core/manager/conftest.py
|
|
192
|
-
tests/core/manager/test_default_middlewares.py
|
|
193
|
-
tests/core/manager/test_middleware_can_be_stateful.py
|
|
194
|
-
tests/core/manager/test_middleware_onion_api.py
|
|
195
|
-
tests/core/manager/test_provider_property.py
|
|
196
|
-
tests/core/manager/test_provider_request_wrapping.py
|
|
197
|
-
tests/core/manager/test_response_formatters.py
|
|
198
|
-
tests/core/method-class/test_method.py
|
|
199
|
-
tests/core/method-class/test_result_formatters.py
|
|
200
|
-
tests/core/middleware/test_attrdict_middleware.py
|
|
201
|
-
tests/core/middleware/test_eth_tester_middleware.py
|
|
202
|
-
tests/core/middleware/test_filter_middleware.py
|
|
203
|
-
tests/core/middleware/test_formatting_middleware.py
|
|
204
|
-
tests/core/middleware/test_gas_price_strategy.py
|
|
205
|
-
tests/core/middleware/test_name_to_address_middleware.py
|
|
206
|
-
tests/core/middleware/test_stalecheck.py
|
|
207
|
-
tests/core/middleware/test_transaction_signing.py
|
|
208
|
-
tests/core/module-class/test_module.py
|
|
209
|
-
tests/core/providers/test_async_http_provider.py
|
|
210
|
-
tests/core/providers/test_async_tester_provider.py
|
|
211
|
-
tests/core/providers/test_auto_provider.py
|
|
212
|
-
tests/core/providers/test_base_provider.py
|
|
213
|
-
tests/core/providers/test_http_provider.py
|
|
214
|
-
tests/core/providers/test_ipc_provider.py
|
|
215
|
-
tests/core/providers/test_tester_provider.py
|
|
216
|
-
tests/core/providers/test_websocket_provider.py
|
|
217
|
-
tests/core/testing-module/test_testing_mine.py
|
|
218
|
-
tests/core/testing-module/test_testing_snapshot_and_revert.py
|
|
219
|
-
tests/core/testing-module/test_testing_timeTravel.py
|
|
220
|
-
tests/core/utilities/__init__.py
|
|
221
|
-
tests/core/utilities/conftest.py
|
|
222
|
-
tests/core/utilities/test_abi.py
|
|
223
|
-
tests/core/utilities/test_abi_filter_by_abi_name.py
|
|
224
|
-
tests/core/utilities/test_abi_filtering_by_argument_name.py
|
|
225
|
-
tests/core/utilities/test_abi_is_encodable.py
|
|
226
|
-
tests/core/utilities/test_abi_named_tree.py
|
|
227
|
-
tests/core/utilities/test_address.py
|
|
228
|
-
tests/core/utilities/test_async_transaction.py
|
|
229
|
-
tests/core/utilities/test_attach_modules.py
|
|
230
|
-
tests/core/utilities/test_attributedict.py
|
|
231
|
-
tests/core/utilities/test_caching_utils.py
|
|
232
|
-
tests/core/utilities/test_construct_event_data_set.py
|
|
233
|
-
tests/core/utilities/test_construct_event_filter_params.py
|
|
234
|
-
tests/core/utilities/test_construct_event_topics.py
|
|
235
|
-
tests/core/utilities/test_datatypes.py
|
|
236
|
-
tests/core/utilities/test_decorators.py
|
|
237
|
-
tests/core/utilities/test_encoding.py
|
|
238
|
-
tests/core/utilities/test_event_filter_builder.py
|
|
239
|
-
tests/core/utilities/test_event_interface.py
|
|
240
|
-
tests/core/utilities/test_fee_utils.py
|
|
241
|
-
tests/core/utilities/test_formatters.py
|
|
242
|
-
tests/core/utilities/test_is_predefined_block_number.py
|
|
243
|
-
tests/core/utilities/test_is_probably_enum.py
|
|
244
|
-
tests/core/utilities/test_is_recognized_type.py
|
|
245
|
-
tests/core/utilities/test_math.py
|
|
246
|
-
tests/core/utilities/test_method_formatters.py
|
|
247
|
-
tests/core/utilities/test_prepare_transaction_replacement.py
|
|
248
|
-
tests/core/utilities/test_select_filter_method.py
|
|
249
|
-
tests/core/utilities/test_threads.py
|
|
250
|
-
tests/core/utilities/test_valid_transaction_params.py
|
|
251
|
-
tests/core/utilities/test_validation.py
|
|
252
|
-
tests/core/web3-module/test_api.py
|
|
253
|
-
tests/core/web3-module/test_attach_modules.py
|
|
254
|
-
tests/core/web3-module/test_client_version.py
|
|
255
|
-
tests/core/web3-module/test_conversions.py
|
|
256
|
-
tests/core/web3-module/test_import_and_version.py
|
|
257
|
-
tests/core/web3-module/test_keccak.py
|
|
258
|
-
tests/core/web3-module/test_providers.py
|
|
259
|
-
tests/core/web3-module/test_strict_bytes_type_checking.py
|
|
260
|
-
tests/core/web3-module/test_web3_inheritance.py
|
|
261
|
-
tests/ens/conftest.py
|
|
262
|
-
tests/ens/test_ens.py
|
|
263
|
-
tests/ens/test_get_registry.py
|
|
264
|
-
tests/ens/test_get_text.py
|
|
265
|
-
tests/ens/test_nameprep.py
|
|
266
|
-
tests/ens/test_offchain_resolution.py
|
|
267
|
-
tests/ens/test_setup_address.py
|
|
268
|
-
tests/ens/test_setup_name.py
|
|
269
|
-
tests/ens/test_utils.py
|
|
270
|
-
tests/ens/test_wildcard_resolution.py
|
|
271
|
-
tests/ens/normalization/normalization_tests.json
|
|
272
|
-
tests/ens/normalization/test_normalize_name_ensip15.py
|
|
273
|
-
tests/integration/.DS_Store
|
|
274
|
-
tests/integration/README.md
|
|
275
|
-
tests/integration/common.py
|
|
276
|
-
tests/integration/conftest.py
|
|
277
|
-
tests/integration/test_ethereum_tester.py
|
|
278
|
-
tests/integration/generate_fixtures/common.py
|
|
279
|
-
tests/integration/generate_fixtures/go_ethereum.py
|
|
280
|
-
tests/integration/go_ethereum/__init__.py
|
|
281
|
-
tests/integration/go_ethereum/common.py
|
|
282
|
-
tests/integration/go_ethereum/conftest.py
|
|
283
|
-
tests/integration/go_ethereum/test_goethereum_http.py
|
|
284
|
-
tests/integration/go_ethereum/test_goethereum_ipc.py
|
|
285
|
-
tests/integration/go_ethereum/utils.py
|
|
286
122
|
web3/__init__.py
|
|
287
123
|
web3/constants.py
|
|
288
124
|
web3/datastructures.py
|
|
@@ -2,8 +2,8 @@ aiohttp>=3.7.4.post0
|
|
|
2
2
|
eth-abi>=4.0.0
|
|
3
3
|
eth-account<0.13,>=0.8.0
|
|
4
4
|
eth-hash[pycryptodome]>=0.5.1
|
|
5
|
-
eth-typing!=4.2.0,>=3.0.0
|
|
6
|
-
eth-utils
|
|
5
|
+
eth-typing!=4.2.0,<5.0.0,>=3.0.0
|
|
6
|
+
eth-utils<5,>=2.1.0
|
|
7
7
|
hexbytes<0.4.0,>=0.1.0
|
|
8
8
|
jsonschema>=4.0.0
|
|
9
9
|
lru-dict<1.3.0,>=1.1.6
|
|
@@ -17,7 +17,7 @@ pyunormalize>=15.0.0
|
|
|
17
17
|
pywin32>=223
|
|
18
18
|
|
|
19
19
|
[dev]
|
|
20
|
-
py-geth
|
|
20
|
+
py-geth<4,>=3.14.0
|
|
21
21
|
sphinx>=5.3.0
|
|
22
22
|
sphinx_rtd_theme>=1.0.0
|
|
23
23
|
towncrier<22,>=21
|
|
@@ -56,7 +56,7 @@ towncrier<22,>=21
|
|
|
56
56
|
ipfshttpclient==0.8.0a2
|
|
57
57
|
|
|
58
58
|
[tester]
|
|
59
|
-
py-geth
|
|
59
|
+
py-geth<4,>=3.14.0
|
|
60
60
|
|
|
61
61
|
[tester:python_version <= "3.7"]
|
|
62
62
|
eth-tester[py-evm]<0.10.0b1,>=0.9.0b1
|
web3-6.20.1/tests/.DS_Store
DELETED
|
Binary file
|
|
@@ -1,267 +0,0 @@
|
|
|
1
|
-
import pytest
|
|
2
|
-
from random import (
|
|
3
|
-
randint,
|
|
4
|
-
)
|
|
5
|
-
|
|
6
|
-
import pytest_asyncio
|
|
7
|
-
|
|
8
|
-
from web3._utils.request import (
|
|
9
|
-
_async_session_cache,
|
|
10
|
-
)
|
|
11
|
-
from web3.beacon import (
|
|
12
|
-
AsyncBeacon,
|
|
13
|
-
)
|
|
14
|
-
|
|
15
|
-
# tested against lighthouse which uses port 5052 by default
|
|
16
|
-
BASE_URL = "http://localhost:5052"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def _assert_valid_response(response):
|
|
20
|
-
# assert valid response according to Beacon API spec
|
|
21
|
-
assert isinstance(response, dict)
|
|
22
|
-
assert "data" in response
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
@pytest.fixture
|
|
26
|
-
def async_beacon():
|
|
27
|
-
return AsyncBeacon(base_url=BASE_URL)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
@pytest_asyncio.fixture(autouse=True)
|
|
31
|
-
async def _cleanup():
|
|
32
|
-
yield
|
|
33
|
-
[await session.close() for _, session in _async_session_cache.items()]
|
|
34
|
-
_async_session_cache.clear()
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
# sanity check to make sure the positive test cases are valid
|
|
38
|
-
@pytest.mark.asyncio
|
|
39
|
-
async def test_async_cl_beacon_raises_exception_on_invalid_url(async_beacon):
|
|
40
|
-
with pytest.raises(ValueError):
|
|
41
|
-
await async_beacon._async_make_get_request(
|
|
42
|
-
BASE_URL + "/eth/v1/beacon/nonexistent"
|
|
43
|
-
)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
@pytest.mark.asyncio
|
|
47
|
-
async def test_async_beacon_user_request_timeout():
|
|
48
|
-
beacon = AsyncBeacon(base_url=BASE_URL, request_timeout=0.001)
|
|
49
|
-
with pytest.raises(TimeoutError):
|
|
50
|
-
await beacon.get_validators()
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
# Beacon endpoint tests:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
@pytest.mark.asyncio
|
|
57
|
-
async def test_async_cl_beacon_get_genesis(async_beacon):
|
|
58
|
-
response = await async_beacon.get_genesis()
|
|
59
|
-
_assert_valid_response(response)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
@pytest.mark.asyncio
|
|
63
|
-
async def test_async_cl_beacon_get_hash_root(async_beacon):
|
|
64
|
-
response = await async_beacon.get_hash_root()
|
|
65
|
-
_assert_valid_response(response)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
@pytest.mark.asyncio
|
|
69
|
-
async def test_async_cl_beacon_get_fork_data(async_beacon):
|
|
70
|
-
response = await async_beacon.get_fork_data()
|
|
71
|
-
_assert_valid_response(response)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
@pytest.mark.asyncio
|
|
75
|
-
async def test_async_cl_beacon_get_finality_checkpoint(async_beacon):
|
|
76
|
-
response = await async_beacon.get_finality_checkpoint()
|
|
77
|
-
_assert_valid_response(response)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
@pytest.mark.asyncio
|
|
81
|
-
async def test_async_cl_beacon_get_validators(async_beacon):
|
|
82
|
-
response = await async_beacon.get_validators()
|
|
83
|
-
_assert_valid_response(response)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
@pytest.mark.asyncio
|
|
87
|
-
async def test_async_cl_beacon_get_validator(async_beacon):
|
|
88
|
-
validators_response = await async_beacon.get_validators()
|
|
89
|
-
_assert_valid_response(validators_response)
|
|
90
|
-
|
|
91
|
-
validators = validators_response["data"]
|
|
92
|
-
random_validator = validators[randint(0, len(validators))]
|
|
93
|
-
random_validator_pubkey = random_validator["validator"]["pubkey"]
|
|
94
|
-
|
|
95
|
-
response = await async_beacon.get_validator(random_validator_pubkey)
|
|
96
|
-
_assert_valid_response(response)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
@pytest.mark.asyncio
|
|
100
|
-
async def test_async_cl_beacon_get_validator_balances(async_beacon):
|
|
101
|
-
response = await async_beacon.get_validator_balances()
|
|
102
|
-
_assert_valid_response(response)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
@pytest.mark.asyncio
|
|
106
|
-
async def test_async_cl_beacon_get_epoch_committees(async_beacon):
|
|
107
|
-
response = await async_beacon.get_epoch_committees()
|
|
108
|
-
_assert_valid_response(response)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
@pytest.mark.asyncio
|
|
112
|
-
async def test_async_cl_beacon_get_epoch_sync_committees(async_beacon):
|
|
113
|
-
response = await async_beacon.get_epoch_sync_committees()
|
|
114
|
-
_assert_valid_response(response)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
@pytest.mark.asyncio
|
|
118
|
-
async def test_async_cl_beacon_get_epoch_randao(async_beacon):
|
|
119
|
-
response = await async_beacon.get_epoch_randao()
|
|
120
|
-
_assert_valid_response(response)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
@pytest.mark.asyncio
|
|
124
|
-
async def test_async_cl_beacon_get_block_headers(async_beacon):
|
|
125
|
-
response = await async_beacon.get_block_headers()
|
|
126
|
-
_assert_valid_response(response)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
@pytest.mark.asyncio
|
|
130
|
-
async def test_async_cl_beacon_get_block_header(async_beacon):
|
|
131
|
-
response = await async_beacon.get_block_header("head")
|
|
132
|
-
_assert_valid_response(response)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
@pytest.mark.asyncio
|
|
136
|
-
async def test_async_cl_beacon_get_block(async_beacon):
|
|
137
|
-
response = await async_beacon.get_block("head")
|
|
138
|
-
_assert_valid_response(response)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
@pytest.mark.asyncio
|
|
142
|
-
async def test_async_cl_beacon_get_block_root(async_beacon):
|
|
143
|
-
response = await async_beacon.get_block_root("head")
|
|
144
|
-
_assert_valid_response(response)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
@pytest.mark.asyncio
|
|
148
|
-
async def test_async_cl_beacon_get_blinded_blocks(async_beacon):
|
|
149
|
-
response = await async_beacon.get_blinded_blocks("head")
|
|
150
|
-
_assert_valid_response(response)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
@pytest.mark.asyncio
|
|
154
|
-
async def test_async_cl_beacon_get_rewards(async_beacon):
|
|
155
|
-
response = await async_beacon.get_rewards("head")
|
|
156
|
-
_assert_valid_response(response)
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
@pytest.mark.asyncio
|
|
160
|
-
async def test_async_cl_beacon_get_block_attestations(async_beacon):
|
|
161
|
-
response = await async_beacon.get_block_attestations("head")
|
|
162
|
-
_assert_valid_response(response)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
@pytest.mark.asyncio
|
|
166
|
-
async def test_async_cl_beacon_get_attestations(async_beacon):
|
|
167
|
-
response = await async_beacon.get_attestations()
|
|
168
|
-
_assert_valid_response(response)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
@pytest.mark.asyncio
|
|
172
|
-
async def test_async_cl_beacon_get_attester_slashings(async_beacon):
|
|
173
|
-
response = await async_beacon.get_attester_slashings()
|
|
174
|
-
_assert_valid_response(response)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
@pytest.mark.asyncio
|
|
178
|
-
async def test_async_cl_beacon_get_proposer_slashings(async_beacon):
|
|
179
|
-
response = await async_beacon.get_proposer_slashings()
|
|
180
|
-
_assert_valid_response(response)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
@pytest.mark.asyncio
|
|
184
|
-
async def test_async_cl_beacon_get_voluntary_exits(async_beacon):
|
|
185
|
-
response = await async_beacon.get_voluntary_exits()
|
|
186
|
-
_assert_valid_response(response)
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
@pytest.mark.asyncio
|
|
190
|
-
async def test_async_cl_beacon_get_bls_to_execution_changes(async_beacon):
|
|
191
|
-
response = await async_beacon.get_bls_to_execution_changes()
|
|
192
|
-
_assert_valid_response(response)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
# Config endpoint tests:
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
@pytest.mark.asyncio
|
|
199
|
-
async def test_async_cl_config_get_fork_schedule(async_beacon):
|
|
200
|
-
response = await async_beacon.get_fork_schedule()
|
|
201
|
-
_assert_valid_response(response)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
@pytest.mark.asyncio
|
|
205
|
-
async def test_async_cl_config_get_spec(async_beacon):
|
|
206
|
-
response = await async_beacon.get_spec()
|
|
207
|
-
_assert_valid_response(response)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
@pytest.mark.asyncio
|
|
211
|
-
async def test_async_cl_config_get_deposit_contract(async_beacon):
|
|
212
|
-
response = await async_beacon.get_deposit_contract()
|
|
213
|
-
_assert_valid_response(response)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
# Debug endpoint tests:
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
@pytest.mark.asyncio
|
|
220
|
-
async def test_async_cl_debug_get_beacon_state(async_beacon):
|
|
221
|
-
response = await async_beacon.get_beacon_state()
|
|
222
|
-
_assert_valid_response(response)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
@pytest.mark.asyncio
|
|
226
|
-
async def test_async_cl_debug_get_beacon_heads(async_beacon):
|
|
227
|
-
response = await async_beacon.get_beacon_heads()
|
|
228
|
-
_assert_valid_response(response)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
# Node endpoint tests:
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
@pytest.mark.asyncio
|
|
235
|
-
async def test_async_cl_node_get_node_identity(async_beacon):
|
|
236
|
-
response = await async_beacon.get_node_identity()
|
|
237
|
-
_assert_valid_response(response)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
@pytest.mark.asyncio
|
|
241
|
-
async def test_async_cl_node_get_peers(async_beacon):
|
|
242
|
-
response = await async_beacon.get_peers()
|
|
243
|
-
_assert_valid_response(response)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
@pytest.mark.asyncio
|
|
247
|
-
async def test_async_cl_node_get_peer(async_beacon):
|
|
248
|
-
response = await async_beacon.get_peer("")
|
|
249
|
-
_assert_valid_response(response)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
@pytest.mark.asyncio
|
|
253
|
-
async def test_async_cl_node_get_health(async_beacon):
|
|
254
|
-
response = await async_beacon.get_health()
|
|
255
|
-
assert isinstance(response, int)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
@pytest.mark.asyncio
|
|
259
|
-
async def test_async_cl_node_get_version(async_beacon):
|
|
260
|
-
response = await async_beacon.get_version()
|
|
261
|
-
_assert_valid_response(response)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
@pytest.mark.asyncio
|
|
265
|
-
async def test_async_cl_node_get_syncing(async_beacon):
|
|
266
|
-
response = await async_beacon.get_syncing()
|
|
267
|
-
_assert_valid_response(response)
|