Closed tcharding closed 1 year ago
This is not a merge candidate, it serves the following purposes:
Demonstrate what likely needs doing once we drop the bitcoin v0.31.0 release.
bitcoin v0.31.0
Uncover any bugs in the rc release.
Patch 1: Pin deps for MSRV test run
Patch 2: Runsthe formatter so as not to clutter the second patch with random formattting changes.
Patch 3: Do the upgrade
Note we no longer need to depend on bitcoin-private, the hex stuff is in hex-conservative now (re-exported by bitcoin).
bitcoin-private
hex-conservative
bitcoin
Typo in branch name, closing in favour of #311.
This is not a merge candidate, it serves the following purposes:
Demonstrate what likely needs doing once we drop the
bitcoin v0.31.0
release.Uncover any bugs in the rc release.
Patch 1: Pin deps for MSRV test run
Patch 2: Runsthe formatter so as not to clutter the second patch with random formattting changes.
Patch 3: Do the upgrade
Note we no longer need to depend on
bitcoin-private
, the hex stuff is inhex-conservative
now (re-exported bybitcoin
).