You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would to remove the old way of committing funds to a Head.
What
We already deprecated the use of the commit from internal workflow via the Commit client input message (websocket). Now we want to remove that capability complete and also drop mentions of marking fuel as that is not needed anymore. Any commit to a hydra node should be done via the #215 workflow.
How
Make sure we are using only external commits everywhere:
Remove Commit client input and related code so that there is no option for the clients to commit using a websocket message.
Grep the code base for the word fuel and remove all occurrences in the documentation/code comments. make sure that it's clear that any funds held by the internal wallet are fuel. No mentions of "marking fuel" remain in the docs.
Propagate internal commit changes in the hydra-tui package
Inspect our shell scripts and make sure they are updated
Demo video is not related anymore, record a new one?
The text was updated successfully, but these errors were encountered:
Why
We would to remove the old way of committing funds to a Head.
What
We already deprecated the use of the commit from internal workflow via the
Commit
client input message (websocket). Now we want to remove that capability complete and also drop mentions of marking fuel as that is not needed anymore. Any commit to a hydra node should be done via the #215 workflow.How
Make sure we are using only external commits everywhere:
Commit
client input and related code so that there is no option for the clients to commit using a websocket message.remove all occurrences in the documentation/code comments.make sure that it's clear that any funds held by the internal wallet are fuel. No mentions of "marking fuel" remain in the docs.The text was updated successfully, but these errors were encountered: