truechain / truechain-consensus-core

TrueChain Consensus Protocol: Minerva
Apache License 2.0
161 stars 70 forks source link

checks for prevention of transaction re-orderin by leader? #53

Open arcolife opened 6 years ago

arcolife commented 6 years ago

also,

  1. How do replicas track corruption ? Theoretically they should be saving last request received regardless of whether they're primary nodes or not
  2. When they can indeed track corruption in committee, everybody becomes a proposer according to paper (todo: recheck theory). So how does price sortition of transactions in block work out for all nodes?