v0.67.0-beta
danielgranhao
released this
30 Oct 11:21
·
173 commits
to main
since this release
What's Changed
- Add abbreviated mock commands by @gcomte in #1234
- Bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #1237
- Bump serde from 1.0.210 to 1.0.213 by @dependabot in #1236
- Bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #1235
- Bump regex from 1.11.0 to 1.11.1 by @dependabot in #1238
- Bump reqwest from 0.11.20 to 0.12.9 by @dependabot in #1241
- Bump serde from 1.0.213 to 1.0.214 by @dependabot in #1240
- Change fiat currency config to a default by @danielgranhao in #1244
- Filter swaps that have some refund in progress by @danielgranhao in #1243
UDL Changes
index 1154f91..b8b022c 100644
--- a/src/lipalightninglib.udl
+++ b/src/lipalightninglib.udl
@@ -70,6 +70,7 @@ interface LightningNode {
ExchangeRate? get_exchange_rate();
+ [Throws=LnError]
void change_fiat_currency(string fiat_currency);
void change_timezone_config(TzConfig timezone_config);
@@ -194,7 +195,7 @@ interface LightningNode {
dictionary Config {
bytes seed;
- string fiat_currency;
+ string default_fiat_currency;
string local_persistence_path;
TzConfig timezone_config;
Level? file_logging_level;
Full Changelog: v0.66.3-beta...v0.67.0-beta