Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. Add a simple bash script to generate random deposit payments

    See the script's usage for details
    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    294dae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7022b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a941b22 View commit details
    Browse the repository at this point in the history
  4. Better handling of limit conditions

    Also add some documentation showing output of the script.
    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    b2aec1c View commit details
    Browse the repository at this point in the history
  5. 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.
    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7e91aee View commit details
    Browse the repository at this point in the history
  6. Fix comment

    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a57d772 View commit details
    Browse the repository at this point in the history
  7. 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.
    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    aae8667 View commit details
    Browse the repository at this point in the history
  8. Allow bounding maximum deposited value to less than total utxo

    This makes it possible to use a large UTxO in smaller chunks
    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6ac9cec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7404f7 View commit details
    Browse the repository at this point in the history
  10. Reduce amounts "deposited"

    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3b1f093 View commit details
    Browse the repository at this point in the history
  11. Fix shellcheck warnings

    abailly committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    a21c4d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    e169895 View commit details
    Browse the repository at this point in the history