-
Notifications
You must be signed in to change notification settings - Fork 33
[DO NOT MERGE] frisby/issue 1701 demo sandbox exe #1730
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
base: nfrisby/issue-1701-anchor
Are you sure you want to change the base?
[DO NOT MERGE] frisby/issue 1701 demo sandbox exe #1730
Conversation
I'm intentionally grouping this code poorly and avoiding comments in an attempt to emphasize that this code is currently being written to enable hacked-together prototypes, not as a contribution towards code that might run on mainnet. (Even though these definitions are much more compatible with that development work than is other code being written for this prototype.)
... such as topology, database, and socket.
…I, improve column names
Calculates the propagation latency for each block by measuring the time difference between the completion of the block fetch on the upstream node (node 0) and the completion of the block fetch on the downstream node (node 1).
|
@sterraf the details within this prototype do not necessarily have bearing on the CIP. If they do, then the relevant IOE teams will discuss the pros/cons and potentially open a PR against the CIP. But for now, this work is early days, so any expectation of stability or compliance or long-term consequences would be premature, FYI. |
…xed traffic?" This reverts commit ea74e1b.
…ow text latencies
75e9851 to
f578841
Compare
|
FYI @sterraf I just pushed up this file https://github.com/IntersectMBO/ouroboros-consensus/blob/nfrisby/issue-1701-demo-sandbox-exe/README-Leios-October-demo.md , which might be useful to read depending on what you're trying to do with this branch. |
f60822c to
f7bdcfc
Compare
4d0cc59 to
6ee39e6
Compare
a23415b to
4d890c0
Compare
4d890c0 to
660207b
Compare
I got stuck with an already very stale commit, so I just took some data generated by the demo at that point and used it in my own tests. Not sure if I'll be able to keep doing experiments after tomorrow's call 😕 In any case, thanks a lot! |
THIS PR WILL NEVER BE MERGED
I'm only opening it in order to facilitate conversation with @sterraf, who's trying out my WIP demo branch.