We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba1a1d commit 5c67b93Copy full SHA for 5c67b93
docs/v7_migration.rst
@@ -148,3 +148,4 @@ Miscellaneous Changes
148
- ``get_default_ipc_path()`` and ``get_dev_ipc_path()`` now return the path value
149
without checking if the ``geth.ipc`` file exists.
150
- ``Web3.is_address()`` returns ``True`` for non-checksummed addresses.
151
+- ``Contract.encodeABI()`` has been renamed to ``Contract.encode_abi()``.
newsfragments/3281.removal.rst
@@ -0,0 +1 @@
1
+Remove ``Contract.encodeABI()`` in favor of ``Contract.encode_abi()`` to follow standard conventions.
0 commit comments