Skip to content
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

Upstream ExecutionData to alloy #14188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yohkaz
Copy link
Contributor

@yohkaz yohkaz commented Feb 4, 2025

Closes #14178
Depends on alloy-rs/alloy#2003 (build will fail til this change is released)


Locally tested that everything compiles properly with:

[patch.crates-io]
alloy-consensus = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-contract = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-eips = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-genesis = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-json-rpc = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-network = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-network-primitives = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-node-bindings = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-provider = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-pubsub = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-client = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-admin = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-anvil = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-beacon = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-debug = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-engine = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-eth = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-mev = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-trace = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-rpc-types-txpool = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-serde = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-signer = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-signer-local = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-transport = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-transport-http = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-transport-ipc = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }
alloy-transport-ws = { git = "https://github.com/yohkaz/alloy", branch = "upstream-executiondata" }

@yohkaz yohkaz force-pushed the upstream-executiondata-to-alloy branch from 5f754fd to dd7b5fc Compare February 4, 2025 10:17
@yohkaz yohkaz requested review from onbjerg and klkvr as code owners February 4, 2025 10:17
@emhane emhane added S-blocked This cannot more forward until something else changes C-debt Refactor of code section that is hard to understand or maintain A-dependencies Pull requests or issues that are about dependencies labels Feb 4, 2025
@emhane
Copy link
Member

emhane commented Feb 4, 2025

blocked until next alloy release for inclusion of alloy-rs/alloy#2003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies C-debt Refactor of code section that is hard to understand or maintain S-blocked This cannot more forward until something else changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upstream ExecutionData to alloy
2 participants