-
Notifications
You must be signed in to change notification settings - Fork 7
CDDL #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDDL #420
Conversation
* Created "mini mainnet" topology * Updated logbook
* sim-rs: add config settings for timestamp resolution * sim-rs: use u64 instead of duration in timestamp * sim-rs: support coarse-grained timestamps in network layer * sim-rs: support configurable timestamp resolution
- Updated from ouroboros-leios-formal-spec repository - Run ID: 15629229378 - Triggered by: repository_dispatch
* Reduced memory footprint of leios trace processor * Updated logbook
* Added ingress field to output * Added size field to receipt output * Reformatted Haskell * Updated logbook
* Designed pseudo-mainnet experiments * Config files for bug report * Designed IB experiment * Case and summary files for experiments * Data analysis for simulation experiments * Added summary slides * Updated logbook --------- Co-authored-by: Brian W Bush <[email protected]>
* Mini-mainnet experiments at tag `leios-2025w24` * Designed IBS experiments * Executed experiments * Data analysis of experiments * Summary slides * Updated logbook
- Updated from ouroboros-leios-formal-spec repository - Run ID: 15728586414 - Triggered by: repository_dispatch
* sim-rs: add input_id to traces * sim-rs: include rb-ref on output * sim-rs: do not create IBs with conflicting transactions * sim-rs: do not add conflicting blocks to mempool * sim-rs: support configuring tx-conflict-fraction * sim-rs: support leios-aggressive-mempool-pruning setting * sim-rs: fix intermittent test failure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RB and vote CDDLs looks good. I noted that the vote CDDL differs from an optimization that the simulators currently use. We'll have to discuss whether that optimization should be memorialized in the specification itself.
For the IB and EB CDDL, we'll need to decide whether a node is allowed to produce multiple IBs in the same slot or multiple EBs in the same pipeline.
Personally, I think the probability of being allowed multiple IBs or EBs is small enough (even for the biggest stakepools) that we should limit it to one. This simplifies the data structures, makes it easier to detect equivocation, etc. |
I agree. It would also simplify the network protocol presumably (by disallowing multiple announcements per slot). |
* Drafted CIP section on metrics * Added metrics for fees * Noted possibility of local metric for network * Comment on tx inclusion metric * Added note on the draft nature of the metrics * Updated logbook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for collecting these!
Would you say we should have multiple sub-documents and put things into one md file again later?
I like that some sections have been explaining concepts next to the data structures too. Would you continue this with, for example, the network protocols to submit these data types?
* Create simple-explainer.md * Update faq.md
* Added network mini-protocols to second tech report * Drafted simulation realism section of second technical report * Removed unneeded figures * Figures for simulation realism * Added opaque background to figures * Updated logbook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The block CDDL looks good, but I had a couple of questions and comments.
Uh oh!
There was an error while loading. Please reload this page.