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

signer: Differential state sync #328

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

cdecker
Copy link
Collaborator

@cdecker cdecker commented Nov 17, 2023

Implement the differential signer state sync enabled by the versioned entries.

  • Pass a sketch along with the actual sync
  • Add assertions that we have all the state (plugin -> signer and signer -> plugin) (local state entries must be newer or equal to the sketch being sent back, sans the entries that are being passed along)
  • Omit entries that are equal or older than the remote ones.

This is a summary so we can determing which state entries to send over
the wire.
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.

None yet

1 participant