File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,25 @@ This week saw significant progress in simulation capabilities with the successfu
47
47
## Formal methods
48
48
49
49
- Developed initial trace verifier for Short Leios simulation traces in ` leios-trace-verifier ` .
50
+
51
+ ## Research
52
+
53
+ - Progressing on ledger design by exploring different implementation options and their trade-offs
54
+ - Analyzing how concurrent input blocks in Leios create unique ledger-level challenges not present in Praos
55
+ - Evaluating approaches that balance multiple properties including:
56
+ - Conflict avoidance in the blockchain
57
+ - Guaranteed fee payment for block producers
58
+ - Transaction eligibility and inclusion speed
59
+ - User experience regarding fee payment
60
+ - Investigating sharding-based solutions with various optimization strategies
61
+ - Planning to share more detailed findings at our public meeting by the end of March
62
+ - Aim to provide a comprehensive recommendation for implementors by the end of April.
63
+
64
+ ### From Short Leios to Full Leios
65
+
66
+ - Planning the simulation roadmap for transitioning from Short Leios (currently implemented) to Full Leios
67
+ - Developing implementation guidelines for simulators to incorporate the pipeline referencing scheme specified in the papers
68
+ - Identifying key components needed to simulate the complete ledger inclusion guarantees of Full Leios
69
+ - Evaluating additional simulator instrumentation required to measure censorship resistance properties
70
+ - Preparing documentation on EB voting and RB selection rules for both simulation implementations
71
+ - Creating test scenarios to validate the Full Leios extension in controlled environments
You can’t perform that action at this time.
0 commit comments