Skip to content

Commit dcfa6b3

Browse files
chore: bump and use latest rust dahs core (#51)
1 parent 4d4d5b1 commit dcfa6b3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc"
3-
version = "0.15.8"
3+
version = "0.15.9"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",

client/src/client.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ use dashcore::secp256k1::ecdsa::Signature;
2727
use dashcore::{
2828
Address, Amount, Block, OutPoint, PrivateKey, ProTxHash, PublicKey, QuorumHash, Transaction,
2929
};
30-
use dashcore_private::hex::display::DisplayHex;
3130
use dashcore_rpc_json::dashcore::bls_sig_utils::BLSSignature;
3231
use dashcore_rpc_json::dashcore::{BlockHash, ChainLock};
3332
use dashcore_rpc_json::{ProTxInfo, ProTxListType, QuorumType};
3433
use hex::ToHex;
3534
use log::Level::{Debug, Trace, Warn};
36-
35+
use crate::dashcore::secp256k1::hashes::hex::DisplayHex;
3736
use crate::error::*;
3837
use crate::json;
3938
use crate::queryable;

json/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc-json"
3-
version = "0.15.8"
3+
version = "0.15.9"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",
@@ -25,6 +25,6 @@ serde_with = "2.1.0"
2525
serde_repr = "0.1"
2626
hex = { version="0.4", features=["serde"]}
2727

28-
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.32.0" }
28+
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.33.1" }
2929

3030
bincode = { version = "2.0.0-rc.3", features = ["serde"] }

0 commit comments

Comments
 (0)