v0.63.0-beta
danielgranhao
released this
24 Sep 16:45
·
225 commits
to main
since this release
What's Changed
- Mock lnurlp comment by @gcomte in #1065
- Implement mocking of channels by @danielgranhao in #1067
- Update Breez SDK version in Breez SDK mock by @gcomte in #1071
- Remove mock syncs as part of other methods by @danielgranhao in #1074
- Mock all remaining Lipa backend calls by @gcomte in #1075
- Improve LSP fee mocking by @danielgranhao in #1081
- Enable case insensitive mock commands by @gcomte in #1097
- Trim mock commands by @gcomte in #1098
- Update breez-sdk mock to the new pay on-chain API by @andrei-21 in #1111
- Fix mocked lipa LN address suffix by @gcomte in #1101
- Bump serde_json from 1.0.122 to 1.0.124 by @dependabot in #1163
- Bump serde from 1.0.204 to 1.0.206 by @dependabot in #1164
- Bump serde from 1.0.206 to 1.0.207 by @dependabot in #1165
- bump serde from 1.0.207 to 1.0.208 by @dependabot in #1170
- Bump camino from 1.1.7 to 1.1.8 by @dependabot in #1169
- Bump serde_json from 1.0.124 to 1.0.125 by @dependabot in #1168
- Bump camino from 1.1.8 to 1.1.9 by @dependabot in #1172
- Bump tokio from 1.39.2 to 1.39.3 by @dependabot in #1171
- Use Config for all parameters by @danielgranhao in #1167
- Use accept terms and conditions v2 by @danielgranhao in #1166
- Fix out of date info.plist and stop use of letter chars in version by @danielgranhao in #1174
- Remove no onchain funds runtime error by @danielgranhao in #1177
- Bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #1176
- Bump tokio from 1.39.3 to 1.40.0 by @dependabot in #1178
- Bump serde from 1.0.208 to 1.0.209 by @dependabot in #1175
- Replace BACKEND_URL_LOCAL by @andrei-21 in #1179
- Decrypt phone number ln addresses in lnurl recipient field by @gcomte in #1180
- Bump serde_json from 1.0.127 to 1.0.128 by @dependabot in #1181
- Store t&c version number in mock by @gcomte in #1182
- Revert "Merge pull request #1180 from getlipa/fix/decrypt-phone-numbe… by @gcomte in #1183
- Bump anyhow from 1.0.86 to 1.0.87 by @dependabot in #1184
- Stop reporting analytics data from tests by @gcomte in #1187
- Bump serde from 1.0.209 to 1.0.210 by @dependabot in #1185
- Bump anyhow from 1.0.87 to 1.0.88 by @dependabot in #1186
- Bump anyhow from 1.0.88 to 1.0.89 by @dependabot in #1189
- Bump unicode-segmentation from 1.11.0 to 1.12.0 by @dependabot in #1188
- Add E2E tests to periodically test GL/Breez/Backend-integration by @gcomte in #1190
- Merge mock by @danielgranhao in #1191
- Report monitoring results to slack by @danielgranhao in #1194
- Use tee on monitor test run and report workflow URL by @danielgranhao in #1196
- Upgrade Breez SDK to 0.6.1 by @danielgranhao in #1198
UDL Changes
index 910cc76..6f56078 100644
--- a/src/lipalightninglib.udl
+++ b/src/lipalightninglib.udl
@@ -259,7 +259,8 @@ dictionary NodeInfo {
dictionary ChannelsInfo {
Amount local_balance;
- Amount inbound_capacity;
+ Amount max_receivable_single_payment;
+ Amount total_inbound_capacity;
Amount outbound_capacity;
};
Full Changelog: v0.61.0-beta...v0.63.0-beta