-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 operator fee params on RPC L1BlockInfo #14269
feat: add operator fee params on RPC L1BlockInfo #14269
Conversation
Cargo.toml
Outdated
op-alloy-rpc-types = { version = "0.10.2", default-features = false } | ||
op-alloy-rpc-types-engine = { version = "0.10.2", default-features = false } | ||
op-alloy-network = { version = "0.10.2", default-features = false } | ||
op-alloy-consensus = { version = "0.10.2", default-features = false } | ||
op-alloy-flz = { version = "0.10.2", default-features = false } | ||
op-alloy-rpc-jsonrpsee = { version = "0.10.2", default-features = false } |
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.
Need to be updated with a new op-alloy release
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.
will send this shortly, need to check what else we might need re isthmus, such as:
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.
nice, tysm!
blocked until alloy bump
17d9258
to
71367f7
Compare
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.
cc @emhane includes alloy bump
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Following alloy-rs/op-alloy#420, this PR handle hydrating operator fee params for RPC receipt.
Blocked by a new op- alloy release including alloy-rs/op-alloy#420