non-fungible-apps/contracts/test/foundry/FleekERC721
Felipe Mendes e74e5595da
feat: add verifier role (#148)
* feat: add verifier collection role

* refactor: apply verifier role to verify ap functions

* test: hardhat tests for verifier role

* refactor: grant verifier role for deployer

* test: foundry tests for verifier role

* test: fix fixture after changing deployer to be verifier

* test: change token owner to match connected account on verifier role check
2023-03-07 10:28:31 -03:00
..
AccessPoints feat: add verifier role (#148) 2023-03-07 10:28:31 -03:00
AccessControl.t.sol feat: add verifier role (#148) 2023-03-07 10:28:31 -03:00
Billing.t.sol feature: conditional payment as setting (#134) 2023-02-27 17:30:19 -03:00
Burn.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
Constants.sol feature: conditional payment as setting (#134) 2023-02-27 17:30:19 -03:00
Deploy.t.sol feature: conditional payment as setting (#134) 2023-02-27 17:30:19 -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 test: add and change tests to fuzz test (#128) 2023-02-20 11:46:46 -03:00
Mint.t.sol feat: subgraph reverse lookup (gitRepo -> NFA) (#131) 2023-02-24 16:22:18 +03:30
Pausable.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
TestBase.sol feature: conditional payment as setting (#134) 2023-02-27 17:30:19 -03:00
TokenURI.t.sol feat: access point auto approval settings for tokens (#121) 2023-02-23 12:29:53 +03:30