non-fungible-apps/contracts/test/foundry/FleekERC721
Felipe Mendes 83cd36dfc3
feat: design ens verification flow (#193)
* wip: add base solidity functions to try ens validation

* chore: add hardhat fork setup with env variable

* wip: setup ens verification for FleekERC721

* wip: add ens namehash generation

* chore: gas report setting

* feat: add ens verification on setTokenENS function

* test: hardhat transfer ens owner to set new ens

* test: fix foundry tests to enable ens validation

* refactor: change back ens to calldata and split out a public function for namehash testing

* refactor: move FleekENS.sol to util folder

* test: add ens validation tests for not owner attempts

* chore: add mainnet api key env in ci

* chore: fix .env.example

* fix: remove extra unused file
2023-04-05 11:48:56 -03:00
..
AccessPoints feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00
AccessControl.t.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Billing.t.sol feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
Burn.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
Constants.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Deploy.t.sol chore: prevent direct calls to implementation contract (#194) 2023-04-04 16:19:06 -03:00
ENS.t.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
GetLastTokenId.t.sol feature: expose last token id function in the contract (#124) 2023-02-20 11:44:59 -03:00
GetToken.t.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Mint.t.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Pausable.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
TestBase.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
TokenURI.t.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Utils.sol feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
Verified.t.sol feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00