Tags: immutable/contracts
Tags
ERC721 Mint By Quantity V2 (#265) Changes: Made a copy of ImmutableERC721 contract and dependant contracts and called them V2 contracts. The only major differences are in the ERC721PSIV2 and ERC721PSIBurnable contracts. Added interfaces for ERC721 contracts, so common features for contracts can sit behind an interface. This has allowed for the same tests to be used across implementations. Migrated ERC721 HardHat tests to Forge. Added many additional tests to improve test coverage. Added perfTest directory, that includes test that check the gas efficiency of ERC721 contract implementations. Added fuzz testing
ERC721 Mint By Quantity V2 (#265) Changes: Made a copy of ImmutableERC721 contract and dependant contracts and called them V2 contracts. The only major differences are in the ERC721PSIV2 and ERC721PSIBurnable contracts. Added interfaces for ERC721 contracts, so common features for contracts can sit behind an interface. This has allowed for the same tests to be used across implementations. Migrated ERC721 HardHat tests to Forge. Added many additional tests to improve test coverage. Added perfTest directory, that includes test that check the gas efficiency of ERC721 contract implementations. Added fuzz testing
ITSEC-2280 Add the remaining artifacts for SBOM signing (#250) * ITSEC-2280 Add Dependency Review job; Add SBOM signing. * ITSEC-2280 Update CODEOWNERS to include Product Security on .github * ITSEC-2280: Fix the dependency review action Signed-off-by: immutable-art <[email protected]> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <[email protected]> * ITSEC-2280: Add 'contracts' for artifact signing Signed-off-by: immutable-art <[email protected]> * ITSEC-2280: Add the remaining meta files for attestation Signed-off-by: immutable-art <[email protected]> --------- Signed-off-by: immutable-art <[email protected]>
[ITSEC-2280] Add contracts folder to be attested (#249) * ITSEC-2280 Add Dependency Review job; Add SBOM signing. * ITSEC-2280 Update CODEOWNERS to include Product Security on .github * ITSEC-2280: Fix the dependency review action Signed-off-by: immutable-art <[email protected]> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <[email protected]> * ITSEC-2280: Add 'contracts' for artifact signing Signed-off-by: immutable-art <[email protected]> --------- Signed-off-by: immutable-art <[email protected]>
[ITSEC-2280] Update token permissions (#248) * ITSEC-2280 Add Dependency Review job; Add SBOM signing. * ITSEC-2280 Update CODEOWNERS to include Product Security on .github * ITSEC-2280: Fix the dependency review action Signed-off-by: immutable-art <[email protected]> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <[email protected]> --------- Signed-off-by: immutable-art <[email protected]>
[ITSEC-2280] Fix the dependency review action (#247) * ITSEC-2280 Add Dependency Review job; Add SBOM signing. * ITSEC-2280 Update CODEOWNERS to include Product Security on .github * ITSEC-2280: Fix the dependency review action Signed-off-by: immutable-art <[email protected]> --------- Signed-off-by: immutable-art <[email protected]>
GMS-2051 Multi-caller v2 (#241) * Multi-caller v2 * Update names * Use struct * Fix linting * Fix type hash * Improve testing * Add threat model and rename contract * Add more test cases * Check valid function signatures * Fix solidity version * Update tests * Fix threat doc * Add abi * Use encode in keccak256 * Address comments * Add param name to mapping * update threat model * Update threat model --------- Co-authored-by: Allan Almeida <[email protected]>
PreviousNext