Skip to content

Commit

Permalink
Implement e2e helper methods (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde authored Nov 8, 2024
1 parent f4dcff9 commit 0316290
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 102 deletions.
94 changes: 31 additions & 63 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/citrea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rustc_version_runtime = { workspace = true }
# bitcoin-e2e dependencies
bitcoin.workspace = true
bitcoincore-rpc.workspace = true
citrea-e2e = { git = "https://github.com/chainwayxyz/citrea-e2e", rev = "ca36ceb" }
citrea-e2e = { git = "https://github.com/chainwayxyz/citrea-e2e", rev = "5b3e127" }

[build-dependencies]
sp1-helper = { version = "3.0.0", default-features = false }
Expand Down
Loading

0 comments on commit 0316290

Please sign in to comment.