serai/coordinator
Luke Parker 2b09309adc
Handle adding new Tributaries
Removes last_block as an argument from Tendermint. It now loads from the DB as
needed. While slightly less performant, it's easiest and should be fine.
2023-04-23 03:51:26 -04:00
..
src Handle adding new Tributaries 2023-04-23 03:51:26 -04:00
tributary Add Transaction::sign. 2023-04-23 01:25:45 -04:00
Cargo.toml Handle adding new Tributaries 2023-04-23 03:51:26 -04: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.