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

test: add superchain erc20 factory tests #25

Merged

Conversation

agusduha
Copy link
Member

@agusduha agusduha commented Aug 19, 2024

Closes OPT-147
Closes OPT-148
Closes OPT-149
Closes OPT-150

@agusduha agusduha self-assigned this Aug 19, 2024
Copy link

linear bot commented Aug 21, 2024

Copy link

linear bot commented Aug 21, 2024

Copy link

@0xParticle 0xParticle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! left small nits

@@ -145,7 +142,7 @@ contract L2StandardBridgeInterop_LegacyToSuper_Test is L2StandardBridgeInterop_T
_mockDeployments(address(l2OptimismMintableERC20Factory), _from, _remoteToken);

// Mock the superchain factory to return address(0)
_mockDeployments(Predeploys.OPTIMISM_SUPERCHAIN_ERC20_FACTORY, _to, address(0));
_mockDeployments(address(l2OptimismSuperchainERC20Factory), _to, address(0));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove the Predeploys... way of calling it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to replicate the way they use the initialized predeploys across the different test suites


// Assert
assertTrue(addr == deployment);
assertTrue(OptimismSuperchainERC20(deployment).decimals() == _decimals);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also assert for name symbol and remote token

@agusduha agusduha merged commit 2534555 into sc/superchain-erc20-factory Aug 22, 2024
3 checks passed
@agusduha agusduha deleted the test/superchain-erc20-factory-tests branch August 22, 2024 14:57
0xng pushed a commit that referenced this pull request Sep 10, 2024
* test: add superchain erc20 factory tests

* test: add erc20 asserts
0xng pushed a commit that referenced this pull request Sep 11, 2024
* test: add superchain erc20 factory tests

* test: add erc20 asserts
0xng pushed a commit that referenced this pull request Sep 11, 2024
* test: add superchain erc20 factory tests

* test: add erc20 asserts
0xng pushed a commit that referenced this pull request Sep 12, 2024
* test: add superchain erc20 factory tests

* test: add erc20 asserts
0xng added a commit that referenced this pull request Sep 12, 2024
* test: add L2 standard bridge interop unit tests (#13)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: unit tests fixes

* fix: super to legacy tests failing

* fix: mock and expect mint and burn

* fix: add generic factory interface (#14)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: add generic factory interface

* feat: modify OptimismMintableERC20Factory for convert (#17)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: add generic factory interface

* feat: modify OptimismMintableERC20Factory for convert

* fix: use only a public function for create3

* feat: rollback interop factory, modify legacy one

* fix: delete local token return variable

* fix: PR fixes

* feat: add superchain erc20 factory implementation (#23)

* feat: add superchain erc20 factory implementation

* fix: remove createX comments

* test: add superchain erc20 factory tests (#25)

* test: add superchain erc20 factory tests

* test: add erc20 asserts

* test: fix expect emit

* fix: remove comments

* feat: add constructor to superchain ERC20 beacon (#34)

* test: remove factory predeploy etch

----------

Co-authored-by: 0xng <[email protected]>
Co-authored-by: 0xParticle <[email protected]>
Co-authored-by: gotzenx <[email protected]>

* fix: set an arbitrary address for superchain erc20 impl

* fix: deploy a proxy for the beacon on genesis (#45)


---------

Co-authored-by: 0xng <[email protected]>

* fix: conflicts and imports

* fix: interfaces

* chore: add .testdata

* fix: adding back .testdata to gitignore

* fix: new conflicts from ci improvements

---------

Co-authored-by: 0xng <[email protected]>
Co-authored-by: 0xParticle <[email protected]>
Co-authored-by: gotzenx <[email protected]>
Co-authored-by: Disco <[email protected]>
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