Skip to content

Commit 5c67b93

Browse files
author
Stuart Reed
committed
Docs and newsfragment for #3281
1 parent bba1a1d commit 5c67b93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/v7_migration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,4 @@ Miscellaneous Changes
148148
- ``get_default_ipc_path()`` and ``get_dev_ipc_path()`` now return the path value
149149
without checking if the ``geth.ipc`` file exists.
150150
- ``Web3.is_address()`` returns ``True`` for non-checksummed addresses.
151+
- ``Contract.encodeABI()`` has been renamed to ``Contract.encode_abi()``.

newsfragments/3281.removal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove ``Contract.encodeABI()`` in favor of ``Contract.encode_abi()`` to follow standard conventions.

0 commit comments

Comments
 (0)