mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 12:29:27 +00:00
Update runtime commentary in Tendermint
This commit is contained in:
parent
e00c14afe5
commit
6085a8bb9d
1 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,8 @@ implementation of the [academic protocol](https://arxiv.org/pdf/1807.04938.pdf).
|
|||
being under Serai, which uses Substrate, which uses SCALE. Accordingly, when
|
||||
deciding which of the three (mutually incompatible) options to support...
|
||||
|
||||
- tokio is explicitly used for the asynchronous task which runs the Tendermint
|
||||
machine. Ideally, `futures-rs` would be used enabling any async runtime to be
|
||||
used.
|
||||
- The only supported runtime is tokio due to requiring a `sleep` implementation.
|
||||
Ideally, the runtime choice will be moved to a feature in the future.
|
||||
|
||||
- It is possible for `add_block` to be called on a block which failed (or never
|
||||
went through in the first place) validation. This is a break from the paper
|
||||
|
|
Loading…
Reference in a new issue