Somehow we need to get this crate updated to use a bitcoin beta release either bitcoin 0.33-beta or the soon-to-be-released (TM) bitcoin 0.34.0-beta). Could use master until that release happens.
We discussed version numbering of the beta release here: rust-bitcoin/rust-bitcoin#5648
I had a bit of a go already: #874. The thing is this PR is hard to create and almost impossible to review. But we need to push this forward somehow.
- How can we make the upgrade more manageable to review?
- What branch should the PR target i.e., are we going to maintain a separate branch for beta releases and non-beta releases. Said another way is dev here in
miniscript going to continue in parallel for bitcoin 0.32 and bitcoin-beta?
- Yes: leads to way more maintenance
- No: leaves bitcoin 0.32 users behind
High level question: Do you think @apoelstra that this issue can be worked on by a newer dev or is it something you, me, and/or Sanket need to do? (Not that I'm at all qualified in this repo.)
Somehow we need to get this crate updated to use a bitcoin beta release either
bitcoin 0.33-betaor the soon-to-be-released (TM)bitcoin 0.34.0-beta). Could usemasteruntil that release happens.We discussed version numbering of the beta release here: rust-bitcoin/rust-bitcoin#5648
I had a bit of a go already: #874. The thing is this PR is hard to create and almost impossible to review. But we need to push this forward somehow.
miniscriptgoing to continue in parallel for bitcoin 0.32 and bitcoin-beta?High level question: Do you think @apoelstra that this issue can be worked on by a newer dev or is it something you, me, and/or Sanket need to do? (Not that I'm at all qualified in this repo.)