Skip to content

Commit f909a45

Browse files
committed
Remove wsts from libsigner
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 77fc9d8 commit f909a45

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

Cargo.lock

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

libsigner/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ stacks-common = { path = "../stacks-common" }
3232
stackslib = { path = "../stackslib"}
3333
thiserror = "1.0"
3434
tiny_http = "0.12"
35-
wsts = { workspace = true }
3635

3736
[dev-dependencies]
3837
mutants = "0.0.3"

libsigner/src/events.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ use stacks_common::util::HexError;
4848
use tiny_http::{
4949
Method as HttpMethod, Request as HttpRequest, Response as HttpResponse, Server as HttpServer,
5050
};
51-
use wsts::common::Signature;
52-
use wsts::net::{
53-
DkgBegin, DkgEnd, DkgEndBegin, DkgPrivateBegin, DkgPrivateShares, DkgPublicShares, DkgStatus,
54-
Message, NonceRequest, NonceResponse, Packet, SignatureShareRequest, SignatureShareResponse,
55-
};
56-
use wsts::state_machine::signer;
5751

5852
use crate::http::{decode_http_body, decode_http_request};
5953
use crate::EventError;

libsigner/src/tests/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ use stacks_common::codec::{
4040
};
4141
use stacks_common::util::secp256k1::Secp256k1PrivateKey;
4242
use stacks_common::util::sleep_ms;
43-
use wsts::net::{DkgBegin, Packet};
4443

4544
use crate::events::{SignerEvent, SignerEventTrait};
4645
use crate::v0::messages::{BlockRejection, SignerMessage};

0 commit comments

Comments
 (0)