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

Use protocol buffers for wire protocol #450

Merged
merged 104 commits into from
Jun 19, 2024
Merged

Use protocol buffers for wire protocol #450

merged 104 commits into from
Jun 19, 2024

Conversation

tmpfs
Copy link
Collaborator

@tmpfs tmpfs commented Jun 16, 2024

  • CommitState
  • ChangeSet
  • UpdateSet
  • SyncStatus
  • Patch
  • MaybeDiff
  • SyncPacket
  • Comparison
  • SyncCompare
  • SyncDiff
  • FileSet
  • FileTransfersSet
  • Update file endpoints for new protobuf types
  • Use protobuf for websocket notification types (MergeOutcome etc.)
  • Remove obsolete MIME types
  • Remove obsolete Noop variants
  • Prune obsolete binary-stream encoding implementations
  • Use profobuf for the relay encoding
  • Pass servers in PairingConfirm
  • Encoding and decoding should support running async via spawn_blocking
  • Do not expose WireOrigin
  • Use oneoff for enum types (CheckedPatch etc.)
  • Test specs for encoding and decoding all types
    • Files module types
    • Notifications module types
    • Sync module types

Refactor of sync types

  • Update merge and force_merge in identity and folder event logs
  • Handle diff and patch functions in event log
  • Fix SyncError handling
  • Move storage transfer directory to sos-net

@tmpfs tmpfs self-assigned this Jun 16, 2024
@tmpfs tmpfs merged commit 5a6808f into main Jun 19, 2024
5 of 7 checks passed
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.

1 participant