8 Commits

Author SHA1 Message Date
Pierre-Marie Padiou
a97e5776b1
Update lightning-kmp to 1.6.2-FEECREDIT-7 (#51) 2024-05-16 18:07:36 +02:00
Pierre-Marie Padiou
5e1ab0d5d9
Replace --max-absolute-fee by --max-mining-fee (#32)
It makes much more sense to consider only the mining fee, for the absolute fee check, as it is volatile and amount-independent. The service fee is in % and predictable.

The default value is equivalent as before (1% of the default `auto-liquidity`, given that the previous value of 2% included the 1% liquidity service fee). Previous option is deprecated and explicitly rejected.
2024-04-10 16:47:15 +02:00
Pierre-Marie Padiou
b9c8ffd00e
Use lightning-kmp 1.6.2-FEECREDIT-5 (#18)
There are no functional changes, this version is published on sonatype.
2024-03-27 11:43:21 +01:00
pm47
c665814d73
fixup! use lightning-kmp 1.6.2-FEECREDIT-4 2024-03-22 18:10:14 +01:00
pm47
d36ad92ed5
use lightning-kmp 1.6.2-FEECREDIT-4 2024-03-22 17:42:00 +01:00
pm47
a012a7098b
use lightning-kmp 1.6.2-FEECREDIT-3 2024-03-21 16:21:24 +01:00
pm47
64ec5b488a
use lightning-kmp 1.6.2-FEECREDIT-2 2024-03-20 16:39:45 +01:00
Dominique Padiou
9d460eeee5
Add version in log, command and api
A task has been added to generate a BuildVersions file
when building the project. Project's version can be
found in that file at runtime.

Also centralized declaration of the dependencies
versions to buildSrc.
2024-03-20 16:02:48 +01:00