We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3665c4 commit 2923d5bCopy full SHA for 2923d5b
Logbook.md
@@ -1,5 +1,19 @@
1
# Leios logbook
2
3
+## 2025-05-23
4
+
5
+### Rust simulation
6
7
+Spent time this week investigating poor TX inclusion rates. Findings:
8
+ - The "late IB inclusion" extension to Full Leios dramatically improves the odds of a TX reaching the ledger.
9
+ - Transactions without sharded inputs cause extreme duplication across IBs, and will need special care
10
11
+Enhancements:
12
+ - Turned on late IB inclusion by default
13
+ - Fixed an off-by-one error with late IB inclusion logic
14
+ - Added a `praos-fallback-enabled` setting, to disable Praos when investigating throughput
15
+ - Fixed TX deduplication in Praos blocks
16
17
## 2025-05-22
18
19
### Catalog of conformance tests
0 commit comments