-
Notifications
You must be signed in to change notification settings - Fork 1
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
Distributed consensus problem #3
Comments
To research
|
To read some fundamentals about Byzantine faults and failures (problems of generals attacking Byzantine)
Suggested: |
Proof of Authority can also be looked at. |
Looks good. But all of those new consensus protocols introduce more unknown variables and complications with unknown benefit (biggest systems like Bitcoin and Ethereum still use proof-of-work and only testing other algorithms) But, given the fact that the project tends to be smart contracts system and not crypto-currency (it doesn't require solving double-spending problem), it should provide append-only capability in distibuted manner. I started writing RFC document to describe possible architechture of the consensus protocol. And of course I'd like to have some feedback and ready to listen to fresh ideas. |
As a subtask of #2.
Before going forward we need to understand how the users will come to a consensus in the distributed p2p network.
All the research can be collected here
The text was updated successfully, but these errors were encountered: