-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demo fixes #75
Demo fixes #75
Conversation
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.
The demo should work fine. However, I have two actions that I can't get to work:
- Mint Authority / Send / 1 / yields bad request and permanent "Transaction processing" ?
- I seem to be unable to "force send failing transaction" to frozen Alice from Bob, at least I don't loose Ada (collateral)
I am still approving, since this wouldn't prevent the demo working, but maybe take a look. Could also be I did something wrong?
The following are concerns:
- Reloading any pane gives file-not-found (missing .html extension)
- Alice / Bob should have their full addresses on the pane, not hidden behind the receive button
- The UI does not provide good feedback on errors, especially when no data can be received. I had a blockfrost api key pointing to the wrong net and didn't get any feedback, apart from console errors.
- I have successfully unfrozen Alice, but it still shows frozen? Reload fixes this, but missing route (.html suffix) makes it annoying.
- The mint authority / addresses tab is not always updating for me (i.e. Alice shown as frozen, while I have the "successfully unfrozen" tx message on screen as well.
"force send" is for the frozen wallet (Alice) - you can always send tokens to a wallet that has been frozen. The check against the blacklist is only done for the sender.. |
I need to look into that, can't think of a reason for why it shouldn't work with exactly 1 token |
If Alice's account is frozen, then I can not send WST to Alice (from Bob). Just checked. From Alice's side, the behaviour is as expected: if frozen, I have to force the TX. The TX then is successfully put on the net, but no WST are transferred. |
It also fails with 2, and 10 WST. Probably also with all other values. The mint authority can mint to anybody, but not send to any address, including itself. The address is also not frozen, or at least I can not unfreeze it. Would have been funny, though. |
preview.cexplorer.io
instead of cardanoscan - this seems to display new transactions much fastersignAndSentTx
in the mint tx function