serai/coordinator/src
Luke Parker dfa3106a38
Fix incorrect sig_hash generation
sig_hash was used as a challenge. challenges should be of the form H(R, A, m).
These sig hashes were solely H(A, m), allowing trivial forgeries.
2023-06-08 06:38:25 -04:00
..
substrate Move the coordinator to a n-processor design 2023-05-09 23:44:41 -04:00
tests Move the coordinator to a n-processor design 2023-05-09 23:44:41 -04:00
tributary Fix incorrect sig_hash generation 2023-06-08 06:38:25 -04:00
db.rs Publish ExternablBlock/SubstrateBlock, delay *Preprocess until ID acknowledged 2023-05-08 22:20:51 -04:00
main.rs Remove signed Substrate TXs from Coordinator 2023-05-13 22:43:13 -04:00
p2p.rs Test handle_p2p and Tributary syncing 2023-04-24 03:30:19 -04:00
processors.rs Move the coordinator to a n-processor design 2023-05-09 23:44:41 -04:00