-
Notifications
You must be signed in to change notification settings - Fork 50
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
dep(superchain-registry): Rust bindings #193
Closed
clabby opened this issue
May 29, 2024
· 2 comments
· Fixed by ethereum-optimism/superchain-registry#259
Closed
dep(superchain-registry): Rust bindings #193
clabby opened this issue
May 29, 2024
· 2 comments
· Fixed by ethereum-optimism/superchain-registry#259
Milestone
Comments
@merklefruit - any chance this is interesting to you? |
Yes absolutely! 🫡 |
clabby
added a commit
that referenced
this issue
Jun 4, 2024
## Overview Begins the client program, adding the `BootInfo` prologue phase implementation (sans the `RollupConfig` / `ChainConfig`, waiting on #193 for these)
Merged
clabby
added a commit
that referenced
this issue
Jun 4, 2024
Begins the client program, adding the `BootInfo` prologue phase implementation (sans the `RollupConfig` / `ChainConfig`, waiting on #193 for these)
clabby
added a commit
that referenced
this issue
Jun 4, 2024
Begins the client program, adding the `BootInfo` prologue phase implementation (sans the `RollupConfig` / `ChainConfig`, waiting on #193 for these)
clabby
added a commit
that referenced
this issue
Jun 4, 2024
Begins the client program, adding the `BootInfo` prologue phase implementation (sans the `RollupConfig` / `ChainConfig`, waiting on #193 for these)
clabby
added a commit
that referenced
this issue
Jun 5, 2024
Begins the client program, adding the `BootInfo` prologue phase implementation (sans the `RollupConfig` / `ChainConfig`, waiting on #193 for these)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
The
superchain-registry
functions as a central location to declare protocol upgrade timestamps, contract deployments, etc. We should add Rust bindings for it. Being able to pull these in will be very beneficial for thehost
program, and ideally, projects likeop-reth
should use it as well.The text was updated successfully, but these errors were encountered: