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

json: Enable "base64" feature #349

Closed
wants to merge 2 commits into from

Commits on May 4, 2024

  1. json: Enable base64 feature

    We need base64 encoding in `bitcoin` to in order to stringify the
    `sign_message::MessageSignature`.
    
    Note also that the `Psbt` type is encoded/decoded in base64 and we would
    like to support that by default also.
    
    Enable the "base64" feature unconditionally for the `json` crate.
    tcharding committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8389256 View commit details
    Browse the repository at this point in the history
  2. CI: Fix pinning

    MSRV build just broke because of a bunch of dependencies. I did not
    investigate why I just found a set of versions that builds.
    tcharding committed May 4, 2024
    Configuration menu
    Copy the full SHA
    24a549e View commit details
    Browse the repository at this point in the history