Skip to content

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat: peerdas support #15534

wants to merge 8 commits into from

Conversation

rkrasiuk
Copy link
Member

@rkrasiuk rkrasiuk commented Apr 4, 2025

No description provided.

@rkrasiuk rkrasiuk changed the title feat: peerdas feat: peerdas support Apr 4, 2025
Comment on lines +331 to +332
// TODO: reconsider
false
Copy link
Member

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

Copy link
Member Author

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
Comment on lines 687 to 714
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" }
Copy link
Contributor

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?

Copy link
Member Author

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

@rkrasiuk rkrasiuk added C-enhancement New feature or request E-osaka Related to the Osaka network upgrade labels Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request E-osaka Related to the Osaka network upgrade
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

4 participants