Skip to content

Commit 057f58d

Browse files
committed
Forgot to update logbook
1 parent 08ad75b commit 057f58d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Logbook.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Here are a few personal (@bwbush) observations, reflections, and conclusions on
4747
5. It appears that front running can best be eliminated (at the ledger level, but not at the mempool level) by strictly ordering transactions by their IB's slot and VRF.
4848
- Other IB and EB ordering proposals create complexity in the ledger rules and would be difficult to fully analyze for vulnerabilities.
4949

50+
## Rust simulation
51+
52+
Implemented random sampling of transactions from the Leios mempool. When transaction traffic is high enough that IBs are completely full, it should ensure that different IBs contain different transactions when possible.
53+
54+
Simulated a Leios variant where IBs contain references to transactions, rather than transaction bodies themselves. This variant assumes that transactions are propagated and stored independently of Leios.
55+
5056
## 2025-06-05
5157

5258
### Semi-realistic mainnet-scale topology

0 commit comments

Comments
 (0)