-
Notifications
You must be signed in to change notification settings - Fork 86
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 user experience following hydraw experiment #518
Comments
Lot of time taken to find each others IPs:
We had several heads initiated in parallel with not exactly the same peers, probably because we had different configuration in each of our nodes:
We lost funds because we tried to initiate a head with too many people, ending with overspend budget errors:
|
@pgrange incorporated your feedback into the issue, we ought to prioritize and filter it a bit. Feel free to move your list to the logbook or just keep it here. |
I've logged mode details in the logbook |
Also, when I was trying to setup my own personal docker image, installing cardano-node was straightforward thanks the statically linked binaries available at https://hydra.iohk.io/build/16338142/download/1/cardano-node-1.35.0-linux.tar.gz I believe it would help if we shared a static binary to the community like what is done with cardano-node.
|
Why
When actually using our own stuff in #189 we stumbled upon many things. Not all of them need to be addressed right now, but we want to put in one round of effort to improve.
What
We might want to split this into multiple tasks, but this is what we collected these things so far:
Pending
state on the client side until we see the expected server outputs, or any of the failure cases:CommandFailed
,PostTxOnChainFailed
orRolledBack
(not definite, but we might need to re-send a client input)UTxO
from theTinyWallet
is problematic if an error happens down the line Not update wallet utxo on coverFee #525Log and send client output when some keys don't match #529Extend the TUI (as it is already available on the target) to prepare commit UTxOs and mark UTxOs as fuelOut of scope
Requires more details
Not actionable right away
The text was updated successfully, but these errors were encountered: