Skip to content

Commit

Permalink
chore: update blsful to 3.0.0-pre8 (#49)
Browse files Browse the repository at this point in the history
* chore: update blsful to 3.0.0-pre8

* test: fix assertion
shumkov authored Jan 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4c61ab6 commit 521a76b
Showing 3 changed files with 28 additions and 50 deletions.
72 changes: 25 additions & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions dash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore"
version = "0.34.0"
version = "0.35.0"
authors = [
"Samuel Westrich <[email protected]>",
"Anton Suprunchuk <[email protected]>",
@@ -61,7 +61,7 @@ anyhow = { version= "1.0" }
hex = { version= "0.4" }
bincode = { version= "2.0.0-rc.3", optional = true }
bitflags = "2.6.0"
blsful = { version = "3.0.0-pre6", optional = true }
blsful = { version = "3.0.0-pre8", optional = true }
serde_repr = "0.1.19"
strum = { version = "0.26", features = ["derive"] }
lazy_static = "1.5.0"
2 changes: 1 addition & 1 deletion dash/src/bip32.rs
Original file line number Diff line number Diff line change
@@ -1846,7 +1846,7 @@ mod tests {
#[test]
fn test_identity_invitation_path() {
let path = DerivationPath::identity_invitation_path(Network::Dash, 15);
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15");
assert_eq!(path.to_string(), "m/9'/5'/5'/3'/15'");
}

#[test]

0 comments on commit 521a76b

Please sign in to comment.