Releases: getlipa/lipa-lightning-lib
Releases · getlipa/lipa-lightning-lib
v0.1.0-beta
What's Changed
- Set zero routing fees for lspd-lnd by @andrei-21 in #413
- Fix unreliable channel openings by @gcomte in #414
- Replace
sleep()
withwait_for_eq!()
inchain_sync_test.rs
by @andrei-21 in #415 - Increase pay_invoice timeout to 15 secs by @danielgranhao in #416
Full Changelog: v0.1.0.alpha.31...v0.1.0-beta
v0.1.0.alpha.31
What's Changed
- Fail
decode_invoice()
on wrong network by @danielgranhao in #412
Full Changelog: v0.1.0.alpha.30...v0.1.0.alpha.31
v0.1.0.alpha.30
Note
- The build includes debug symbols what increases the size of the lib 3–4 times
- Fiat values for old payments will disappear due to a new way of storing exchange rates
What's Changed
- Implement
get_onchain_balance()
by @danielgranhao in #408 - Fix macros to not require
use std::thread::sleep
by @andrei-21 in #410 - Store exchange rates instead of fiat values by @andrei-21 in #409
- Enable backtrace and debug symbols for our and LDK crates by @andrei-21 in #379
Full Changelog: v0.1.0-alpha.29...v0.1.0.alpha.30
v0.1.0-alpha.29
What's Changed
- Bump ctor from 0.2.1 to 0.2.2 by @dependabot in #406
- Persist spendable outputs by @danielgranhao in #407
Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29
v0.1.0-alpha.28
What's Changed
- Bump ctor from 0.2.0 to 0.2.1 by @dependabot in #403
- Remove temporary db file migration by @danielgranhao in #405
- Query lsp info sooner after failure by @danielgranhao in #402
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
v0.1.0-alpha.27
What's Changed
- Bump chrono from 0.4.25 to 0.4.26 by @dependabot in #404
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
v0.1.0-alpha.26
What's Changed
- Bump LND for LSPD to lipa-node-v0.16.2-beta by @andrei-21 in #389
- Interface for sats and fiat amounts by @andrei-21 in #385
- Amount interface for
calculate_lsp_fee()
andget_node_info()
by @andrei-21 in #390 - Check UDL file that it does not contain tabs by @andrei-21 in #391
- Amount interface for payments by @andrei-21 in #392
- Bump chrono from 0.4.24 to 0.4.25 by @dependabot in #396
- Bump tokio from 1.28.1 to 1.28.2 by @dependabot in #397
- Bump log from 0.4.17 to 0.4.18 by @dependabot in #398
- Amount interface for
InvoiceDetails
by @andrei-21 in #394 - Remove amounts from events callback by @andrei-21 in #400
- Enable MPP by @gcomte in #395
- Amount interface for limits by @andrei-21 in #401
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
v0.1.0-alpha.25
What's Changed
- Panic on demand by @danielgranhao in #387
Full Changelog: v0.1.0-alpha.24.2...v0.1.0-alpha.25
v0.1.0-alpha.24.2
What's Changed
Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.24.2
v0.1.0-alpha.24
What's Changed
- Bump esplora-client from 0.4.0 to 0.5.0 by @dependabot in #378
- Bump aes-gcm from 0.10.1 to 0.10.2 by @dependabot in #382
- Wait for TXs to be in mempool before mining by @gcomte in #383
- Do not read the existent scorer on iOS due to the LDK bug by @andrei-21 in #384
- Remove unnecessary todos by @danielgranhao in #386
- Expose payment amount limits by @gcomte in #380
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24