-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dchan/dt 902 add ens resolution js (#254)
* [DT-912] Revert: "Removes ENS support" This reverts commit 0af264b. * [DT-902] test: fixing tests to use alchemy's goerli as provider for ENS * [DT-902] docs: updating changelog to include minor version for ENS support * [DT-902] refactor: ENS constructor and fix ENS.test.ts * [DT-902] test: Fixed Resolution.test.ts unit tests * [DT-902] refactor: Added UdApi for ensConfig * [DT-902] refactor: added ens.getAddress() * [DT-902] fix: CI node version * [DT-902] fix: test setup and timeout * [DT-902] feature: Adding support for ENS tokenURI() * [DT-902] feature: adding ENS support for unhash() * [DT-902] feature: adding ENS support for locations() * [DT-902] chore: removing unnecessary README.md info * [DT-902] fix: fixing unit tests * [DT-902] fix: Ens.fetchAddress() to support ud Api as the provider with apiKey * [DT-902] Updating @unstoppabledomains/sizecheck dev dependency to latest version * [DT-902] fix: Fixed @unstoppabledomains/sizecheck version to 4.0.4 * [DT-902] Fix: owner() & reverse() * [DT-902] Fix: Resolution.addr() * [DT-902] feature: adding ENS support for Resolution.email(), Resolution.httpUrl(), Resolution.ipfsHash() * [DT-902] fix: Added final validation for Ens.reverseOf() * [DT-902] fix: locations() & added better error handling * [DT-902] refactor: reverseTokenId() to support ENS * [DT-902] chore: added Ens.dns() todo * [DT-902] fix: Unit testing and small updates * [DT-902] chore: resolve PR comments & revise unit tests * [DT-902] chore: Making sure to throw unsupported method for Ens multiChainAddr() * [DT-902] chore: updating README.md to include ENS examples * v9.2.0
- Loading branch information
Showing
36 changed files
with
6,594 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
L1_TEST_NET_RPC_URL=https://goerli.infura.io/v3/<your_key> | ||
L1_TEST_NET_RPC_WSS_URL=wss://goerli.infura.io/ws/v3/<your_key> | ||
L2_TEST_NET_RPC_URL=https://polygon-mumbai.infura.io/v3/<your_key> | ||
L2_TEST_NET_RPC_WSS_URL=wss://polygon-mumbai.g.alchemy.com/v2/<your_key> | ||
L2_TEST_NET_RPC_WSS_URL=wss://polygon-mumbai.g.alchemy.com/v2/<your_key> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 9.2.0 | ||
|
||
- Add ENS support | ||
|
||
## 9.1.0 | ||
|
||
- Add new getAddress API | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.