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

Specify how replication works #2

Closed
staltz opened this issue Feb 13, 2023 · 3 comments
Closed

Specify how replication works #2

staltz opened this issue Feb 13, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@staltz
Copy link
Member

staltz commented Feb 13, 2023

We need to make it clear that:

  • Every member in an epoch needs to replicate all other members' epochs feeds from previous epochs, to preserve conversations. EXCEPT (see next point):
  • An excluded member's group/epoch feed should not be replicated by peers anymore (in fact, we should replicate all the old ones and refuse to replicate new messages, so we need some kind of indicator of what message sequence was the last one, when the member is excluded, and we probably need a little schema for the exclusion msg)
@staltz staltz added the bug Something isn't working label Feb 13, 2023
@Powersource
Copy link
Contributor

what message sequence was the last one, when the member is excluded, and we probably need a little schema for the exclusion msg)

ooh that's a very good point/idea. I was wondering how to limit them from adding new stuff to the tangle

@staltz
Copy link
Member Author

staltz commented Feb 13, 2023

Important context: ssbc/ssb-ebt#79

@staltz
Copy link
Member Author

staltz commented Feb 15, 2023

Fixed with section 4.7.

@staltz staltz closed this as completed Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants