-
Notifications
You must be signed in to change notification settings - Fork 216
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
[ADP-3486] Add a simple bash script to generate random deposit payments #4857
base: master
Are you sure you want to change the base?
Conversation
So I was able to run the script and generating a transaction with 22 outputs paying to a random set of accounts between 0 and 10. The old wallet API shows the transaction correctly but the deposit wallet's API does not. /cc @paolino |
Following changes introduced in #4863 we were able to observe deposit transactions' outputs in the wallet's UI which means the deposit wallet's address derivation matches cardano-addresses' |
See the script's usage for details
Also add some documentation showing output of the script.
Without the quotes, the body of the here document is interpreted by the shell potentially leading to all kind of weird behaviour.
Also output the total remaining UTxO value from accumulated deposit payments. These 2 features together are useful to create chained transactions without having to wait for one to be submitted.
This makes it possible to use a large UTxO in smaller chunks
7407e34
to
a21c4d8
Compare
008b97f
to
e169895
Compare
See the script's usage for details. This PR is in draft because I think the script is wrong: The wallet is not able to detect payment transactions it's making.