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
Leios provides an online cost calculator that considers:
71
71
72
-
- CPU usage and the number of cores
73
-
- Bandwidth consumption
74
-
- Storage (including the default assumption of 50% disk compression)
75
-
- Perpetual storage cost amortization
72
+
-**CPU usage and the number of cores**
73
+
-**Bandwidth consumption**
74
+
-**Storage** (including the default assumption of 50% disk compression)
75
+
-**Perpetual storage cost amortization**
76
76
77
77
It also supports hyperscale and discount cloud providers. For example, you can model single-relay or multi-relay deployments at variable bandwidths.
78
78
@@ -91,9 +91,9 @@ Developers continually refine these simulations based on real-world data.
91
91
92
92
Based on preliminary internal testing and simulations:
93
93
94
-
- Block size: commonly set to about one-third of the available link capacity for IBs
95
-
- Voting stages: choose single-stage or send-recv, depending on reliability and speed requirements
96
-
- Diffusion strategy: many operators use 'freshest-first,' though 'peer-order' may help maintain compatibility with older setups
94
+
-**Block size:** commonly set to about one-third of the available link capacity for IBs
95
+
-**Voting stages:** choose single-stage or send-recv, depending on reliability and speed requirements
96
+
-**Diffusion strategy:** many operators use 'freshest-first,' though 'peer-order' may help maintain compatibility with older setups
97
97
98
98
Operators can adjust these parameters, which evolve through community votes.
99
99
@@ -112,9 +112,9 @@ These resources provide transparency and regular updates on ongoing development.
112
112
113
113
Leios changes how transactions are validated and how blocks and memory pools operate, potentially affecting:
114
114
115
-
- Wallets and SDKs, which need to accommodate new block types (IBs and EBs)
116
-
- Explorers, which must handle higher throughput and multi-block referencing
117
-
- Indexers and APIs, which will see more granular block and vote data
115
+
-**Wallets and SDKs,** which need to accommodate new block types (IBs and EBs)
116
+
-**Explorers,** which must handle higher throughput and multi-block referencing
117
+
-**Indexers and APIs,** which will see more granular block and vote data
118
118
119
119
Weekly progress updates provide deeper analysis of these topics, including how advanced indexing and potential sharding solutions might eventually mitigate challenges.
0 commit comments