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 <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280: Add 'contracts' for artifact signing Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280: Add the remaining meta files for attestation Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> --------- Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com>
[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 <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280: Add 'contracts' for artifact signing Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> --------- Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com>
[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 <138187673+immutable-art@users.noreply.github.com> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com> --------- Signed-off-by: immutable-art <138187673+immutable-art@users.noreply.github.com>
PreviousNext