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

Tracking Network modifications (serial ID) #190

Closed
braginini opened this issue Jan 13, 2022 · 0 comments · Fixed by #179 or #191
Closed

Tracking Network modifications (serial ID) #190

braginini opened this issue Jan 13, 2022 · 0 comments · Fixed by #179 or #191
Assignees
Labels

Comments

@braginini
Copy link
Contributor

braginini commented Jan 13, 2022

What?
Introduce a serial (always incrementing ID) to the network that would increment on every network change (e.g. peer added/removed).
Why?
Support ordered network changes so that client apps could make sure they are applying recent changes avoiding unordered updates from the signal service.
How?
Add serial to the Account Network incrementing it on every change.
Should be an atomic operation.

@braginini braginini self-assigned this Jan 13, 2022
@braginini braginini reopened this Jan 14, 2022
@braginini braginini changed the title Tracking Network modifications Tracking Network modifications (serial ID) Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment