Skip to content

Tags: immutable/contracts

Tags

v2.2.17

Toggle v2.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add virtual to totalSupply (#266)

v2.2.16

Toggle v2.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.2.15

Toggle v2.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.2.14

Toggle v2.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.2.13

Toggle v2.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

v2.2.12

Toggle v2.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

v2.2.11

Toggle v2.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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]>

v2.2.10

Toggle v2.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Export ABI for GuardedMulticaller contract (#236)

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
normalise preset example (#235)