Skip to content

Commit 8a0d5a8

Browse files
author
Stuart Reed
committed
Newsfragment for ethereum#3408
1 parent 0800271 commit 8a0d5a8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

newsfragments/3408.breaking.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrades to use latest ``ABI`` utilities and typings from ``eth-utils`` and ``eth-typing``.

newsfragments/3408.feature.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Utilities to extract function ``ABI`` attributes from a contract. ``get_function_info``
2+
returns a dict of information about the function ``ABI``. ``ABIFunctionInfo`` includes
3+
the function ``abi`` (``ABIFunction``), ``selector`` (``HexStr``) and ``args`` (``Tuple``).
4+
The ``get_function_abi`` function returns the ``ABI`` of a function given its name and arguments.

newsfragments/3408.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Move ``get_abi_input_names`` and ``get_abi_output_names`` to ``eth-utils`` and re-export in ``web3.utils.abi``.

0 commit comments

Comments
 (0)