scp
scp copied to clipboard
Standalone implementation of the Stellar Consensus Protocol.
As far as I understand it Stellar produces many blocks per minute, usually closing a ledger every 5-6 seconds. I've tried to use the `lunch.go` script with a quorum config...
Hi @bobg , Interesting project you have here! Does your code also simulate byzantine / faulty nodes? The protocol itself probably handles it, but I am wondering about the tests....
Added tests: - FindQuorum tests (with examples from the paper and from the `.toml` files)