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

feat: add context function #98

Merged
merged 33 commits into from
Oct 15, 2024

Conversation

0xDiscotech
Copy link

@0xDiscotech 0xDiscotech commented Oct 15, 2024

CLOSES OPT-265

Note:
Not adding changes over SuperchainWETH's sendERC20() and relayERC20() functions because they deleted on other PRs that need to be merged before this.


[PR Description to OP repo]

Description

Now crossDomainMessageContext() the cross domain sender and source are returned both at once, to avoid having to do 2 different calls in order to get those values.

Tests

  • Add L2ToL2CrossDomainMessenger tests for the crossDomainMessageContext() function
  • Update the SuperchainTokenBridge mocked calls on the tests, since it now calls the crossDomainMessageContext() function

Metadata

Addresses ethereum-optimism#12321 (comment)

agusduha and others added 30 commits September 25, 2024 15:20
* feat: add superchain erc20 bridge

* fix: interfaces and versions
* refactor: use oz upgradeable erc20 as dependency

* chore: update interfaces

* fix: tests based on changes

* refactor: remove op as dependency

* feat: add check for supererc20 bridge on modifier

* chore: update tests and interfaces

* chore: update stack vars name on test

* chore: remove empty gitmodules file

* chore: update superchain weth errors
* test: add superchain erc20 bridge tests

* test: add optimism superchain erc20 beacon tests

* test: remove unnecessary test

* test: tests fixes

* test: tests fixes
* chore: update missing bridge on natspec

* fix: natspecs

---------

Co-authored-by: agusduha <agusnduha@gmail.com>
---------

Co-authored-by: agusduha <agusnduha@gmail.com>
* refactor: rename mint and burn functions on superchain erc20

* chore: rename optimism superchain erc20 to superchain erc20

* feat: create optimism superchain erc20 contract

* chore: update natspec and errors

* fix: superchain erc20 tests

* refactor: make superchain erc20 abstract

* refactor: move storage and erc20 metadata functions to implementation

* chore: update interfaces

* chore: update superchain erc20 events

* fix: tests

* fix: natspecs

* fix: add semmver lock and snapshots

* fix: remove unused imports

* fix: natspecs

---------

Co-authored-by: 0xDiscotech <131301107+0xDiscotech@users.noreply.github.com>
* fix: semver natspec check failure

* fix: ignore mock contracts in semver natspec script

* fix: error message
* feat: add crosschain erc20 interface

* fix: refactor interfaces
Co-authored-by: 0xng <ng@defi.sucks>
Co-authored-by: 0xParticle <particle@defi.sucks>
Co-authored-by: gotzenx <78360669+gotzenx@users.noreply.github.com>
* fix: stop inheriting superchain interfaces

* fix: move events and erros into the implementation

* fix: make superchainERC20 inherits from crosschainERC20
* fix: refactor common errors

* fix: remove unused version
…ory-merge-conflicts

fix: superchain erc20 factory merge conflicts
@0xDiscotech 0xDiscotech self-assigned this Oct 15, 2024
Copy link

linear bot commented Oct 15, 2024

agusduha
agusduha previously approved these changes Oct 15, 2024
Copy link
Member

@agusduha agusduha left a comment

Choose a reason for hiding this comment

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

lgtm!

@0xDiscotech 0xDiscotech merged commit 51880bf into sc-feat/add-cdm-context-function Oct 15, 2024
1 check passed
@0xDiscotech 0xDiscotech deleted the feat/context-function branch October 15, 2024 22:19
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