-
Notifications
You must be signed in to change notification settings - Fork 3
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
Haskell simulation of base chain #35
Comments
I think we should avoid modelling txs at least initially, but we can do latency of block diffusion. |
Not even for standalone Praos? Fair, that means we do not need a mempool. |
The Peras simulation works by whole-network diffusion of whole-chains, with a fixed diffusion delay for the chain to become available. In such a model then block diffusion is a parameter of the simulation, not something we can investigate. |
@Saizan At the Praos level, I think that's fine. For better fidelity, we could actually not use a fixed delay but something like the distribution from DeltaQ analysis |
We're currently investigating reusing code from the |
Implement and validate a high-level simulation of Praos:
simulation/
to reuse the TCP and P2P models.tx adoptionblock diffusion under different loads.First step will be to settle on a reasonable level of abstraction, using the following resources:
The text was updated successfully, but these errors were encountered: