This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Implements all methods of the ENS registry #3325
Merged
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
6f89e9d
missing registry methods implemented
nivida 92ce398
copy/paste fail fixed for setOwner
nivida 7ea4937
setter test cases added and setSubnodeOwner fixed in ENS.Registry
nivida 61076b9
consitency increased in eth.ens test
nivida 420afa4
funcDocs added to helper functions for clarification
nivida ad15a84
consitsency of Registry and ENS method names increased and if require…
nivida 52977a6
Registry section in web3-eth-ens documenation updated
nivida e92de18
deprecation funcDoc added to ENS.resolver
nivida a4de580
ENS documentation updated
nivida 56282a2
getTTL and getResolver example corrected in web3-eth-ens.rst
nivida 6ed6ba5
missing Resolver method supportsInterface added, callback signatures …
nivida 08c4fa6
Registry type definition updated in web3-eth-ens module and types imp…
nivida 635245d
old callback signature deprecated with over-loading of the signature …
nivida a1d58a6
sendOptions defined as optional for all state changing ENS methods an…
nivida 545851a
'sendOptions' renamed to more explicit name 'txConfig' and related do…
nivida 87deb4c
ENS.resolver call changed to call registry.resolver or the deprecatio…
nivida 31522fa
funcDocs in ENS and Registry class of the web3-eth-ens module correct…
nivida dc6a609
CHANGELOG.md updated
nivida b9bdb32
Merge branch '1.x' into feature/ENS-registry
nivida 5c88560
in-line comments in ENS.Registry updated
nivida 0e767a7
deprecated resolver and owner method replaced with getResolver and ge…
nivida aab7c38
separate container for ens e2e tests removed and execution of them ad…
nivida 1a4a53c
Merge branch '1.x' into feature/ENS-registry
nivida 09a3e1a
eth.ens test extended
nivida dcb5ecc
test cases of eth.ens updated to improve code coverage
nivida acdaaec
supportsInterface implementation corrected and related test case adde…
nivida 3f4921f
separate e2e ens travis container re-added
nivida 3312ecb
ENS.supportsInterface improved and related documentation added
nivida bb86ffc
Merge branch '1.x' into feature/ENS-registry
nivida 796c1ce
test cases added in eth.ens, setOwner signature updated, and promises…
nivida ae5dccc
Merge branch 'feature/ENS-registry' of github.com:ethereum/web3.js in…
nivida 426b782
eth.ens setSubnodeOwner test case description improved
nivida a85f72d
error handling in ENS and ResolverMethodHandler improved and ENS gett…
nivida 4ba1f14
existing getter test cases extended in eth.ens test file
nivida 0697043
callback branch added for the supportsInterface test
nivida 81b646e
getTTL test cases added to eth.ens
nivida bca3e7b
eth.ens test extended with 'null' branch for the 'registryAddress' se…
nivida 8d9d3ba
code style immproved in ENS.Registry, checkNetwork test cases re-orde…
nivida 65b1816
Merge branch '1.x' into feature/ENS-registry
nivida 8758098
missing param notation added to funcDoc and test cases updated in eth…
nivida 64e30c8
new registry methods added
nivida 1e90b81
types for the ens module extended
nivida 36f488d
eth-ens documentation extended and consistency improved
nivida e3e2570
ens types corrected and related dtslint tests updated
nivida 02dfd35
rst external url fixed (RST FTW)
nivida ccac482
Merge branch '1.x' into feature/ENS-registry
nivida 1373841
new registry methods added to the ENS class
nivida bc8bf45
eth.ens test cases extended and ithe case added if someone passes an …
nivida 4bcad8b
web3-eth-ens setSubnodeOwner and setSubnodeRecord parameters document…
nivida ca021fe
'.only' removed in eth.ens test file
nivida 3b58a34
Merge branch '1.x' into feature/ENS-registry
nivida b6ce933
ENS.js test coverage increased
nivida e6c611b
func signature of recordExists in web3-eth-ens documentation updated
nivida 0fe461d
funcDoc method notation fixed in Regsitry.js 'ttl' -> 'getTTL'
nivida 2ee1781
wrongly formatted semicolon moved in eth.ens test file
nivida e61bd66
web3-eth-ens doc typos fixed
nivida dea023f
Merge branch '1.x' into feature/ENS-registry
nivida ce19820
Merge branch '1.x' into feature/ENS-registry
nivida File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
funcDocs added to helper functions for clarification
- Loading branch information
commit 420afa4106f0c976e8f0f554b8c6284f16e906a3
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.