Skip to content

Commit

Permalink
remove warning of ABIv2 being unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Mar 1, 2024
1 parent 6063bf1 commit 75aab7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/nested_dynamic_arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ The ``eth-abi`` library supports the Solidity ABIv2 encoding format for nested
dynamic arrays. This means that values for data types such as the following
are legal and encodable/decodable: ``int[][]``, ``string[]``, ``string[2]``,
etc.

.. warning::

Though Solidity's ABIv2 has mostly been finalized, the specification is
technically still in development and may change.

0 comments on commit 75aab7c

Please sign in to comment.