-
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
Create a github action to build cardano-node binaries #1233
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-01-08 14:45:35.043001955 UTC Baseline Scenario
Baseline Scenario
|
79e9896
to
e14531b
Compare
e14531b
to
24c066d
Compare
c7df213
to
ab285e8
Compare
This is currently useful as the upstream project did not publish their binaries for at least version 8.7.2
We will provide cardano-node binaries to our users for the time being and instruct them to download it from the hydra release page.
ab285e8
to
569cfa0
Compare
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.
😍 This is great, I think I am going to use this moving forward to download binaries for hydra-chess
This is neede as the upstream project did not publish their binaries for at least version 8.7.2.
Add a workflow building static linux and dynamic macos binaries of
cardano-node
andcardano-cli
on demand (manual dispatch). An example run for a successful build: https://github.com/input-output-hk/hydra/actions/runs/7447617327Update tutorial to point to the (to be) locations of where to download
cardano-node
Using
zip
archives (for now) to be consistent with Hydra, although they do not retain permissions.