Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update ProverInput to expect BlockTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Oct 27, 2023
1 parent f7ebc02 commit c99dae0
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 84 deletions.
141 changes: 62 additions & 79 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
clap = { version = "4.4.6", features = ["derive"] }
tokio = { version = "1.33.0", features = ["full"] }
serde = "1.0.183"
plonky_block_proof_gen = { git = "https://github.com/0xPolygonZero/plonky-block-proof-gen.git", rev = "f2f7aebd8143cb8b8ca24de27dd721c20e7985e3" }
proof_protocol_decoder = { git = "https://github.com/0xPolygonZero/proof-protocol-decoder.git", rev = "2080f41b60fa5d4664f47f5527f70359a6471b6b" }
plonky_block_proof_gen = { git = "https://github.com/0xPolygonZero/plonky-block-proof-gen.git", rev = "935f6265fc3797acd6d81a73511e29107167721a" }
proof_protocol_decoder = { git = "https://github.com/0xPolygonZero/proof-protocol-decoder.git", rev = "cff12f6d90785a5ae984eb767e1ad83c147fc705" }
Loading

0 comments on commit c99dae0

Please sign in to comment.