DerEwige

Results 12 issues of DerEwige

Invalide ShortChannelIDs (format, etc.) should totally throw exeptions on this option, but not Unknown Channels imho. Tested version: Eclair v0.7.0 Description: The API functions [FindRoute, FindRouteToNode, FindRouteBetweenNodes] have an option...

enhancement
good first issue

Eclair only checks public announced channels when looking for the ShortChannelID If you try to ignore a local channel that is either not (yet) announced or private you get the...

I went through the code and to my surpise you don't close any Statement or ResultSet after use. Afaik this is bad practice and can lead to degraded DB performance...

if you run an eclair node with only private channels, you can currently not receive any payments. Eclair's `createinvoice `does not offer to add any routing hints which is needed...

https://github.com/ACINQ/eclair/blob/master/docs/CircularRebalancing.md When following this guid to build rebalancing routes one can end up with invalid routes. The reason for this is `max-cltv`. `findroutebetweennodes` can use all of the global `max-cltv`....

If you connect RTL to an eclair with version 0.10.0 some sections will not load (see screenshots) ![image](https://github.com/Ride-The-Lightning/RTL/assets/6146383/d46803d2-cd8b-427c-8622-7e39bcab0108) ![image](https://github.com/Ride-The-Lightning/RTL/assets/6146383/53d74031-8372-4e4a-97d3-8a022968e692) I assume the reason for this is the change of one...

bug
Eclair
small

By deactivating a security switch, it is possible to set positive inbound fees on LND nodes. Channels with positive inbound fees are not backwards compatible and they mess with the...

For example you chose to store the UUIDs in text fields Which make them use 36 byte instead of 16 byte if you would use the built in `UUID `data...

With openJDK end of life about a month away when will eclair transition away from openJDK 11 as recomended runtime?

bitcoin core 28 comes with a breaking change in the warnings field: https://github.com/bitcoin/bitcoin/pull/29845 Has this already been taking into account in eclair