-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: peerdas support #15534
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
base: main
Are you sure you want to change the base?
feat: peerdas support #15534
Conversation
// TODO: reconsider | ||
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.
I think this is appropriate, we don't want to penalize peers on the fork boundary
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.
but we do want to penalize peers far before and after the fork boundary
Cargo.toml
Outdated
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } | ||
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "20002c8" } |
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.
I'm guessing this is to get the new c-kzg version?
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.
this points to alloy-rs/alloy#2273 which has all the logic for peerdas style sidecars
b527e36
to
b54b5a3
Compare
No description provided.