Skip to content

Commit 8bf2cbd

Browse files
committed
Merge branch 'main' into uma/debug-network-v2
2 parents 85d40f4 + 20a72ac commit 8bf2cbd

File tree

17 files changed

+527
-385
lines changed

17 files changed

+527
-385
lines changed

Cargo.lock

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elf/range-elf

34 KB
Binary file not shown.

programs/fault-proof/src/main.rs

-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ fn main() {
9191
// DERIVATION & EXECUTION //
9292
////////////////////////////////////////////////////////////////
9393

94-
println!("cycle-tracker-start: derivation-instantiation");
9594
let cursor = new_pipeline_cursor(
9695
oracle.clone(),
9796
&boot,
@@ -118,8 +117,6 @@ fn main() {
118117
);
119118
let mut driver = Driver::new(cursor, executor, pipeline);
120119

121-
println!("cycle-tracker-end: derivation-instantiation");
122-
123120
println!("cycle-tracker-start: produce-output");
124121
let (number, output_root) = driver
125122
.advance_to_target(&boot.rollup_config, boot.claimed_l2_block_number)

programs/range/Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ anyhow.workspace = true
1616

1717
# workspace (ethereum)
1818
op-alloy-consensus.workspace = true
19+
op-alloy-rpc-types-engine.workspace = true
20+
op-alloy-protocol.workspace = true
1921
op-alloy-genesis.workspace = true
2022
alloy-consensus.workspace = true
2123
alloy-eips.workspace = true
24+
alloy-rlp.workspace = true
25+
alloy-primitives.workspace = true
2226

2327
# sp1
2428
sp1-zkvm.workspace = true
@@ -27,6 +31,8 @@ sp1-zkvm.workspace = true
2731
kona-executor.workspace = true
2832
kona-derive.workspace = true
2933
kona-proof.workspace = true
34+
kona-driver.workspace = true
35+
kona-preimage.workspace = true
3036

3137
# op-succinct
3238
op-succinct-client-utils.workspace = true

0 commit comments

Comments
 (0)