lightningdevkit / rust-lightning

A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
Other
1.13k stars 351 forks source link

Upgrade to `rust-bitcoin` 0.32 #3100

Closed tnull closed 3 days ago

tnull commented 2 months ago

In #3063 we bumped to rust-bitcoin 0.31.

Synced with BDK and they will make the move to 0.32 in the next release (https://github.com/bitcoindevkit/bdk/issues/1422), which means we're not only free to upgrade but also should do so ASAP.

tnull commented 2 months ago

@jirijakes Are you already working on this or did you intend to soon? Otherwise I'm happy to pick this up next week.

jirijakes commented 2 months ago

@jirijakes Are you already working on this or did you intend to soon? Otherwise I'm happy to pick this up next week.

I have not started yet and I don't think I would get to it before second half of June. So, please feel free to start.

tnull commented 2 months ago

I have not started yet and I don't think I would get to it before second half of June. So, please feel free to start.

Alright, then I'll see to pick it up soon. Thanks!

TheBlueMatt commented 2 months ago

We should probably first finish our upgrade to 0.31 by bumping our bech32 dependency.

TheBlueMatt commented 3 days ago

Done in #3239