Stellar Consensus Protocol: Proof and Code
stellar.org
Stellar Consensus Protocol: Proof and Code
1–10 of 99 posts
Re: Stellar Consensus Protocol: Proof and Code
#2Re: Stellar Consensus Protocol: Proof and Code
#3[deleted]
You should look in the white paper[0] to the definition of an FBAS which differs from epaxos (while epaxos is egalitarian, SCP is federated). All related proofs are included in the whitepaper, the central one being theorem 3 in 4.2. Finally the protocol specification (Figure 15, p28) is also very interesting.
[0] https://www.stellar.org/papers/stellar-consensus-protocol.pd...
Re: Stellar Consensus Protocol: Proof and Code
#4Re: Stellar Consensus Protocol: Proof and Code
#5[deleted]
(disclaimer: I had early access to the whitepaper for review) You should look in the white paper[0] to the definition of an FBAS which differs from epaxos (while epaxos is egalitarian, SCP is federated). All related proofs are included in the whitepaper, the central one being theorem 3 in 4.2. Finally the protocol specification (Figure 15, p28) is also very interesting. [0] https://www.stellar.org/papers/stellar-cons…
Thanks!
Re: Stellar Consensus Protocol: Proof and Code
#6Interesting that Graydon Hoare [1], Rust's (initial) creator is one of the core developers. 1. https://github.com/graydon
http://www.monotone.ca/monotone.pdf
https://en.wikipedia.org/wiki/Monotone_%28software%29#Monoto...
Re: Stellar Consensus Protocol: Proof and Code
#7Re: Stellar Consensus Protocol: Proof and Code
#8Re: Stellar Consensus Protocol: Proof and Code
#9Re: Stellar Consensus Protocol: Proof and Code
#10I'm still reading the paper, but I'm not seeing any discussion of a sybil or eclipse attack defense.
i.e. FBA relies on a web of trust, not just on showing up and churning out hashes or whatever.