serai/coordinator
Luke Parker 00774c29d7
Replace remaining direct uses of futures with futures_util
Slight downscope which helps combat the antipattern which is the futures glob
crate. While futures_util is still a large crate, it has better defaults and
is smaller by virtue of not pulling the executor.
2023-12-18 19:45:08 -05:00
..
src Replace remaining direct uses of futures with futures_util 2023-12-18 19:45:08 -05:00
tributary Correct a couple years of accumulated typos 2023-12-17 02:06:51 -05:00
Cargo.toml Replace remaining direct uses of futures with futures_util 2023-12-18 19:45:08 -05:00
LICENSE Add empty coordinator 2023-04-11 09:21:35 -04:00
README.md Add empty coordinator 2023-04-11 09:21:35 -04:00

Coordinator

The Serai coordinator communicates with other coordinators to prepare batches for Serai and sign transactions.

In order to achieve consensus over gossip, and order certain events, a micro-blockchain is instantiated.