serai/processor/src
Luke Parker d954e67238
Ensure InInstruction data is properly limited
Bitcoin didn't check, assuming data was <= 80 bytes thanks to being in
OP_RETURN. An additional global check has been added.
2023-03-25 01:36:28 -04:00
..
coins Ensure InInstruction data is properly limited 2023-03-25 01:36:28 -04:00
tests Remove unused import 2023-03-17 23:59:46 -04:00
coordinator.rs Processor (#259) 2023-03-16 22:59:40 -04:00
db.rs Processor (#259) 2023-03-16 22:59:40 -04:00
key_gen.rs Processor (#259) 2023-03-16 22:59:40 -04:00
main.rs Ensure InInstruction data is properly limited 2023-03-25 01:36:28 -04:00
plan.rs Processor (#259) 2023-03-16 22:59:40 -04:00
scanner.rs Add a way to check if blocks completed eventualities 2023-03-22 22:45:41 -04:00
scheduler.rs Processor (#259) 2023-03-16 22:59:40 -04:00
signer.rs Processor (#259) 2023-03-16 22:59:40 -04:00