-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements all methods of the ENS registry #3325
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f89e9d - Browse repository at this point
Copy the full SHA 6f89e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ce398 - Browse repository at this point
Copy the full SHA 92ce398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea4937 - Browse repository at this point
Copy the full SHA 7ea4937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61076b9 - Browse repository at this point
Copy the full SHA 61076b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420afa4 - Browse repository at this point
Copy the full SHA 420afa4View commit details -
consitsency of Registry and ENS method names increased and if require…
…d methods mmarked as deprecated
Configuration menu - View commit details
-
Copy full SHA for ad15a84 - Browse repository at this point
Copy the full SHA ad15a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52977a6 - Browse repository at this point
Copy the full SHA 52977a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92de18 - Browse repository at this point
Copy the full SHA e92de18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4de580 - Browse repository at this point
Copy the full SHA a4de580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56282a2 - Browse repository at this point
Copy the full SHA 56282a2View commit details
Commits on Jan 22, 2020
-
missing Resolver method supportsInterface added, callback signatures …
…updated in a backwards compatible way, and related types extended or updated and required deprecation message vor the 'resolver' method added
Configuration menu - View commit details
-
Copy full SHA for 6ed6ba5 - Browse repository at this point
Copy the full SHA 6ed6ba5View commit details -
Registry type definition updated in web3-eth-ens module and types imp…
…roved for state changing methods of the ENS class
Configuration menu - View commit details
-
Copy full SHA for 08c4fa6 - Browse repository at this point
Copy the full SHA 08c4fa6View commit details -
old callback signature deprecated with over-loading of the signature …
…and adding of the deprecation funcDoc
Configuration menu - View commit details
-
Copy full SHA for 635245d - Browse repository at this point
Copy the full SHA 635245dView commit details -
sendOptions defined as optional for all state changing ENS methods an…
…d related type tests updated
Configuration menu - View commit details
-
Copy full SHA for a1d58a6 - Browse repository at this point
Copy the full SHA a1d58a6View commit details -
'sendOptions' renamed to more explicit name 'txConfig' and related do…
…cumentation updated
Configuration menu - View commit details
-
Copy full SHA for 545851a - Browse repository at this point
Copy the full SHA 545851aView commit details -
ENS.resolver call changed to call registry.resolver or the deprecatio…
…n warning doesn't get printend into the console as expected
Configuration menu - View commit details
-
Copy full SHA for 87deb4c - Browse repository at this point
Copy the full SHA 87deb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31522fa - Browse repository at this point
Copy the full SHA 31522faView commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc6a609 - Browse repository at this point
Copy the full SHA dc6a609View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bdb32 - Browse repository at this point
Copy the full SHA b9bdb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c88560 - Browse repository at this point
Copy the full SHA 5c88560View commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e767a7 - Browse repository at this point
Copy the full SHA 0e767a7View commit details -
separate container for ens e2e tests removed and execution of them ad…
…ded to 'unit_and_e2e_clients'
Configuration menu - View commit details
-
Copy full SHA for aab7c38 - Browse repository at this point
Copy the full SHA aab7c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4a53c - Browse repository at this point
Copy the full SHA 1a4a53cView commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 09a3e1a - Browse repository at this point
Copy the full SHA 09a3e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb5ecc - Browse repository at this point
Copy the full SHA dcb5eccView commit details -
supportsInterface implementation corrected and related test case adde…
…d to eth.ens test
Configuration menu - View commit details
-
Copy full SHA for acdaaec - Browse repository at this point
Copy the full SHA acdaaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4921f - Browse repository at this point
Copy the full SHA 3f4921fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3312ecb - Browse repository at this point
Copy the full SHA 3312ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb86ffc - Browse repository at this point
Copy the full SHA bb86ffcView commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 796c1ce - Browse repository at this point
Copy the full SHA 796c1ceView commit details -
Merge branch 'feature/ENS-registry' of github.com:ethereum/web3.js in…
…to feature/ENS-registry
Configuration menu - View commit details
-
Copy full SHA for ae5dccc - Browse repository at this point
Copy the full SHA ae5dcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 426b782 - Browse repository at this point
Copy the full SHA 426b782View commit details -
error handling in ENS and ResolverMethodHandler improved and ENS gett…
…er test cases extended with the error case
Configuration menu - View commit details
-
Copy full SHA for a85f72d - Browse repository at this point
Copy the full SHA a85f72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba1f14 - Browse repository at this point
Copy the full SHA 4ba1f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0697043 - Browse repository at this point
Copy the full SHA 0697043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b646e - Browse repository at this point
Copy the full SHA 81b646eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca3e7b - Browse repository at this point
Copy the full SHA bca3e7bView commit details -
code style immproved in ENS.Registry, checkNetwork test cases re-orde…
…red/moved into a describe block, and error handling reverted and improved in the ResolverMethodHandler
Configuration menu - View commit details
-
Copy full SHA for 8d9d3ba - Browse repository at this point
Copy the full SHA 8d9d3baView commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65b1816 - Browse repository at this point
Copy the full SHA 65b1816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8758098 - Browse repository at this point
Copy the full SHA 8758098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e30c8 - Browse repository at this point
Copy the full SHA 64e30c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e90b81 - Browse repository at this point
Copy the full SHA 1e90b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f488d - Browse repository at this point
Copy the full SHA 36f488dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e2570 - Browse repository at this point
Copy the full SHA e3e2570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02dfd35 - Browse repository at this point
Copy the full SHA 02dfd35View commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ccac482 - Browse repository at this point
Copy the full SHA ccac482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1373841 - Browse repository at this point
Copy the full SHA 1373841View commit details -
eth.ens test cases extended and ithe case added if someone passes an …
…already hashed label
Configuration menu - View commit details
-
Copy full SHA for bc8bf45 - Browse repository at this point
Copy the full SHA bc8bf45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bcad8b - Browse repository at this point
Copy the full SHA 4bcad8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca021fe - Browse repository at this point
Copy the full SHA ca021feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b58a34 - Browse repository at this point
Copy the full SHA 3b58a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ce933 - Browse repository at this point
Copy the full SHA b6ce933View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c611b - Browse repository at this point
Copy the full SHA e6c611bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe461d - Browse repository at this point
Copy the full SHA 0fe461dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee1781 - Browse repository at this point
Copy the full SHA 2ee1781View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e61bd66 - Browse repository at this point
Copy the full SHA e61bd66View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea023f - Browse repository at this point
Copy the full SHA dea023fView commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ce19820 - Browse repository at this point
Copy the full SHA ce19820View commit details