Commit Graph

9 Commits

Author SHA1 Message Date
Mark Spanbroek dd84866a6d Basic performance measurements 2021-09-01 13:59:40 +02:00
Mark Spanbroek 652e34d6b2 Speed up hashing of transactions and hashes
Calculate hashing without first concatenating bytes.
2021-09-01 13:00:32 +02:00
Mark Spanbroek 67176b3687 Convert Transaction and Ack to ref types
Reason: performance, copying transactions and acks around leads
to significant slowdowns
2021-08-05 10:16:38 +02:00
Mark Spanbroek db1e8b805b Calculate hashes only once 2021-08-05 10:04:43 +02:00
Mark Spanbroek dd0685c96e Combine TxHash and AckHash into single Hash type 2021-08-02 10:54:58 +02:00
Mark Spanbroek 67e515120c Separate Hash into TxHash and AckHash 2021-07-08 11:21:30 +02:00
Mark Spanbroek 34254152b3 Add public key of validator to Ack, allow signature to be checked 2021-07-05 11:07:47 +02:00
Mark Spanbroek 835e28ddbc Add signature to acknowledgements 2021-06-30 17:49:10 +02:00
Mark Spanbroek 9208af338f Introduce acknowledgements 2021-06-30 17:18:19 +02:00