DerEwige
DerEwige
Some additional info regarding this problem. The issue happens because I have several hundred thousend invoices in my database. RTL tries to fetch them all at once. This results in...
Thanks @ShahanaFarooqui for sharing Once the new release drops. I will defenitly use this
A few additional info: I've been using MS openJDK 21 as runtime envirionment for over a year now. So eclair runs perfectly fine on never versions of JVM
according to this table scala 2.13.11 is comapatible with jdk up till 21. https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html
How about this: You still build with java 11 You run the tests with java 17 You declare java 11 as deprecated runtime Aou anounce java 17 as recommended runtime...
These are information that I currently store in my own database. Some of it may not be well suited for the `AuditDB` **The local fee on sent payments.** So one...
> What do you mean exactly? Whenever we try to relay a payment, the failure reason (if any)? We want to store very minimal information about relay failures, because that...
I’m aware that bitcoind 28 is not yet supported. It should work though when setting this in the config `deprecatedrpc=warnings` I assume you will want to move to it so...
done: https://github.com/lightningnetwork/lnd/issues/9058
@t-bast Looks like tests only fail because of current testnet situation. I run them multiple times locally until they all passed. I currently run this PR on my mainnet node....