|
1 | 1 | # 0.7.0 - TODO |
2 | | -This seventh minor release introduces numerous new features, bugfixes, and API improvements. In particular, it adds support for channel Splicing, Async Payments, as well as sourcing chain data from a Bitcoin Core REST backend. |
| 2 | +This seventh minor release introduces numerous new features, bug fixes, and API improvements. In particular, it adds support for channel Splicing, Async Payments, as well as sourcing chain data from a Bitcoin Core REST back-end. |
3 | 3 |
|
4 | 4 | ## Feature and API updates |
5 | | -- Experimental suppport for channel splicing has been added. (#677) |
| 5 | +- Experimental support for channel splicing has been added. (#677) |
6 | 6 | - **Note**: Splicing-related transactions might currently still get misclassified in the payment store. |
7 | 7 | - Support for serving and paying static invoices for Async Payments has been added. (#621) |
8 | 8 | - Sourcing chain data via Bitcoin Core's REST interface is now supported. (#526) |
9 | 9 | - A new `Builder::set_chain_source_esplora_with_headers` method has been added |
10 | 10 | that allows specifying headers to be sent to the Esplora backend. (#596) |
11 | 11 | - The ability to import and merge pathfinding scores has been added. (#449) |
12 | | -- Passing a custom preimage when sending spontaneous payments is now supported. (#549) |
| 12 | +- Passing a custom pre-image when sending spontaneous payments is now supported. (#549) |
13 | 13 | - When running in the context of a `tokio` runtime, we now attempt to reuse the |
14 | 14 | outer runtime context for our main runtime. (#543) |
15 | 15 | - Specifying a `RouteParametersConfig` when paying BOLT12 offers or sending refunds is now supported. (#702) |
16 | 16 | - Liquidity service data is now persisted across restarts. (#650) |
17 | | -- The bLIP-52/LSPS2 service now suports the 'client-trusts-LSP' model. (#687) |
| 17 | +- The bLIP-52/LSPS2 service now supports the 'client-trusts-LSP' model. (#687) |
18 | 18 | - The manual-claiming flow is now also supported for JIT invoices. (#608) |
19 | | -- Any key-value stores providded to `Builder::build_with_store` are now |
| 19 | +- Any key-value stores provided to `Builder::build_with_store` are now |
20 | 20 | required to implement LDK's `KVStore` as well as `KVStoreSync` interfaces. |
21 | 21 | (#633) |
22 | 22 | - The `generate_entropy_mnemonic` method now supports specifying a word count. (#699) |
|
0 commit comments