mirror of
https://github.com/autistic-symposium/decentralized-protocols-toolkit.git
synced 2025-11-27 09:10:34 -05:00
minimmit: fast finality with even faster blocks, by kobayashi chou et al (2025)
This commit is contained in:
parent
9e1b903375
commit
b11d6f806e
1 changed files with 9 additions and 0 deletions
9
consensus/bfts/README.md
Normal file
9
consensus/bfts/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## byzantine fault tolerant ramblings
|
||||
|
||||
<br>
|
||||
|
||||
* [minimmit: fast finality with even faster blocks, by kobayashi chou et al (2025)](https://arxiv.org/pdf/2508.10862)
|
||||
- bft state machine with significantly lower latency through an innovative view-change mechanism.
|
||||
- on a total of `n` processors or replicas, at most `f` of them may be bizantine, where `n >= 5f + 1`.
|
||||
- key insight: `n` decoupling view progression from tx finalizatin (l-notarizations). protocol allows view progression with only `2f + 1` votes (m-notarizations).
|
||||
- design leads to ~17% redux in tx latency.
|
||||
Loading…
Add table
Add a link
Reference in a new issue