Skip to content

fix: update SPV library which fixes the overflow. #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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 checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6bbea4820329050e1fc65f9c15cab5948b824c73aa3430d7d92b793c53ca66b6 build/release/can-update-without-ownership-lock
57e463512f0899b2523b4ac6a7e717797a92fdb1b3c565cc5f304bb6001f2656 build/release/ckb-bitcoin-spv-type-lock
d85e11c31261d9f34b47f839ddc49e135632fd751667b0c63b167a2a017a7999 build/release/ckb-bitcoin-spv-type-lock
4 changes: 2 additions & 2 deletions contracts/ckb-bitcoin-spv-type-lock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-bitcoin-spv-type-lock"
version = "0.2.1"
version = "0.2.2"
authors = ["Boyu Yang <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ ckb-hash = { version = "0.112.1", default-features = false, features = ["ckb-con
[dependencies.ckb-bitcoin-spv-verifier]
version = "0.1.0"
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
rev = "1ccd114"
rev = "6c3f3d1"
default-features = false
features = ["no-std"]
Loading