serai/tests
Luke Parker 7d738a3677
Start moving Coordinator to a multi-Tributary model
Prior, we only supported a single Tributary per network, and spawned a task to
handled Processor messages per Tributary. Now, we handle Processor messages per
network, yet we still only supported a single Tributary in that handling
function.

Now, when we handle a message, we load the Tributary which is relevant. Once we
know it, we ensure we have it (preventing race conditions), and then proceed.

We do need work to check if we should have a Tributary, or if we're not
participating. We also need to check if a Tributary has been retired, meaning
we shouldn't handle any transactions related to them, and to clean up retired
Tributaries.
2023-09-27 20:49:02 -04:00
..
coordinator Start moving Coordinator to a multi-Tributary model 2023-09-27 20:49:02 -04:00
docker Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00
full-stack Remove no longer necessary async from monero SignatableTransaction::sign 2023-08-29 16:20:21 -04:00
message-queue Use dedicated Queues for each from-to pair 2023-09-27 12:20:57 -04:00
no-std Support no-std builds of bitcoin-serai 2023-08-21 08:56:37 -04:00
processor Use dedicated Queues for each from-to pair 2023-09-27 12:20:57 -04:00
reproducible-runtime Increase the reproducible-runtime timeout as it was getting hit in CI 2023-08-08 18:36:31 -04:00