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

Bech32m Support #50

Merged
merged 5 commits into from Feb 14, 2021
Merged

Bech32m Support #50

merged 5 commits into from Feb 14, 2021

Commits on Feb 12, 2021

  1. Bech32m encode / decode support

    This breaks the API by requiring a `variant` parameter in a few places,
    which instructs the library whether to use Bech32 or Bech32m.
    
    Test cases from BIP-0350
    clarkmoody committed Feb 12, 2021
    Copy the full SHA
    e768cf8 View commit details
    Browse the repository at this point in the history
  2. Update fuzzer for Bech32m

    clarkmoody committed Feb 12, 2021
    Copy the full SHA
    9b86c51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9444b11 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.8.0

    clarkmoody committed Feb 12, 2021
    Copy the full SHA
    411d8c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Copy the full SHA
    388d270 View commit details
    Browse the repository at this point in the history