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

Test the bitcoin v0.32.0-rc1 release #1400

Closed
wants to merge 2 commits into from

Commits on Apr 8, 2024

  1. Upgrade miniscript/bitcoin dependency

    Upgrade:
    
    - bitcoin to v0.31.0
    - miniscript to v11.0.0
    
    Note: The bitcoin upgrade includes improvements to the
    `Transaction::weight()` function, it appears those guys did good, we
    no longer need to add the 2 additional weight units "just in case".
    tcharding committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    984c758 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Depend on bitcoin v0.32.0-rc1

    Test the latest bitcoin release candidate. Includes bumping the version
    numbers so we can use this branch to test crates further up the stack.
    tcharding committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5f6d477 View commit details
    Browse the repository at this point in the history