Skip to content

Commit

Permalink
Merge pull request #39 from contrun/test-commitment-tx-validity
Browse files Browse the repository at this point in the history
Add unit test to check the validitiy of commitment transaction
  • Loading branch information
quake authored Jun 7, 2024
2 parents 49325d5 + fdd6af7 commit 1b22666
Show file tree
Hide file tree
Showing 10 changed files with 1,054 additions and 751 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ molecule = { version = "0.7.5", default-features = false }
ckb-types = "0.114.0"
ckb-jsonrpc-types = "0.114.0"
ckb-crypto = "0.114.0"
rocksdb = { package = "ckb-rocksdb", version ="=0.21.1", features = ["snappy"], default-features = false }
rocksdb = { package = "ckb-rocksdb", version = "=0.21.1", features = [
"snappy",
], default-features = false }
serde_with = { version = "3.7.0", features = ["macros", "base64"] }
hex = "0.4.3"
tower = "0.4.13"
Expand All @@ -63,7 +65,6 @@ musig2 = { version = "0.0.11", features = ["secp256k1", "serde"] }
ractor = "0.9.7"
arcode = "0.2.4"
nom = "7.1.3"
ckb-testtool = { git = "https://github.com/contrun/capsule.git", branch = "determinisitic-rng" }

[profile.release]
panic = "abort"
Expand All @@ -73,3 +74,4 @@ panic = "abort"

[dev-dependencies]
tempfile = "3.10.1"
ckb-testtool = { git = "https://github.com/contrun/capsule.git", branch = "determinisitic-rng" }
Loading

0 comments on commit 1b22666

Please sign in to comment.