serai/processor/src
Luke Parker cc531d630e
Add a UID function to messages
When we receive messages, we're provided with a message ID we can use to
prevent handling an item multiple times. That doesn't prevent us from *sending*
an item multiple times though. Thanks to the UID system, we can now not send if
already present.

Alternatively, we can remove the ordered message ID for just the UID, allowing
duplicates to be sent without issue, and handled on the receiving end.
2023-04-25 02:46:18 -04:00
..
coins Code a method to determine the activation block before any block has consensus 2023-04-18 03:04:52 -04:00
tests Code a method to determine the activation block before any block has consensus 2023-04-18 03:04:52 -04:00
coordinator.rs Finish routing eventualities 2023-04-11 05:49:27 -04:00
db.rs Use a single txn for an entire coordinator message 2023-04-17 23:55:12 -04:00
key_gen.rs Add additional checks to key_gen/sign 2023-04-20 05:36:48 -04:00
main.rs Add a UID function to messages 2023-04-25 02:46:18 -04:00
plan.rs Add a UID function to messages 2023-04-25 02:46:18 -04:00
scanner.rs Clarify safety of Scanner::block_number and KeyGen::keys 2023-04-18 00:26:19 -04:00
scheduler.rs Merge AckBlock with Burns 2023-04-15 18:38:40 -04:00
signer.rs Add additional checks to key_gen/sign 2023-04-20 05:36:48 -04:00
substrate_signer.rs Add recent bloat checks added to signer to substrate_signer as well 2023-04-20 15:45:32 -04:00