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

[broadcast::linked] Journal both new chunks as-well-as threshold signatures #481

Open
BrendanChou opened this issue Feb 11, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BrendanChou
Copy link
Collaborator

Right now broadcast::linked only journals new Links, which is a struct that holds a chunk as well as the previous threshold signature. This prevents nodes from remembering (i.e. upon restart) a sequence of chunks and their threshold signatures that ends with a threshold signature. It can only ever have a "dangling" chunk (with no threshold signature).

Partial signatures will still be "dropped" from the journal as they are already (as a resource-saving mechanism that doesn't affect safety)

@BrendanChou BrendanChou added the enhancement New feature or request label Feb 11, 2025
@BrendanChou BrendanChou self-assigned this Feb 11, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Tracker Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant