From c552a96ecefa6f42d46d122c4cff3739a5325bda Mon Sep 17 00:00:00 2001 From: fselmo Date: Mon, 10 Jul 2023 15:01:09 -0600 Subject: [PATCH] Address comments on PR #3024 --- docs/ens_overview.rst | 6 +++--- docs/index.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ens_overview.rst b/docs/ens_overview.rst index 0030b21d2c..97b41175f5 100644 --- a/docs/ens_overview.rst +++ b/docs/ens_overview.rst @@ -13,9 +13,9 @@ domains and addresses, add resolver records, or get and set metadata. .. note:: - web3.py ``v6.1.0`` introduced ENS name normalization standard - `ENSIP-15 `_ - by default. This update to ENS name validation and normalization won't affect ~99% + web3.py ``v6.6.0`` introduced ENS name normalization standard + `ENSIP-15 `_. + 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 diff --git a/docs/index.rst b/docs/index.rst index 043fbc760d..28a72069b4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,10 +3,10 @@ .. important:: - For **ENS (Ethereum Name Service)** users, web3.py ``v6.1.0`` introduced ENS name + For **ENS (Ethereum Name Service)** users, web3.py ``v6.6.0`` introduced ENS name normalization standard - `ENSIP-15 `_ - by default. This update to ENS name validation and normalization won't affect ~99% + `ENSIP-15 `_. + 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