Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contracts-bedrock: fixes OptimismMintableERC721Factory test #12306

Merged
merged 5 commits into from
Oct 7, 2024

Conversation

tynes
Copy link
Contributor

@tynes tynes commented Oct 3, 2024

Description

This contract is only used as a predeploy so it should be tested based
on the L2 genesis generation setup. Ensures that the address is stored
and labeled as part of in memory test setup, as well as updates the
tests to work based on the predeploy.

This is a small refactor to make future Standard L2 genesis work more
simple.

Also includes a small ABI fix to the OptimismMintableERC721Factory
since this contract has not been updated to decouple immutable naming
conventions from its ABI.

This contract is only used as a predeploy so it should be tested based
on the L2 genesis generation setup. Ensures that the address is stored
and labeled as part of in memory test setup, as well as updates the
tests to work based on the predeploy.

This is a small refactor to make future Standard L2 genesis work more
simple.

Also includes a small ABI fix to the `OptimismMintableERC721Factory`
since this contract has not been updated to decouple immutable naming
conventions from its ABI.
@tynes tynes requested a review from a team as a code owner October 3, 2024 22:48
@tynes
Copy link
Contributor Author

tynes commented Oct 7, 2024

@smartcontracts can I get a review please 👉👈

@tynes tynes added this pull request to the merge queue Oct 7, 2024
Merged via the queue into develop with commit 35bbd80 Oct 7, 2024
61 checks passed
@tynes tynes deleted the feat/fix-721-factory-test branch October 7, 2024 18:31
samlaf pushed a commit to samlaf/optimism that referenced this pull request Nov 10, 2024
…um-optimism#12306)

* contracts-bedrock: fixes `OptimismMintableERC721Factory` test

This contract is only used as a predeploy so it should be tested based
on the L2 genesis generation setup. Ensures that the address is stored
and labeled as part of in memory test setup, as well as updates the
tests to work based on the predeploy.

This is a small refactor to make future Standard L2 genesis work more
simple.

Also includes a small ABI fix to the `OptimismMintableERC721Factory`
since this contract has not been updated to decouple immutable naming
conventions from its ABI.

* snapshots: update

* checks: fix

* lint: fix

* typo: fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants