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

sweep: allow force sweeping of negatively yielding inputs #3809

Merged
merged 4 commits into from
Jan 23, 2020

Commits on Jan 9, 2020

  1. sweep+walletrpc+lncli: report requested fee preference for pending sw…

    …eeps
    
    Previously only the fee rate used for the last sweep (the sweep bucket
    average) was reported. This commit adds the request fee preference to
    the report, which is used to select a bucket and the sweep tx fee rate.
    joostjager committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    280611a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. sweep: allow updating all sweep parameters

    This is a preparation for adding additional parameters besides the fee
    preference.
    joostjager committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    16832ce View commit details
    Browse the repository at this point in the history
  2. sweep: create add constraints

    This refactor prepares for the addition of specific constraints for
    force sweep inputs.
    joostjager committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    14237f5 View commit details
    Browse the repository at this point in the history
  3. sweep: allow force sweeps

    joostjager committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    b0aae13 View commit details
    Browse the repository at this point in the history