mirror of
https://github.com/autistic-symposium/decentralized-protocols-toolkit.git
synced 2025-11-27 17:20:49 -05:00
| .. | ||
| README.md | ||
byzantine fault tolerant ramblings
- minimmit: fast finality with even faster blocks, by kobayashi chou et al (2025)
- bft state machine with significantly lower latency through an innovative view-change mechanism.
- on a total of
nprocessors or replicas, at mostfof them may be bizantine, wheren >= 5f + 1. - key insight:
ndecoupling view progression from tx finalizatin (l-notarizations). protocol allows view progression with only2f + 1votes (m-notarizations). - design leads to ~17% redux in tx latency.