Files
serai/coordinator/tributary
Luke Parker b5a6b0693e Add a proper error type to ContinuallyRan
This isn't necessary. Because we just log the error, we never match off of it,
we don't need any structure beyond String (or now Debug, which still gives us
a way to print the error). This is for the ergonomics of not having to
constantly write `.map_err(|e| format!("{e:?}"))`.
2025-01-12 18:29:08 -05:00
..
2025-01-11 04:14:21 -05:00
2025-01-11 04:14:21 -05:00
2025-01-11 04:14:21 -05:00

Serai Coordinator Tributary

The Tributary used by the Serai Coordinator. This includes the Transaction definition and the code to handle blocks added on-chain.