Skip to content

Commit 94f5606

Browse files
authored
Merge pull request #33 from EthanYuan/fix-calculate-next-target
fix: update SPV library which fixes the overflow.
2 parents dc6b0dc + b03afa0 commit 94f5606

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checksums.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
6bbea4820329050e1fc65f9c15cab5948b824c73aa3430d7d92b793c53ca66b6 build/release/can-update-without-ownership-lock
2-
57e463512f0899b2523b4ac6a7e717797a92fdb1b3c565cc5f304bb6001f2656 build/release/ckb-bitcoin-spv-type-lock
2+
d85e11c31261d9f34b47f839ddc49e135632fd751667b0c63b167a2a017a7999 build/release/ckb-bitcoin-spv-type-lock

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-bitcoin-spv-type-lock"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Boyu Yang <[email protected]>"]
55
edition = "2021"
66
license = "MIT"
@@ -15,6 +15,6 @@ ckb-hash = { version = "0.112.1", default-features = false, features = ["ckb-con
1515
[dependencies.ckb-bitcoin-spv-verifier]
1616
version = "0.1.0"
1717
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
18-
rev = "1ccd114"
18+
rev = "6c3f3d1"
1919
default-features = false
2020
features = ["no-std"]

0 commit comments

Comments
 (0)