-
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
Improve the fueling of a node #553
Comments
Nice write-up of the situation! |
While doing this, I also suggest we take a look at the other squash-utxo script as it would probably be needed by a user at some point then they are playing with hydra. |
How about extending |
Or implement #215 which will make the distinction of fuel and other UTxO redundant. |
Since #924 the scripts mentioned in this issue should not be needed anymore. |
One important for a node before being able to participate in a head is to mark some UTxO as fuel.
I don't know if we would drop this fueling step in the future but, anyway, we should improve the user experience with this step.
Why
It's important that we give an as best as possible user experience. We can see in #548 a user struggling on how to fuel their node.
Today, we have several fueling scripts available and they are all tied to one or another deployment sample:
We should help our users to fuel their node easily, whatever deployment the chose.
What
Not sure what we should do. If fueling is something that will be part of hydra in long run, we should probably provide a binary that just does that, maybe in the form of a hydra-cli command?
The text was updated successfully, but these errors were encountered: