-
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?
Commits on Nov 29, 2024
-
Add a simple bash script to generate random deposit payments
See the script's usage for details
Configuration menu - View commit details
-
Copy full SHA for 294dae4 - Browse repository at this point
Copy the full SHA 294dae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7022b - Browse repository at this point
Copy the full SHA eb7022bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a941b22 - Browse repository at this point
Copy the full SHA a941b22View commit details -
Better handling of limit conditions
Also add some documentation showing output of the script.
Configuration menu - View commit details
-
Copy full SHA for b2aec1c - Browse repository at this point
Copy the full SHA b2aec1cView commit details -
Properly quote here document delimiter to escape content
Without the quotes, the body of the here document is interpreted by the shell potentially leading to all kind of weird behaviour.
Configuration menu - View commit details
-
Copy full SHA for 7e91aee - Browse repository at this point
Copy the full SHA 7e91aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a57d772 - Browse repository at this point
Copy the full SHA a57d772View commit details -
Compute tx number from pre-existing tx.X.signed file
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.
Configuration menu - View commit details
-
Copy full SHA for aae8667 - Browse repository at this point
Copy the full SHA aae8667View commit details -
Allow bounding maximum deposited value to less than total utxo
This makes it possible to use a large UTxO in smaller chunks
Configuration menu - View commit details
-
Copy full SHA for 6ac9cec - Browse repository at this point
Copy the full SHA 6ac9cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7404f7 - Browse repository at this point
Copy the full SHA c7404f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1f093 - Browse repository at this point
Copy the full SHA 3b1f093View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21c4d8 - Browse repository at this point
Copy the full SHA a21c4d8View commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e169895 - Browse repository at this point
Copy the full SHA e169895View commit details