Open sr-gi opened 1 year ago
rust-lightning just merged a way to build Features<T> from a BE byte vector.
rust-lightning
Features<T>
Update the dependency when the release becomes available (possibly in ~2/3 months, given they just released) so we can update our CLN feature parsing:
Ref: https://github.com/lightningdevkit/rust-lightning/commit/2b1d6937a8c027cdf3786eb8617032b2e5d65d11
@carlaKC can you give more context to this. i will like to work on it
https://github.com/bitcoin-dev-project/sim-ln/blob/main/sim-lib/src/cln.rs#L252-L256
See comment inline, we can update to use LDK's from_be_bytes
from_be_bytes
rust-lightning
just merged a way to buildFeatures<T>
from a BE byte vector.Update the dependency when the release becomes available (possibly in ~2/3 months, given they just released) so we can update our CLN feature parsing:
Ref: https://github.com/lightningdevkit/rust-lightning/commit/2b1d6937a8c027cdf3786eb8617032b2e5d65d11