Matt Corallo
Matt Corallo
We discussed this a bit at the meeting last Monday, and I suggested looking into a more event-based approach, which is simpler to track on the LDK end, and, I...
I don't think there's a super strong reason to restrict < 64 byte transactions vs exactly 64 byte transactions. It is a substantially simpler check to test for < 64...
Also, if your goal is just to have a json version of some structs, maybe we should only implement Serialize, not De?
Huh, I can't reproduce locally either. Can you rebase fix the non-spurious errors and then we'll look at it further? eg ``` error[E0277]: the trait bound `Level: serde::ser::Serialize` is not...
Ah, nevermind, yea, these aren't spurious, you'll need to specify the types explicitly because serde adds another option for those calls.
Dual-funding and splicing in LDK is still a WIP, but hopefully coming soon.
Do we have any tests of initiating a splice while a peer is disconnected, also even better both peers initiating a splice while disconnected? Also I think we never added...
Where is that error from? LDK has native code, yes, but that's generally supported on Android/iOS?
There's a lot here, but it seems like we could instead just have a 0conf channel with a fake/unbroadcasted funding transaction, then when the "channel" gets enough funds to pay...
I ended up proposing the name inclusion in BOLTs as https://github.com/lightning/bolts/pull/1180. > ...wildcard... > Why is this not defined in https://github.com/bitcoin/bips/blob/master/bip-0353.mediawiki ? Its not super useful outside of the lightning...