Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 32 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 29 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -688,35 +688,35 @@ visibility = "0.1.1"
walkdir = "2.3.3"
vergen-git2 = "1.0.5"

# [patch.crates-io]
# alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "cfb13aa" }
[patch.crates-io]
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-admin = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-debug = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-mev = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-rpc-types-txpool = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a patch of alloy: commit comes from the main branch here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted this patch, now waiting for #15635 to merge

alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "997e211" }
#
# op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", rev = "ad607c1" }
# op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "ad607c1" }
Expand Down
7 changes: 6 additions & 1 deletion crates/engine/invalid-block-hooks/src/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ where
let state = state_provider.witness(Default::default(), hashed_state.clone())?;

// Write the witness to the output directory.
let response = ExecutionWitness { state, codes: Default::default(), keys: state_preimages };
let response = ExecutionWitness {
state,
codes: Default::default(),
keys: state_preimages,
headers: Vec::new(),
Copy link
Collaborator

@mattsse mattsse Apr 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi @yash-atreya to keep the alloy bump pr simple, we can simply ini this with default and then send this pr as followup right away

};
let re_executed_witness_path = self.save_file(
format!("{}_{}.witness.re_executed.json", block.number(), block.hash()),
&response,
Expand Down
Loading
Loading