Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: check message source is in the current signing set #997

Merged
merged 4 commits into from
Dec 1, 2024

Conversation

djordon
Copy link
Collaborator

@djordon djordon commented Dec 1, 2024

Description

Closes #979

Changes

  • Check that the peer that published a message is in the current signing set.

Testing Information

This adds two tests, one for happy path gossiping and another for the check.

Checklist:

  • I have performed a self-review of my code

@djordon djordon added the signer communication Communication across sBTC bootstrap signers. label Dec 1, 2024
@djordon djordon self-assigned this Dec 1, 2024
signer/src/network/libp2p/network.rs Outdated Show resolved Hide resolved
@djordon djordon merged commit 4f516c3 into main Dec 1, 2024
4 checks passed
@djordon djordon deleted the 979-check-message-source-is-in-current-signing-set branch December 1, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
signer communication Communication across sBTC bootstrap signers.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature]: Check message source is in current signing set
3 participants