convex icon indicating copy to clipboard operation
convex copied to clipboard

Parallel Signature Verification

Open mikera opened this issue 3 years ago • 0 comments

Signature verification should be done in parallel on multiple cores, since this is a potential network-wide performance bottleneck.

Requirements:

  • Should use multiple cores
  • Must flag on failed transactions
  • Must check blocks before inclusion in proposed consensus ordering

This is necessary at network level in case a Peer issues a block with bad signatures

mikera avatar Oct 04 '22 12:10 mikera