bitcoin-dev-project / sim-ln

Payment activity generator for the lightning network
MIT License
63 stars 28 forks source link

Update `lightning` crate to anything over 0.0.17 when available #131

Open sr-gi opened 1 year ago

sr-gi commented 1 year ago

rust-lightning just merged a way to build Features<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

mubarak23 commented 1 week ago

@carlaKC can you give more context to this. i will like to work on it

carlaKC commented 1 week ago

See comment inline, we can update to use LDK's from_be_bytes