-
Notifications
You must be signed in to change notification settings - Fork 25
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
Open documentation issues #186
Comments
I'm trying to understand how this handles hypercores of peers that are lagging behind the group. Maybe because of poor network connectivity, maybe because of maliciously operated hypercores. Apologies if I get some of the terminology wrong. Let's say I have an autobase for a p2p application that has five peers running (5 different users, one hypercore per user). Peers A, B, and C are healthy. Peers D and E are compromised - maybe at first they function normally, but at some point they don't. If Peer A creates a legitimate block, Peers B and C observe the block, but Peers D and E remain unresponsive, will the autobase linearizer/view eventually consider Peer A's block to be final/indexed (its order not to change)? Or can a minority of peers perpetually obstruct progress? |
Is there a mistake in this statement in the documentation or am I confused?:
I'd think that block N in the index would be causally dependent on block N+1 (since the order is reversed). |
I'm more a 1st see the thing in action and then check the docs. this workshop is a hidden gem, helped me a lot in the past. how far is current autobase from there? |
This issue is for tracking missing documentation. Please add suggestions below.
The text was updated successfully, but these errors were encountered: