Skip to content
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

Design/document the network layer used in the simulation #15

Open
daira opened this issue Oct 18, 2023 · 0 comments
Open

Design/document the network layer used in the simulation #15

daira opened this issue Oct 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@daira
Copy link
Collaborator

daira commented Oct 18, 2023

The block download mechanism for Bitcoin's peer-to-peer protocol is summarized at https://developer.bitcoin.org/devguide/p2p_network.html .

We want to follow the general design of headers-first IBD and block relay, because we're trying to simulate performance (to within a constant factor) as well as functionality. We can make simplifications relative to Bitcoin, but they should be documented so that we can reason about how they affect any conclusions drawn from the simulation.

@daira daira added the documentation Improvements or additions to documentation label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant