non-fungible-apps/contracts/test/hardhat/contracts/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
..
access-point feat: add verifier role (#148) 2023-03-07 10:28:31 -03:00
helpers feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
billing.t.ts feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
collection-roles.t.ts feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
deployment.t.ts chore: refactor hardhat tests (#103) 2023-02-09 17:44:57 -03:00
ens.t.ts feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
get-last-token-id.t.ts feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
get-token.t.ts feat: expose a function that returns all non-nested values of an App (#119) 2023-02-11 00:59:25 +03:30
minting.t.ts feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
pausable.t.ts feat: contract when minting can set verifier (#164) 2023-03-16 11:23:50 -03:00
token-roles.t.ts refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
token-uri.t.ts feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00
update-properties.t.ts feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
verified.t.ts feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00