-
Notifications
You must be signed in to change notification settings - Fork 88
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
Everyone collects after observing the last commit #786
Conversation
We change this to make it more robust to open heads. Now, all head participants would try to open a head with a collect, not only the last to commit. This is also how it is written in the spec right now.
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 TransactionCurrently only one UTxO per commit allowed (this is about to change soon)
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.
|
Test Results297 tests - 10 291 ✔️ - 10 22m 46s ⏱️ +52s Results for commit b337eee. ± Comparison against base commit c57b543. This pull request removes 11 and adds 1 tests. Note that renamed tests count towards both.
|
3d95dc4
to
270b957
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.
LGTM!
We change this to make it more robust to open heads. Now, all head participants would try to open a head with a collect, not only the last to commit. This is also how it is written in the spec right now.