yangl1996 / prism-rust

Rust implementation of the Prism consensus protocol
MIT License
100 stars 19 forks source link

Test bitcoin protocol in our framework #95

Closed bagavi closed 5 years ago

bagavi commented 5 years ago
  1. Set the mining rate of tx blocks to be the same as proposer chain. Use only one voter chain.
  2. Increase the size of the tx block until the system "breaks".
yangl1996 commented 5 years ago

done!