truechain / truechain-consensus-core

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

Verify transactions in block in pre-prepare state of PBFT #55

Closed samikshan closed 6 years ago

samikshan commented 6 years ago
  1. Check if transaction came from valid client
  2. Check if account nonces match
  3. Wait for transaction to appear in its transaction pool for non primary PBFT nodes if not there already.

Fixes: #46

Signed-off-by: Samikshan Bairagya samikshan@gmail.com