web3 6.20.2__tar.gz → 6.20.3__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.
Files changed (291) hide show
  1. {web3-6.20.2 → web3-6.20.3}/PKG-INFO +2 -1
  2. {web3-6.20.2 → web3-6.20.3}/setup.py +2 -1
  3. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/PKG-INFO +2 -1
  4. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/requires.txt +1 -0
  5. {web3-6.20.2 → web3-6.20.3}/LICENSE +0 -0
  6. {web3-6.20.2 → web3-6.20.3}/MANIFEST.in +0 -0
  7. {web3-6.20.2 → web3-6.20.3}/README.md +0 -0
  8. {web3-6.20.2 → web3-6.20.3}/ens/__init__.py +0 -0
  9. {web3-6.20.2 → web3-6.20.3}/ens/_normalization.py +0 -0
  10. {web3-6.20.2 → web3-6.20.3}/ens/abis.py +0 -0
  11. {web3-6.20.2 → web3-6.20.3}/ens/async_ens.py +0 -0
  12. {web3-6.20.2 → web3-6.20.3}/ens/auto.py +0 -0
  13. {web3-6.20.2 → web3-6.20.3}/ens/base_ens.py +0 -0
  14. {web3-6.20.2 → web3-6.20.3}/ens/constants.py +0 -0
  15. {web3-6.20.2 → web3-6.20.3}/ens/contract_data.py +0 -0
  16. {web3-6.20.2 → web3-6.20.3}/ens/ens.py +0 -0
  17. {web3-6.20.2 → web3-6.20.3}/ens/exceptions.py +0 -0
  18. {web3-6.20.2 → web3-6.20.3}/ens/specs/nf.json +0 -0
  19. {web3-6.20.2 → web3-6.20.3}/ens/specs/normalization_spec.json +0 -0
  20. {web3-6.20.2 → web3-6.20.3}/ens/utils.py +0 -0
  21. {web3-6.20.2 → web3-6.20.3}/ethpm/__init__.py +0 -0
  22. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/__init__.py +0 -0
  23. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/backend.py +0 -0
  24. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/cache.py +0 -0
  25. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/chains.py +0 -0
  26. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/contract.py +0 -0
  27. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/deployments.py +0 -0
  28. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/ipfs.py +0 -0
  29. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/protobuf/__init__.py +0 -0
  30. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/protobuf/ipfs_file_pb2.py +0 -0
  31. {web3-6.20.2 → web3-6.20.3}/ethpm/_utils/registry.py +0 -0
  32. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/__init__.py +0 -0
  33. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/ens/v3.json +0 -0
  34. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/escrow/with_bytecode_v3.json +0 -0
  35. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/ipfs_file.proto +0 -0
  36. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/owned/output_v3.json +0 -0
  37. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/owned/with_contract_type_v3.json +0 -0
  38. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/Authority.sol +0 -0
  39. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/IndexedOrderedSetLib.sol +0 -0
  40. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/PackageDB.sol +0 -0
  41. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/PackageRegistry.sol +0 -0
  42. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/PackageRegistryInterface.sol +0 -0
  43. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/ReleaseDB.sol +0 -0
  44. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/contracts/ReleaseValidator.sol +0 -0
  45. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/solc_input.json +0 -0
  46. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/solc_output.json +0 -0
  47. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/registry/v3.json +0 -0
  48. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/safe-math-lib/v3-strict-no-deployments.json +0 -0
  49. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/contracts/Ownable.sol +0 -0
  50. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/contracts/PackageRegistry.sol +0 -0
  51. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/contracts/PackageRegistryInterface.sol +0 -0
  52. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/solc_input.json +0 -0
  53. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/solc_output.json +0 -0
  54. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/simple-registry/v3.json +0 -0
  55. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/standard-token/output_v3.json +0 -0
  56. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/standard-token/with_bytecode_v3.json +0 -0
  57. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/vyper_registry/0.1.0.json +0 -0
  58. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/vyper_registry/registry.vy +0 -0
  59. {web3-6.20.2 → web3-6.20.3}/ethpm/assets/vyper_registry/registry_with_delete.vy +0 -0
  60. {web3-6.20.2 → web3-6.20.3}/ethpm/backends/__init__.py +0 -0
  61. {web3-6.20.2 → web3-6.20.3}/ethpm/backends/base.py +0 -0
  62. {web3-6.20.2 → web3-6.20.3}/ethpm/backends/http.py +0 -0
  63. {web3-6.20.2 → web3-6.20.3}/ethpm/backends/ipfs.py +0 -0
  64. {web3-6.20.2 → web3-6.20.3}/ethpm/backends/registry.py +0 -0
  65. {web3-6.20.2 → web3-6.20.3}/ethpm/constants.py +0 -0
  66. {web3-6.20.2 → web3-6.20.3}/ethpm/contract.py +0 -0
  67. {web3-6.20.2 → web3-6.20.3}/ethpm/dependencies.py +0 -0
  68. {web3-6.20.2 → web3-6.20.3}/ethpm/deployments.py +0 -0
  69. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/1.0.0-pretty.json +0 -0
  70. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/1.0.0.json +0 -0
  71. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/contracts/Escrow.sol +0 -0
  72. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/contracts/SafeSendLib.sol +0 -0
  73. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/v3-pretty.json +0 -0
  74. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/escrow/v3.json +0 -0
  75. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/owned/1.0.0-pretty.json +0 -0
  76. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/owned/1.0.0.json +0 -0
  77. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/owned/contracts/Owned.sol +0 -0
  78. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/owned/v3-pretty.json +0 -0
  79. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/owned/v3.json +0 -0
  80. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/piper-coin/1.0.0-pretty.json +0 -0
  81. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/piper-coin/1.0.0.json +0 -0
  82. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/piper-coin/v3-pretty.json +0 -0
  83. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/piper-coin/v3.json +0 -0
  84. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0-pretty.json +0 -0
  85. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/safe-math-lib/1.0.0.json +0 -0
  86. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/safe-math-lib/contracts/SafeMathLib.sol +0 -0
  87. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/safe-math-lib/v3-pretty.json +0 -0
  88. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/safe-math-lib/v3.json +0 -0
  89. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/1.0.0-pretty.json +0 -0
  90. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/1.0.0.json +0 -0
  91. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/contracts/AbstractToken.sol +0 -0
  92. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/contracts/StandardToken.sol +0 -0
  93. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/v3-pretty.json +0 -0
  94. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/standard-token/v3.json +0 -0
  95. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/transferable/1.0.0-pretty.json +0 -0
  96. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/transferable/1.0.0.json +0 -0
  97. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/transferable/contracts/Transferable.sol +0 -0
  98. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/transferable/v3-pretty.json +0 -0
  99. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/transferable/v3.json +0 -0
  100. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet/1.0.0-pretty.json +0 -0
  101. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet/1.0.0.json +0 -0
  102. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet/contracts/Wallet.sol +0 -0
  103. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet/v3-pretty.json +0 -0
  104. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet/v3.json +0 -0
  105. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0-pretty.json +0 -0
  106. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet-with-send/1.0.0.json +0 -0
  107. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet-with-send/contracts/WalletWithSend.sol +0 -0
  108. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet-with-send/v3-pretty.json +0 -0
  109. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/examples/wallet-with-send/v3.json +0 -0
  110. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/spec/package.spec.json +0 -0
  111. {web3-6.20.2 → web3-6.20.3}/ethpm/ethpm-spec/spec/v3.spec.json +0 -0
  112. {web3-6.20.2 → web3-6.20.3}/ethpm/exceptions.py +0 -0
  113. {web3-6.20.2 → web3-6.20.3}/ethpm/package.py +0 -0
  114. {web3-6.20.2 → web3-6.20.3}/ethpm/tools/__init__.py +0 -0
  115. {web3-6.20.2 → web3-6.20.3}/ethpm/tools/builder.py +0 -0
  116. {web3-6.20.2 → web3-6.20.3}/ethpm/tools/checker.py +0 -0
  117. {web3-6.20.2 → web3-6.20.3}/ethpm/tools/get_manifest.py +0 -0
  118. {web3-6.20.2 → web3-6.20.3}/ethpm/uri.py +0 -0
  119. {web3-6.20.2 → web3-6.20.3}/ethpm/validation/__init__.py +0 -0
  120. {web3-6.20.2 → web3-6.20.3}/ethpm/validation/manifest.py +0 -0
  121. {web3-6.20.2 → web3-6.20.3}/ethpm/validation/misc.py +0 -0
  122. {web3-6.20.2 → web3-6.20.3}/ethpm/validation/package.py +0 -0
  123. {web3-6.20.2 → web3-6.20.3}/ethpm/validation/uri.py +0 -0
  124. {web3-6.20.2 → web3-6.20.3}/pyproject.toml +0 -0
  125. {web3-6.20.2 → web3-6.20.3}/setup.cfg +0 -0
  126. {web3-6.20.2 → web3-6.20.3}/web3/__init__.py +0 -0
  127. {web3-6.20.2 → web3-6.20.3}/web3/_utils/__init__.py +0 -0
  128. {web3-6.20.2 → web3-6.20.3}/web3/_utils/abi.py +0 -0
  129. {web3-6.20.2 → web3-6.20.3}/web3/_utils/async_caching.py +0 -0
  130. {web3-6.20.2 → web3-6.20.3}/web3/_utils/async_transactions.py +0 -0
  131. {web3-6.20.2 → web3-6.20.3}/web3/_utils/blocks.py +0 -0
  132. {web3-6.20.2 → web3-6.20.3}/web3/_utils/caching.py +0 -0
  133. {web3-6.20.2 → web3-6.20.3}/web3/_utils/compat/__init__.py +0 -0
  134. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/__init__.py +0 -0
  135. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/compile_contracts.py +0 -0
  136. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/__init__.py +0 -0
  137. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/_custom_contract_data.py +0 -0
  138. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/address_reflector.py +0 -0
  139. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/arrays_contract.py +0 -0
  140. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/bytes_contracts.py +0 -0
  141. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/constructor_contracts.py +0 -0
  142. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/contract_caller_tester.py +0 -0
  143. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/emitter_contract.py +0 -0
  144. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/event_contracts.py +0 -0
  145. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/extended_resolver.py +0 -0
  146. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/fallback_function_contract.py +0 -0
  147. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/function_name_tester_contract.py +0 -0
  148. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/math_contract.py +0 -0
  149. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/offchain_lookup.py +0 -0
  150. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/offchain_resolver.py +0 -0
  151. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/panic_errors_contract.py +0 -0
  152. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/payable_tester.py +0 -0
  153. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/receive_function_contracts.py +0 -0
  154. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/reflector_contracts.py +0 -0
  155. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/revert_contract.py +0 -0
  156. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/simple_resolver.py +0 -0
  157. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/storage_contract.py +0 -0
  158. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/string_contract.py +0 -0
  159. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contract_sources/contract_data/tuple_contracts.py +0 -0
  160. {web3-6.20.2 → web3-6.20.3}/web3/_utils/contracts.py +0 -0
  161. {web3-6.20.2 → web3-6.20.3}/web3/_utils/datatypes.py +0 -0
  162. {web3-6.20.2 → web3-6.20.3}/web3/_utils/decorators.py +0 -0
  163. {web3-6.20.2 → web3-6.20.3}/web3/_utils/empty.py +0 -0
  164. {web3-6.20.2 → web3-6.20.3}/web3/_utils/encoding.py +0 -0
  165. {web3-6.20.2 → web3-6.20.3}/web3/_utils/ens.py +0 -0
  166. {web3-6.20.2 → web3-6.20.3}/web3/_utils/error_formatters_utils.py +0 -0
  167. {web3-6.20.2 → web3-6.20.3}/web3/_utils/events.py +0 -0
  168. {web3-6.20.2 → web3-6.20.3}/web3/_utils/fee_utils.py +0 -0
  169. {web3-6.20.2 → web3-6.20.3}/web3/_utils/filters.py +0 -0
  170. {web3-6.20.2 → web3-6.20.3}/web3/_utils/formatters.py +0 -0
  171. {web3-6.20.2 → web3-6.20.3}/web3/_utils/function_identifiers.py +0 -0
  172. {web3-6.20.2 → web3-6.20.3}/web3/_utils/http.py +0 -0
  173. {web3-6.20.2 → web3-6.20.3}/web3/_utils/hypothesis.py +0 -0
  174. {web3-6.20.2 → web3-6.20.3}/web3/_utils/math.py +0 -0
  175. {web3-6.20.2 → web3-6.20.3}/web3/_utils/method_formatters.py +0 -0
  176. {web3-6.20.2 → web3-6.20.3}/web3/_utils/miner.py +0 -0
  177. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module.py +0 -0
  178. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/__init__.py +0 -0
  179. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/eth_module.py +0 -0
  180. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/go_ethereum_admin_module.py +0 -0
  181. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/go_ethereum_personal_module.py +0 -0
  182. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/go_ethereum_txpool_module.py +0 -0
  183. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/module_testing_utils.py +0 -0
  184. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/net_module.py +0 -0
  185. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/persistent_connection_provider.py +0 -0
  186. {web3-6.20.2 → web3-6.20.3}/web3/_utils/module_testing/web3_module.py +0 -0
  187. {web3-6.20.2 → web3-6.20.3}/web3/_utils/normalizers.py +0 -0
  188. {web3-6.20.2 → web3-6.20.3}/web3/_utils/request.py +0 -0
  189. {web3-6.20.2 → web3-6.20.3}/web3/_utils/rpc_abi.py +0 -0
  190. {web3-6.20.2 → web3-6.20.3}/web3/_utils/threads.py +0 -0
  191. {web3-6.20.2 → web3-6.20.3}/web3/_utils/transactions.py +0 -0
  192. {web3-6.20.2 → web3-6.20.3}/web3/_utils/type_conversion.py +0 -0
  193. {web3-6.20.2 → web3-6.20.3}/web3/_utils/utility_methods.py +0 -0
  194. {web3-6.20.2 → web3-6.20.3}/web3/_utils/validation.py +0 -0
  195. {web3-6.20.2 → web3-6.20.3}/web3/_utils/windows.py +0 -0
  196. {web3-6.20.2 → web3-6.20.3}/web3/auto/__init__.py +0 -0
  197. {web3-6.20.2 → web3-6.20.3}/web3/auto/gethdev.py +0 -0
  198. {web3-6.20.2 → web3-6.20.3}/web3/beacon/__init__.py +0 -0
  199. {web3-6.20.2 → web3-6.20.3}/web3/beacon/api_endpoints.py +0 -0
  200. {web3-6.20.2 → web3-6.20.3}/web3/beacon/async_beacon.py +0 -0
  201. {web3-6.20.2 → web3-6.20.3}/web3/beacon/main.py +0 -0
  202. {web3-6.20.2 → web3-6.20.3}/web3/constants.py +0 -0
  203. {web3-6.20.2 → web3-6.20.3}/web3/contract/__init__.py +0 -0
  204. {web3-6.20.2 → web3-6.20.3}/web3/contract/async_contract.py +0 -0
  205. {web3-6.20.2 → web3-6.20.3}/web3/contract/base_contract.py +0 -0
  206. {web3-6.20.2 → web3-6.20.3}/web3/contract/contract.py +0 -0
  207. {web3-6.20.2 → web3-6.20.3}/web3/contract/utils.py +0 -0
  208. {web3-6.20.2 → web3-6.20.3}/web3/datastructures.py +0 -0
  209. {web3-6.20.2 → web3-6.20.3}/web3/eth/__init__.py +0 -0
  210. {web3-6.20.2 → web3-6.20.3}/web3/eth/async_eth.py +0 -0
  211. {web3-6.20.2 → web3-6.20.3}/web3/eth/base_eth.py +0 -0
  212. {web3-6.20.2 → web3-6.20.3}/web3/eth/eth.py +0 -0
  213. {web3-6.20.2 → web3-6.20.3}/web3/exceptions.py +0 -0
  214. {web3-6.20.2 → web3-6.20.3}/web3/gas_strategies/__init__.py +0 -0
  215. {web3-6.20.2 → web3-6.20.3}/web3/gas_strategies/rpc.py +0 -0
  216. {web3-6.20.2 → web3-6.20.3}/web3/gas_strategies/time_based.py +0 -0
  217. {web3-6.20.2 → web3-6.20.3}/web3/geth.py +0 -0
  218. {web3-6.20.2 → web3-6.20.3}/web3/logs.py +0 -0
  219. {web3-6.20.2 → web3-6.20.3}/web3/main.py +0 -0
  220. {web3-6.20.2 → web3-6.20.3}/web3/manager.py +0 -0
  221. {web3-6.20.2 → web3-6.20.3}/web3/method.py +0 -0
  222. {web3-6.20.2 → web3-6.20.3}/web3/middleware/__init__.py +0 -0
  223. {web3-6.20.2 → web3-6.20.3}/web3/middleware/abi.py +0 -0
  224. {web3-6.20.2 → web3-6.20.3}/web3/middleware/async_cache.py +0 -0
  225. {web3-6.20.2 → web3-6.20.3}/web3/middleware/attrdict.py +0 -0
  226. {web3-6.20.2 → web3-6.20.3}/web3/middleware/buffered_gas_estimate.py +0 -0
  227. {web3-6.20.2 → web3-6.20.3}/web3/middleware/cache.py +0 -0
  228. {web3-6.20.2 → web3-6.20.3}/web3/middleware/exception_handling.py +0 -0
  229. {web3-6.20.2 → web3-6.20.3}/web3/middleware/exception_retry_request.py +0 -0
  230. {web3-6.20.2 → web3-6.20.3}/web3/middleware/filter.py +0 -0
  231. {web3-6.20.2 → web3-6.20.3}/web3/middleware/fixture.py +0 -0
  232. {web3-6.20.2 → web3-6.20.3}/web3/middleware/formatting.py +0 -0
  233. {web3-6.20.2 → web3-6.20.3}/web3/middleware/gas_price_strategy.py +0 -0
  234. {web3-6.20.2 → web3-6.20.3}/web3/middleware/geth_poa.py +0 -0
  235. {web3-6.20.2 → web3-6.20.3}/web3/middleware/names.py +0 -0
  236. {web3-6.20.2 → web3-6.20.3}/web3/middleware/normalize_request_parameters.py +0 -0
  237. {web3-6.20.2 → web3-6.20.3}/web3/middleware/pythonic.py +0 -0
  238. {web3-6.20.2 → web3-6.20.3}/web3/middleware/signing.py +0 -0
  239. {web3-6.20.2 → web3-6.20.3}/web3/middleware/simulate_unmined_transaction.py +0 -0
  240. {web3-6.20.2 → web3-6.20.3}/web3/middleware/stalecheck.py +0 -0
  241. {web3-6.20.2 → web3-6.20.3}/web3/middleware/validation.py +0 -0
  242. {web3-6.20.2 → web3-6.20.3}/web3/module.py +0 -0
  243. {web3-6.20.2 → web3-6.20.3}/web3/net.py +0 -0
  244. {web3-6.20.2 → web3-6.20.3}/web3/pm.py +0 -0
  245. {web3-6.20.2 → web3-6.20.3}/web3/providers/__init__.py +0 -0
  246. {web3-6.20.2 → web3-6.20.3}/web3/providers/async_base.py +0 -0
  247. {web3-6.20.2 → web3-6.20.3}/web3/providers/async_rpc.py +0 -0
  248. {web3-6.20.2 → web3-6.20.3}/web3/providers/auto.py +0 -0
  249. {web3-6.20.2 → web3-6.20.3}/web3/providers/base.py +0 -0
  250. {web3-6.20.2 → web3-6.20.3}/web3/providers/eth_tester/__init__.py +0 -0
  251. {web3-6.20.2 → web3-6.20.3}/web3/providers/eth_tester/defaults.py +0 -0
  252. {web3-6.20.2 → web3-6.20.3}/web3/providers/eth_tester/main.py +0 -0
  253. {web3-6.20.2 → web3-6.20.3}/web3/providers/eth_tester/middleware.py +0 -0
  254. {web3-6.20.2 → web3-6.20.3}/web3/providers/ipc.py +0 -0
  255. {web3-6.20.2 → web3-6.20.3}/web3/providers/persistent.py +0 -0
  256. {web3-6.20.2 → web3-6.20.3}/web3/providers/rpc.py +0 -0
  257. {web3-6.20.2 → web3-6.20.3}/web3/providers/websocket/__init__.py +0 -0
  258. {web3-6.20.2 → web3-6.20.3}/web3/providers/websocket/request_processor.py +0 -0
  259. {web3-6.20.2 → web3-6.20.3}/web3/providers/websocket/websocket.py +0 -0
  260. {web3-6.20.2 → web3-6.20.3}/web3/providers/websocket/websocket_connection.py +0 -0
  261. {web3-6.20.2 → web3-6.20.3}/web3/providers/websocket/websocket_v2.py +0 -0
  262. {web3-6.20.2 → web3-6.20.3}/web3/py.typed +0 -0
  263. {web3-6.20.2 → web3-6.20.3}/web3/scripts/__init__.py +0 -0
  264. {web3-6.20.2 → web3-6.20.3}/web3/scripts/release/__init__.py +0 -0
  265. {web3-6.20.2 → web3-6.20.3}/web3/scripts/release/test_package.py +0 -0
  266. {web3-6.20.2 → web3-6.20.3}/web3/testing.py +0 -0
  267. {web3-6.20.2 → web3-6.20.3}/web3/tools/__init__.py +0 -0
  268. {web3-6.20.2 → web3-6.20.3}/web3/tools/benchmark/__init__.py +0 -0
  269. {web3-6.20.2 → web3-6.20.3}/web3/tools/benchmark/main.py +0 -0
  270. {web3-6.20.2 → web3-6.20.3}/web3/tools/benchmark/node.py +0 -0
  271. {web3-6.20.2 → web3-6.20.3}/web3/tools/benchmark/reporting.py +0 -0
  272. {web3-6.20.2 → web3-6.20.3}/web3/tools/benchmark/utils.py +0 -0
  273. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/__init__.py +0 -0
  274. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/_utils.py +0 -0
  275. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/deployer.py +0 -0
  276. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/exceptions.py +0 -0
  277. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/linker.py +0 -0
  278. {web3-6.20.2 → web3-6.20.3}/web3/tools/pytest_ethereum/plugins.py +0 -0
  279. {web3-6.20.2 → web3-6.20.3}/web3/tracing.py +0 -0
  280. {web3-6.20.2 → web3-6.20.3}/web3/types.py +0 -0
  281. {web3-6.20.2 → web3-6.20.3}/web3/utils/__init__.py +0 -0
  282. {web3-6.20.2 → web3-6.20.3}/web3/utils/abi.py +0 -0
  283. {web3-6.20.2 → web3-6.20.3}/web3/utils/address.py +0 -0
  284. {web3-6.20.2 → web3-6.20.3}/web3/utils/async_exception_handling.py +0 -0
  285. {web3-6.20.2 → web3-6.20.3}/web3/utils/caching.py +0 -0
  286. {web3-6.20.2 → web3-6.20.3}/web3/utils/exception_handling.py +0 -0
  287. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/SOURCES.txt +0 -0
  288. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/dependency_links.txt +0 -0
  289. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/entry_points.txt +0 -0
  290. {web3-6.20.2 → web3-6.20.3}/web3.egg-info/not-zip-safe +0 -0
  291. {web3-6.20.2 → web3-6.20.3}/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.2
3
+ Version: 6.20.3
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
@@ -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.2",
54
+ version="6.20.3",
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",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: web3
3
- Version: 6.20.2
3
+ Version: 6.20.3
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
@@ -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
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
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