Skip to content

Commit

Permalink
Goerli-v6 (#47)
Browse files Browse the repository at this point in the history
* README update

* Purge masterhash()

* README.md update

* README.md update: 2

* Reinstate signedRedirect() & ownerhash[]

* some more NatSpec

* Goerli-v4: 0x4b9A4521442485ad7e1b25295125240b5f3F5aaC

* Remove redundant parts; more natSpec

* update ownerhash[addr] to accept keccak(addr)

* natSpec for GatewayManager

* Mainnet: 0x57532d78FfBcC6ac5534A9b39899C7eC89082CdA

* Fixes for bugs in v1-beta

* Fixes for bugs in v1-beta (#34)

* Some natSpec and fix for avatar/contenthash

* Updated Fixes in v1.0.0-beta (#36)

* Fixes for bugs in v1-beta

* Some natSpec and fix for avatar/contenthash

* Fix error in test.yml

* Fix errors in test.yml  (#38)

* Fixes for bugs in v1-beta

* Some natSpec and fix for avatar/contenthash

* Fix error in test.yml

* Review of #40

* Fix typo-2

* Re-try merge (#43)

* README update

* Purge masterhash()

* README.md update

* README.md update: 2

* Reinstate signedRedirect() & ownerhash[]

* some more NatSpec

* Goerli-v4: 0x4b9A4521442485ad7e1b25295125240b5f3F5aaC

* Remove redundant parts; more natSpec

* update ownerhash[addr] to accept keccak(addr)

* natSpec for GatewayManager

* Mainnet: 0x57532d78FfBcC6ac5534A9b39899C7eC89082CdA

* Fixes for bugs in v1-beta

* Fixes for bugs in v1-beta (#34)

* Some natSpec and fix for avatar/contenthash

* Updated Fixes in v1.0.0-beta (#36)

* Fixes for bugs in v1-beta

* Some natSpec and fix for avatar/contenthash

* Fix error in test.yml

* Fix errors in test.yml  (#38)

* Fixes for bugs in v1-beta

* Some natSpec and fix for avatar/contenthash

* Fix error in test.yml

* Review of #40

* Fix typo-2

* Typo-2

* Typo-2.1

* Typo-2.2

* Get ChainID from ENV

* rSync

* getRecordhash() fix

* Tests for wrapped names

* Testnet Wrapper set
  • Loading branch information
sshmatrix committed Aug 15, 2023
1 parent 4aca88d commit fb9e4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CCIP2ETH.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface xENS is iENS {

/**
* @author freetib.eth, sshmatrix.eth
* @title CCIP2.eth Resolver tester
* @title CCIP2.eth Resolver tester
* Note Tests unwrapped/legacy domains
*/
contract CCIP2ETHTestLegacy is Test {
Expand Down Expand Up @@ -496,7 +496,7 @@ contract CCIP2ETHTestLegacy is Test {

/**
* @author freetib.eth, sshmatrix.eth
* @title CCIP2.eth Resolver tester
* @title CCIP2.eth Resolver tester
* Note Tests wrapped domains
*/
contract CCIP2ETHTestWrapped is Test {
Expand Down

0 comments on commit fb9e4ab

Please sign in to comment.