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

Add Bitcoin-core regtest bech32 addresses support #14

Merged
merged 4 commits into from
Jun 25, 2018

Commits on May 30, 2018

  1. Add Bitcoin-core regtest bech32 addresses support

    bitcoin-core addresses on regtest start with "bcrt1".
    While this is not part of BIP173, adding the support allows
    user to use bitcoin-core regtest to end-to-end test their rust
    software using this library.
    D4nte committed May 30, 2018
    Configuration menu
    Copy the full SHA
    1ca4a2a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    1e877bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6aa18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff0c9b7 View commit details
    Browse the repository at this point in the history