Files
serai/processor/frost-attempt-manager
Luke Parker 1de8136739 Remove Session from VariantSignId::SlashReport
It's only there to make the VariantSignid unique across Sessions. By localizing
the VariantSignid to a Session, we avoid this, and can better ensure we don't
queue work for historic sessions.
2024-12-30 06:16:03 -05:00
..
2024-12-08 18:27:15 -05:00
2024-09-19 23:36:32 -07:00

FROST Attempt Manager

A library for helper structures to manage various attempts of a FROST signing protocol.

This library is interacted with via the serai_processor_messages::sign API.