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

Simplify coin selection for sendcoins #8516

Closed
wants to merge 10 commits into from

Commits on Jun 12, 2024

  1. lnrpc: Add Outpoint field in SendCoinsRequest

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8aa947b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. lntest+lnwallet: Adapt walletctrl, UTXO sendcoins

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ff63676 View commit details
    Browse the repository at this point in the history
  2. sweep: Add selectUtxos to CraftSweepAllTx args

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a329592 View commit details
    Browse the repository at this point in the history
  3. cmd: Export and move utxosToOutpoint.

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    577e472 View commit details
    Browse the repository at this point in the history
  4. lnd: modify sendcoin rpc impl for select utxos

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2b72b48 View commit details
    Browse the repository at this point in the history
  5. lncli: Add outpoints flag to sendcoins command

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1e91cb8 View commit details
    Browse the repository at this point in the history
  6. itest+lntest: Change SendCoinsAssertErr

    This commit changes `SendCoinsAssertErr` to `SendCoinsReturnErr`. The
    function now returns the resulting error from calling `sendCoins`.
    
    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5e9521e View commit details
    Browse the repository at this point in the history
  7. itest: Update itest with sendcoins with utxo itest

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0093067 View commit details
    Browse the repository at this point in the history
  8. gomod: fix lint

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f4ded8d View commit details
    Browse the repository at this point in the history
  9. docs: Added release note

    Signed-off-by: Ononiwu Maureen <[email protected]>
    Chinwendu20 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    16a45f6 View commit details
    Browse the repository at this point in the history