Skip to content

Commit

Permalink
chore: remove foresight
Browse files Browse the repository at this point in the history
  • Loading branch information
matteojug committed Nov 18, 2024
1 parent 097f1f3 commit 3886f59
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions signer/src/proto/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use wsts::net::SignatureType;
use wsts::traits::PartyState;
use wsts::traits::SignerState;

use crate::codec;
use crate::ecdsa::Signed;
use crate::error::Error;
use crate::keys::PublicKey;
Expand Down Expand Up @@ -1626,18 +1625,6 @@ impl TryFrom<proto::DkgPublicShares> for BTreeMap<u32, DkgPublicShares> {
}
}

impl codec::ProtoSerializable for Signed<SignerMessage> {
type Message = proto::Signed;
}

impl codec::ProtoSerializable for SignerState {
type Message = proto::SignerState;
}

impl codec::ProtoSerializable for BTreeMap<u32, DkgPublicShares> {
type Message = proto::DkgPublicShares;
}

#[cfg(test)]
mod tests {
use crate::keys::PrivateKey;
Expand Down

0 comments on commit 3886f59

Please sign in to comment.