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

Add treasury donation for build tx command #249

Merged
merged 5 commits into from
Aug 16, 2024

Commits on Aug 2, 2024

  1. Add --current-treasury-value and --treasury-donation to transaction b…

    …uild and build-raw
    
    - adds `--treasury-donation` to transaction build
    - adds `--current-treasury-value` and `--treasury-donation` to transaction build-raw
    
    In case of transaction build-raw donation must be passed together with
    current treasury value.
    ArturWieczorek committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f1f5385 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Remove unnecessary checks

    This check will be performed by `build_raw_tx_bare` eventually.
    mkoura committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2d597c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e51f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21e5a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c429df6 View commit details
    Browse the repository at this point in the history