You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/faq.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Ouroboros Leios is a next-generation blockchain consensus protocol designed to i
12
12
13
13
Leios offers several significant advantages:
14
14
15
-
- Higher throughput and lower latency. By splitting transaction processing into IB and EB stages, Leios handles more transactions in parallel.
16
-
- Flexible diffusion strategies. Nodes can choose different block-propagation methods, such as 'freshest-first' or 'oldest-first.'
17
-
- Enhanced cryptography. Leios uses BLS (Boneh–Lynn–Shacham) signatures for aggregated verification and verifiable random functions (VRFs) for leader selection.
18
-
- Robust simulations and formal methods. Rust and Haskell simulations measure real-world performance, and executable specifications help ensure correctness.
19
-
- Scalable cost model. A cost calculator enables node operators to estimate expenses (for example, storage amortization and CPU usage).
15
+
-**Higher throughput and lower latency.** By splitting transaction processing into IB and EB stages, Leios handles more transactions in parallel.
16
+
-**Flexible diffusion strategies.** Nodes can choose different block-propagation methods, such as 'freshest-first' or 'oldest-first.'
17
+
-**Enhanced cryptography.** Leios uses BLS (Boneh–Lynn–Shacham) signatures for aggregated verification and verifiable random functions (VRFs) for leader selection.
18
+
-**Robust simulations and formal methods.** Rust and Haskell simulations measure real-world performance, and executable specifications help ensure correctness.
19
+
-**Scalable cost model.** A cost calculator enables node operators to estimate expenses (for example, storage amortization and CPU usage).
0 commit comments