Skip to content

Commit

Permalink
feat: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MdTeach committed Nov 4, 2024
1 parent 3e11eed commit 021ef14
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ resolver = "2"
strata-bridge-agent = { path = "crates/agent" }
strata-bridge-btcio = { path = "crates/btcio" }
strata-bridge-db = { path = "crates/db" }
strata-bridge-guest-builder = { path = "bridge-proofs" }
strata-bridge-primitives = { path = "crates/primitives" }
strata-bridge-tx-graph = { path = "crates/tx-graph" }
strata-proofimpl-bitvm-bridge = { path = "crates/proof-impl/bitvm-bridge" }
strata-test-utils = { path = "crates/test-utils" }
strata-bridge-guest-builder = { path = "bridge-proofs" }

# deps from original strata repo
shrex = { git = "/~https://github.com/alpenlabs/strata.git", branch = "fix/add-getters-for-withdrawal-info-fields", features = [
Expand Down
18 changes: 9 additions & 9 deletions bin/bridge-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ version = "0.1.0"
edition = "2021"

[dependencies]
rand = { workspace = true }
strata-bridge-tx-graph = { workspace = true }
bitvm = { workspace = true }
bitcoin = { workspace = true }
ark-std = { workspace = true }
ark-bn254 = { workspace = true }
ark-groth16 = { workspace = true }
ark-relations = { workspace = true }
ark-ff = { workspace = true }
ark-ec = { workspace = true }
ark-crypto-primitives = { workspace = true }
ark-ec = { workspace = true }
ark-ff = { workspace = true }
ark-groth16 = { workspace = true }
ark-r1cs-std = { workspace = true }
ark-relations = { workspace = true }
ark-std = { workspace = true }
bitcoin = { workspace = true }
bitcoin-script = { workspace = true }
bitcoin-scriptexec = { workspace = true }
bitvm = { workspace = true }
rand = { workspace = true }
strata-bridge-tx-graph = { workspace = true }

serde = { workspace = true }
serde_json = { workspace = true }
1 change: 1 addition & 0 deletions bin/bridge-demo/src/signer/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

10 changes: 5 additions & 5 deletions bridge-proofs/guest-bridge/Cargo.lock

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

1 change: 0 additions & 1 deletion crates/primitives/src/scripts/parse_witness.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use bitvm::{
groth16::g16,
signatures::wots::{wots160, wots256},
treepp::*,
};
Expand Down

0 comments on commit 021ef14

Please sign in to comment.