lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

Update to 0.0.107 #78

Closed jkczyz closed 2 years ago

jkczyz commented 2 years ago

Some remaining issues I've seen that aren't handled

Used the following rust-lightning branch to reproduce: https://github.com/jkczyz/rust-lightning/tree/0.0.107-bindings. Remove the top commit to reproduce the first issue. The second issue seems to be that learn_generics can't figure out L and returns false (last early return statement) possibly because the where clause is None.

TheBlueMatt commented 2 years ago

Can be non-draft now :tada:

jkczyz commented 2 years ago

Rebased

TheBlueMatt commented 2 years ago

Superseded by #81.