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

Update BDK version to 0.12.0 #41

Merged
merged 8 commits into from
Oct 4, 2021

Commits on Aug 26, 2021

  1. Update BDK dependency to v0.10.0

    Updating the BDK version creates some breaking change.
    
    One of such change probably requires modification of BDK to expose a
    new function to fetch scriptpubkey from a txid.
    
    Used ureq version of esplora to remove async related complexities.
    rajarshimaitra committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    cdf05f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Update electrum cli args

    BDK v0.10.0 adds a stop_gap parameter to electrum config.
    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    1c8127f View commit details
    Browse the repository at this point in the history
  2. Update Esplora cli args

    Esplora ureq version requires having new cli args.
    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    fe8742c View commit details
    Browse the repository at this point in the history
  3. Add esplora-reqwest from bdk

    Adds esplora-reqwest capability from bdk.
    Allows to use async https connections with esplora from bdk-cli.
    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    07a4287 View commit details
    Browse the repository at this point in the history
  4. Add proxy option to esplora

    Recent update in BDK esplora backend allows it to connect with SOCKS5
    proxy.
    
    This change adds proxy option to esplora configuration.
    Updates Proxy_Opts feature guard to enable it for esplora feature.
    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    279fec1 View commit details
    Browse the repository at this point in the history
  5. Update cargo.toml

    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c347ef4 View commit details
    Browse the repository at this point in the history
  6. Update CI

    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    d25c708 View commit details
    Browse the repository at this point in the history
  7. Update Cargo.lock

    rajarshimaitra committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    f9a9606 View commit details
    Browse the repository at this point in the history