Skip to content

Conversation

@ycscaly
Copy link
Contributor

@ycscaly ycscaly commented Dec 31, 2025

No description provided.

@ycscaly ycscaly requested a review from omersadika December 31, 2025 03:58
output: Vec<u8>,
curve: DWalletCurve,
signature_algorithm: DWalletSignatureAlgorithm,
}, // todo: needs hash, hash_scheme: HashScheme },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do todo

(SessionType::InternalSign, SessionType::InternalSign) => self
.session_sequence_number
.cmp(&other.session_sequence_number),
// Internal sessions have lowest priority (come last)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't internal sign be highest priority? @omersadika

.decryption_key_shares(dwallet_network_encryption_key_id)?;

ProtocolCryptographicData::Sign {
// TODO: maybe better also create for internal differently
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do this

}

impl DWalletMPCOutput {
// TODO: delete
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in next pr

pub struct InternalSessionsStatusUpdate {
/// The authority that sent this status update.
pub authority: AuthorityName,
// TODO: delete
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@omersadika you wanted me to delete it, but there's an issue, it will then mean the keys wouldn't be unique, and can't send multiple updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants