-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove crypto validation except .zil (#42) * remove crypto validation except .zil * remove specific domain constant * Added ERC721 metadata methods (#43) * Added erc methods * rename cns to uns * rename files and update resolver abi * fix metadata api request * get and use new config files * clean up * clean * parse cnsRegistry as well * review updates * Redme and tests * fix buildContract and cns * fix xcode * correctly parse both registry contracts * remove unused resolver contract entry * move tests from mainnet to rinkeby * Update isSupportedDomain (#46) * update proxy reader abi * fix abi parsing due to new abi * isSupportedDomain * update tests * don't check for isSupported under the hood, instead if ending is on .zil use zns otherwise use uns * code clean issupported * add tests for new tlds * try to make async call instead of sync on tokensOwnedBy * make calls async * clean up * Use newuri for unhash (#47) * Use event for unhash * Add pulling registry from proxy reader * Tests for abicoder, remove unused code * Update CryptoSwift to newest version. Remove EthereumAddress dependency (moved to support files) (#49) * Revert "Merge pull request #41 from unstoppabledomains/removeEns" (#48) * Revert "Merge pull request #41 from unstoppabledomains/removeEns" This reverts commit a1cbfea, reversing changes made to 4ea6607. * changelog * update getServiceOf * revert he changes in podspec * make sure uns will not recognize the ens domains * Update Sources/UnstoppableDomainsResolution/Resolution.swift * Update Sources/UnstoppableDomainsResolution/NamingServices/ENS.swift * my fixes Co-authored-by: Sergei Merenkov <mer.sergei@gmail.com> * allow any network as long as proxyReader contract is defined * allow zns to use custom network * better error when ens or zns doesn't receive registry address with custom network * update changelog * update changelog * expand changelog * fix dependency * Update changelog * Update changelog Co-authored-by: JohnnyJumper <johnny@unstoppabledomains.com> Co-authored-by: Mike <5020980+DancingAxolotl@users.noreply.github.com> Co-authored-by: Gentelman John <jeyhunt@gmail.com> Co-authored-by: Kirill Beresnev <derainberk@gmail.com>
- Loading branch information
1 parent
9ca3808
commit 1161c00
Showing
48 changed files
with
6,679 additions
and
2,075 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
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.