-
Notifications
You must be signed in to change notification settings - Fork 10
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
[SC-102] Add Arbitrum and Optimism forwarders and executors #1
Conversation
SC-102 Create spark-gov-relay repo
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before continuing I think this should be restructured slightly. Also there is missing newlines at EOF. You should configure Visual Studio Code or whatever your IDE is to add these automatically.
Proposed Adjustments:
- Move
BridgeExecutorBase
andL2BridgeExecutor
intoexecutors
dir. - Create two directories in
dependencies
calledoptimism
andarbitrum
to put all the chain-specific dependencies (including interfaces) - Move
interfaces/(arbitrum|optimism)
intodependencies/(arbitrum|optimism)/interfaces
- Move
interfaces/executors
up one directory tointerfaces
- Move
AddressAliasHelper
intodependencies/arbitrum
as it's specific to Arbitrum.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes, all code matches source repos. After they are addressed this looks good for merging. I don't care too much about the state of the tests rn as they should be rewritten to be generic and use xchain-helpers
instead of manually doing the message relaying in the e2e tests BGD built.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets merge as is, going to make another ticket to investigate how to structure GovHelpers cause it looks like its needed in both spells and here
Proposed directory structure (updated):