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

feat: add no-build option for fee::Args #1267

Merged
merged 10 commits into from
May 9, 2024
Merged

Commits on May 8, 2024

  1. feat: --no-build command allows returning built transaction

    --sim-only for assembling transactions
    willemneal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    25849da View commit details
    Browse the repository at this point in the history
  2. fix: clippy and fmt

    willemneal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4ea2d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58daf6c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. make TxnResult optional on NetworkRunnable because only some network …

    …runnable commands actually build a tx
    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    48c5d0b View commit details
    Browse the repository at this point in the history
  2. tiny fix

    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e84777a View commit details
    Browse the repository at this point in the history
  3. move if sim_only into callers for consistency with build only and mak…

    …ing the apply_to_assembled_txn less ambiguous
    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cff3677 View commit details
    Browse the repository at this point in the history
  4. small fix to tests

    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e5b7edb View commit details
    Browse the repository at this point in the history
  5. fix clippy

    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    622d09c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    457a54b View commit details
    Browse the repository at this point in the history
  7. fix rpc tests

    leighmcculloch committed May 9, 2024
    Configuration menu
    Copy the full SHA
    92cd393 View commit details
    Browse the repository at this point in the history