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

Tracking PR for release 0.18.0 #313

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

tcharding
Copy link
Member

I'm not sure what we want to consider for merge before cutting the next release but at least we need:

@tcharding
Copy link
Member Author

Other possible PRs that look ready/interesting for next release:

@tcharding
Copy link
Member Author

I messaged @stevenroose on another platform but for transparency I'd like to know what's the status of this crate? Are you watching this repo @apoelstra? In order to upgrade rust-miniscript we need to upgrade bitcoind which needs an upgrade of this crate. cc @RCasatta

@RCasatta
Copy link
Collaborator

RCasatta commented Nov 1, 2023

Yeah, to upgrade bitcoind I need an upgrade here, I just merged #312 to move things forwards, but we will need steven to publish.

@tcharding tcharding force-pushed the 10-30-bump-version branch 2 times, most recently from 9fe7f51 to a89d803 Compare November 3, 2023 22:13
Copy link
Contributor

@romanz romanz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK a89d803

Upgrade to the recent bitcoin v0.31.0 release by doing:

- Remove dependency on `bitcoin_private`, use hex stuff from
`bitcoin::hex` (re-export of `hex-conservative`).
- Do type renames.
- Add a couple of type annotations when parsing `Address`.
Add changelog entry and bump the version number of the `json` crate.
Copy link
Collaborator

@RCasatta RCasatta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK f0efe22

@@ -1367,18 +1367,22 @@ fn test_add_multisig_address(cl: &Client) {
assert!(cl.add_multisig_address(addresses.len(), &addresses, None, Some(json::AddressType::Bech32)).is_ok());
}

#[rustfmt::skip]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

Copy link
Collaborator

@stevenroose stevenroose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK f0efe22

@stevenroose stevenroose merged commit 1b51e3d into rust-bitcoin:master Nov 15, 2023
10 checks passed
@tcharding tcharding deleted the 10-30-bump-version branch April 8, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants