-
Notifications
You must be signed in to change notification settings - Fork 33
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(provider): OP engine api trait ext + superchain signal type #117
feat(provider): OP engine api trait ext + superchain signal type #117
Conversation
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.
last nits
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.
final nit hehe
pending CI
@mattsse done and added decoding tests from op-geth test vectors. |
Motivation
Adds a
provider
crate (op-alloy-provider
) with some extension API traits for the OP engine API.Additionally, adds the
SuperchainSignal
type along with the canonical decoding impl for the V0 type.Ref: ithacaxyz/op-rs#11