mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
2db53d5434
They used &mut self to prevent execution at the same time. This uses a lock
over the channel to achieve the same security, without requiring a lock over
the entire tributary.
This fixes post-provided Provided transactions. sync_block waited for the TX to
be provided, yet it never would as sync_block held a mutable reference over the
entire Tributary, preventing any other read/write operations of any scope.
A timeout increased (
|
||
---|---|---|
.. | ||
coordinator | ||
docker | ||
message-queue | ||
no-std | ||
processor | ||
reproducible-runtime |