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
Updates to online cost calculation dashboard (#123)
Updated cost parameters for online calculator
* Bumped version number of cost calculation dashboard
* Made the EB rate editable
* Lengthened default phase length
* Aligned IOPS with empirical data for cardano nodes
* Aligned agda code with latest default inputs
* Updated log book
Copy file name to clipboardexpand all lines: Logbook.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Leios logbook
2
2
3
+
## 2025-01-3
4
+
5
+
### Updates to cost dashboard
6
+
7
+
The cost dashboard was updated with improved input parameters and computations:
8
+
9
+
- Lengthen phases and reduced EB rate, per analysis in technical report.
10
+
- Updated CPU costs for votes and certificates, per analysis in technical report.
11
+
- Revised IOPS values, based upon empirical data from Cardano nodes operating in production.
12
+
- Updated Agda code to align with web interface, and cross-checked.
13
+
14
+
Further updates will require calibration data from the Haskell and Rust simulations for Leios.
15
+
3
16
## 2025-01-02
4
17
5
18
### Benchmarking BLS signatures and aggregate verifications
@@ -17,7 +30,7 @@ The construction and verification BLS votes were benchmarked using the Rust [bls
17
30
18
31
Generic benchmarks for cryptographic operations have provided guidance on the pros and cons of the prospective voting and certificate schemes, but further work on estimating CPU resources needed will require detailed implementation of the prospective voting and certificate schemes. For the time being, the following values can be used in simulation studies.
<p><em>Explore the costs and benefits of Ouroborous Leios</em></p>
16
-
<p>WARNING: This is a <em>very preliminary</em> tool for estimating the costs of running Leios nodes. At this point, it is really just useful for structuring thinking about Leios costs and making some very rough calculations for guiding further study. The Leios R&D task aims to refine both the inputs to models like this and the cost model itself. Also note that the design of the Leios protocol itself is under revision. Ask questions <ahref="https://discord.com/channels/826816523368005654/1247688618621927505">on Discord</a> or report problems on <ahref="https://github.com/input-output-hk/ouroboros-leios/issues">GitHub</a>.</p>
16
+
<p><spanstyle="color:red">WARNING:</span> This is a <em>very preliminary</em> tool for estimating the costs of running Leios nodes. At this point, it is really just useful for structuring thinking about Leios costs and making some very rough calculations for guiding further study. The Leios R&D task aims to refine both the inputs to models like this and the cost model itself. Also note that the design of the Leios protocol itself is under revision. Ask questions <ahref="https://discord.com/channels/826816523368005654/1247688618621927505">on Discord</a> or report problems on <ahref="https://github.com/input-output-hk/ouroboros-leios/issues">GitHub</a>.</p>
0 commit comments