-
Notifications
You must be signed in to change notification settings - Fork 87
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
Learn section: revised copy, adjusted contents #1454
Conversation
Transactions CostsSizes and execution budgets for Hydra protocol transactions. Note that unlisted parameters are currently using
Script summary
Cost of Init Transaction
Cost of Commit TransactionThis is using ada-only outputs for better comparability.
Cost of CollectCom Transaction
Cost of Close Transaction
Cost of Contest Transaction
Cost of Abort TransactionSome variation because of random mixture of still initial and already committed outputs.
Cost of FanOut TransactionInvolves spending head output and burning head tokens. Uses ada-only UTxO for better comparability.
End-To-End Benchmark ResultsThis page is intended to collect the latest end-to-end benchmarks results produced by Hydra's Continuous Integration system from the latest Please take those results with a grain of salt as they are currently produced from very limited cloud VMs and not controlled hardware. Instead of focusing on the absolute results, the emphasis should be on relative results, eg. how the timings for a scenario evolve as the code changes. Generated at 2024-06-06 09:22:37.18421592 UTC Baseline Scenario
Three local nodes
|
Note, if the team is happy with this suggestion, we'll also need to replace a link to the specification from this page: |
ffd7aee
to
4d75808
Compare
This pull request proposes renaming the 'Core concepts' section to 'Learn'. This change will allow us to consolidate more overviews in this section, such as the protocol overview and specifications, as suggested by the team in the documentation questionnaire. The 'Learn' section will cater to general users interested in core concepts, the Hydra overview, and related information. This draft is a work in progress.
This commit suggests a reviewed copy for scalability overview. The copy has been adjusted for clarity, conciseness, grammar, and style issues. We also add layer 1 and layer 2 definitions mentioning to refer to the next section for more details.
4d75808
to
3b162d5
Compare
And remove it from sidebars.js as it has been moved to a diff section
90640bf
to
34c1408
Compare
Removes the core concepts section from the hydra.family website. At last it was only a catch-all remainder of pages: - Specification -> is something developers need, moved to developer docs - Protocol overview -> every users should know about the lifecycle, moved to user manual - Scalability -> generic piece, was moved to developer docs, background section - Layer 2 solutions -> also generic (and maybe outdated?), moved to same background section - API Behavior -> deprecated, should be part of api reference, but moved next to it for now @olgahryniuk This undoes some of the changes in #1454, please have a look. New navigation:  and  --- <!-- Consider each and tick it off one way or the other --> * [x] CHANGELOG updated * [x] Documentation updated * [x] Haddocks update not needed * [x] No new TODOs introduced --------- Co-authored-by: Sasha Bogicevic <[email protected]>
This pull request proposes renaming the 'Core concepts' section to 'Learn'. This change will allow us to consolidate more overviews in this section, such as the protocol overview and the specification, as suggested by the team in the documentation questionnaire. The 'Learn' section will cater to general users interested in core concepts, the Hydra overview, and related information.