non-fungible-apps/contracts/test/foundry/FleekERC721
Shredder 70f2df4210
feat: verifications and mongo write operations (#253)
* integration

* refactor: rename the mintId parameter, add serverless offline.

* docs: update documentation readme.

* feat: add the create call for handling new mint info.

* feat: add build record db, write the signed transaction call to the contract, query builds in the mint handler.

* feat: new prisma schema.

* feat: add logic to the build handler and update mint handler to pass the verified field.

* feat: update token record in the build handler, add start command to package.json

* feat: add dotenv to read the private key variable from the main .env file.

* feat: add domain and ipfs hash to mint and setTokenBuild functions. Alter the structs accordingly.

* test: update mint parameters with ipfsHash for foundry and hardhat tests.

* feat: add build record entity to subgraph.

* feat: add domain field, update schema, remove tokenId from build handler.

* test: fix missing parameters.

* fix: build info test parameters missing.

* test: final test fix for the foundry metadataupdate params.

* refactor: tsconfig changes and pr feedback.
2023-05-09 21:25:19 +03:30
..
AccessPoints feat: contracts add verified field and allow verifier (#184) 2023-03-31 16:13:34 -03:00
AccessControl.t.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
Billing.t.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
Burn.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
Constants.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
Deploy.t.sol chore: prevent direct calls to implementation contract (#194) 2023-04-04 16:19:06 -03:00
ENS.t.sol test: add exception for address 0 on fuzz tests (#234) 2023-04-20 10:10:47 -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: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
Mint.t.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
Pausable.t.sol refactor: clean up acl remove our redundant owner (#114) 2023-02-21 14:02:30 -03:00
TestBase.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
TokenURI.t.sol feat: verifications and mongo write operations (#253) 2023-05-09 21:25:19 +03:30
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