rust-lightning icon indicating copy to clipboard operation
rust-lightning copied to clipboard

Upgrade bech32 dependency

Open optout21 opened this issue 1 year ago • 1 comments

https://github.com/lightningdevkit/rust-lightning/issues/3100#issuecomment-2152108517

LDK currently uses bech32 0.9.1 (Aug'22 https://github.com/rust-bitcoin/rust-bech32/releases/tag/v0.9.1). Latest version is 0.11.0, and 0.10 was a major rewrite. Currently used bitcoin 0.31.2 uses bech32 0.10.0-beta. Latest bitcoin 0.32.2 uses bech32 0.11.0.

optout21 avatar Jul 13 '24 09:07 optout21

We discussed offline that, while we def. should upgrade bech32, upgrading bitcoin has priority for the coming release and could happen independently.

tnull avatar Jul 15 '24 08:07 tnull