1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 19:37:35 +01:00
eclair/eclair-core
Bastien Teinturier bdaa625aa8
Improve Bolt12 offer APIs (#3037)
The `listoffers` RPC previously exposed raw TLV data and omitted the
`createdAt` and `disabledAt` information, which made it quite useless.
We now return all of the useful offer data, which makes it easier for
node operators to manage their offers.

If we register the same offer twice, we previously crashed because
we were not handling primary key constraints failures. We now
correctly handle them and report an error.
2025-03-12 14:37:26 +01:00
..
src Improve Bolt12 offer APIs (#3037) 2025-03-12 14:37:26 +01:00
eclair-cli Fix eclair-cli "compact" mode (#2990) 2025-02-11 11:17:25 +01:00
pom.xml Back to dev (#3035) 2025-03-11 16:57:55 +01:00