Skip to content

Commit 6f2214c

Browse files
committed
update spv lib to support signet
1 parent e298cd0 commit 6f2214c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

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

checksums.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
6bbea4820329050e1fc65f9c15cab5948b824c73aa3430d7d92b793c53ca66b6 build/release/can-update-without-ownership-lock
2-
037b7d66cbe8fcea2d13a3da6693e2fc14d6510a075dce20ebb7289647077a5e build/release/ckb-bitcoin-spv-type-lock
2+
ac70b097ec5727499adb930e6ae8317c117682b78944e42dc779916e9ef9c4f5 build/release/ckb-bitcoin-spv-type-lock

contracts/ckb-bitcoin-spv-type-lock/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ckb-hash = { version = "0.112.1", default-features = false, features = ["ckb-con
1414

1515
[dependencies.ckb-bitcoin-spv-verifier]
1616
version = "0.1.0"
17-
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
18-
rev = "a13477b"
17+
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
18+
rev = "b81fd00"
1919
default-features = false
2020
features = ["no-std"]

tests/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ walkdir = "2.4"
1616

1717
[dev-dependencies.ckb-bitcoin-spv-prover]
1818
version = "0.1.0"
19-
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
20-
rev = "a13477b"
19+
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
20+
rev = "b81fd00"
2121

2222
[dev-dependencies.ckb-bitcoin-spv-verifier]
2323
version = "0.1.0"
24-
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
25-
rev = "a13477b"
24+
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
25+
rev = "b81fd00"

0 commit comments

Comments
 (0)