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

assets: implement segwit btc swap contracts #741

Merged
merged 5 commits into from
Oct 16, 2020
Merged

Commits on Oct 13, 2020

  1. implement segwit btc swap contracts

    This implements segwit as an option for the wallet backends and
    server's asset backends. Bitcoin is configured to use segwit by
    defualt. Litecoin likely will too, and I've tested it, but I'm
    leaving it in non-segwit just to demonstrate the option. It's
    important to offer the option, because even though some bitcoin
    forks won't have segwit, our clone backend might still be able to
    accommodate.
    buck54321 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f8d916d View commit details
    Browse the repository at this point in the history
  2. review followup 1

    buck54321 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    4a4d285 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. missed accounting

    buck54321 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    8a56671 View commit details
    Browse the repository at this point in the history
  2. do better

    buck54321 committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    cf74288 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

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