From 47a30498de9bfa77d195540cb6ecd9e8bd480d1f Mon Sep 17 00:00:00 2001 From: Velnbur Date: Wed, 27 Nov 2024 10:03:51 +0200 Subject: [PATCH] Use forked version of bitcoin-window-mul for now --- Cargo.toml | 2 +- bitcoin-testscripts/Cargo.toml | 2 +- nero-core/Cargo.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1d3ff1..a3f01c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" [workspace.dependencies] bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["rand-std"]} -bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" } +bitcoin-window-mul = { git = "https://github.com/Velnbur/bitcoin-window-mul.git", branch = "use-one-bitcoin-version" } tracing = "0.1.40" tracing-subscriber = "0.3.18" diff --git a/bitcoin-testscripts/Cargo.toml b/bitcoin-testscripts/Cargo.toml index e582413..42421dd 100644 --- a/bitcoin-testscripts/Cargo.toml +++ b/bitcoin-testscripts/Cargo.toml @@ -9,7 +9,7 @@ bitcoin = { workspace = true, features = ["rand-std"]} bitcoin-script = { git = "https://github.com/BitVM/rust-bitcoin-script" } # BitVM scripts -bitcoin-window-mul = { git = "https://github.com/distributed-lab/bitcoin-window-mul.git" } +bitcoin-window-mul = { workspace = true } # bitcoin-window-mul = { path = "../../../alpen/bitcoin-window-mul" } bitcoin-splitter = { path = "../bitcoin-splitter" } bitcoin-utils = { path = "../bitcoin-utils" } diff --git a/nero-core/Cargo.toml b/nero-core/Cargo.toml index 87c93bc..aaaf472 100644 --- a/nero-core/Cargo.toml +++ b/nero-core/Cargo.toml @@ -8,7 +8,6 @@ edition = "2021" bitcoin = { workspace = true, features = ["rand-std"]} bitcoin-script = { git = "https://github.com/BitVM/rust-bitcoin-script" } bitcoin-scriptexec = { path = "../bitcoin-scriptexec" } -bitcoin-script-stack = { git = "https://github.com/FairgateLabs/rust-bitcoin-script-stack"} # BitVM scripts bitcoin-window-mul.workspace = true