-
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
Return faucet funds #773
Return faucet funds #773
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 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 Results287 tests - 10 281 ✔️ - 10 20m 24s ⏱️ -44s Results for commit ba0b917. ± Comparison against base commit 439ee45. This pull request removes 11 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
Only leaving a comment as I have been helping in doing this. Needs approval of others. Was the PR checklist met? I guess we can tick things off @v0d1ch
This is using a previously drafted prototype of this logic.
This way, the faucet will have all the funds.
This means a minimal as possible UTxO is created for the faucet.
- Check that faucet owns one utxo more after the test run - Check if initial vs. final faucet funds are just what we paid for the fees in the test
51c71c8
to
f164cff
Compare
Why
As part of the Mainnet compatibility issue #713 we would like to be able to return the funds back to our faucet.