Elias Rohrer
Elias Rohrer
> @tnull mmh, if CLN ist following the spec a little more strictly then perhaps the bug just isn't triggered with LND peers? Right, this is likely what happens. >...
> Tested this quickly and reversing bytes of genesis hash doesn't seem to help. Can still connect to other nodes but not CLN. > > I also noticed I needed...
@Jasonvdb Any progress on this? Happy to help debug anything on the LDK side.
Mh, just confirmed again that I can indeed connect to the peer without issue from a Rust-based LDK peer. Not sure if the endianness is indeed an issue here, but...
So I just also confirmed that I'm able to connect the CLN-based peer on testnet without issue using the Swift bindings (see https://gist.github.com/tnull/ab5df1b4d889e62ae420e51837448f31), which means that the issue is very...
Just got the same warning message with a Rust LDK client, in fact in the same setup I checked before. Will be investigating what's going on.
> Huh, interesting, just checked my LDK sample (with the network graph wiped) and I don't see it :/. Argh, nevermind, I had accidently set it to `mainnet` this time...
We'd be interested in making `fallible_iterator` and `fallible_streaming_iterator` optional dependencies in order to reduce our dependency tree when using `rusqlite`. Is this still of interest for the project? If so,...
Support for tuple variants would be really nice to have! In fact, it's currently the last thing that is blocking a UniFFI-based project we'd like to work on, as it...
Note that it would also be nice to consider whether even *forwards* compatibility could be guaranteed. It may make things a bit more complicated, but it's worth exploring, especially since...