Skip to content

Commit

Permalink
Address comments on PR ethereum#3024
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jul 10, 2023
1 parent d9766b7 commit 4212ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ens_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ domains and addresses, add resolver records, or get and set metadata.
.. note::

web3.py ``v6.1.0`` introduced ENS name normalization standard
`ENSIP-15 <https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_
by default. This update to ENS name validation and normalization won't affect ~99%
`ENSIP-15 <https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_.
This update to ENS name validation and normalization won't affect ~99%
of names but may prevent invalid names from being created and from interacting with
the ENS contracts via web3.py. We feel strongly that this change, though breaking,
is in the best interest of our users as it ensures compatibility with the latest ENS
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

For **ENS (Ethereum Name Service)** users, web3.py ``v6.1.0`` introduced ENS name
normalization standard
`ENSIP-15 <https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_
by default. This update to ENS name validation and normalization won't affect ~99%
`ENSIP-15 <https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_.
This update to ENS name validation and normalization won't affect ~99%
of names but may prevent invalid names from being created and from interacting with
the ENS contracts via web3.py. We feel strongly that this change, though breaking,
is in the best interest of our users as it ensures compatibility with the latest ENS
Expand Down

0 comments on commit 4212ffd

Please sign in to comment.