File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11## [ 0.3.0]
2+ Updated ` flutter_rust_bridge ` to ` 2.0.0 ` .
3+ #### APIs added
4+ - ` buildWithFsStore ` method is added in the ` Builder ` class allowing to use the filesystem storage backend.
5+ - Exposed ` setLiquiditySourceLsps2 ` method to ` Builder ` to configure the ` Node ` instance to source the inbound liquidity.
6+ - ` nextEventAsync ` method is added to ` Node ` class that allows polling the event queue asynchronously.
7+ - ` status ` method has been added to ` Node ` allowing to retrieve information about the Node's status.
8+ - ` config ` method added to get the config with which the ` Node ` was initialized.
9+ - The payment APIs have been restructured to use per-type (bolt11, onchain, bolt12) payment handlers which can be accessed via ` node.{type}Payment ` .
10+ - Support for sourcing inbound liquidity via LSPS2 just-in-time (JIT) channels has been added.
11+ - Support for creating and paying BOLT12 offers and refunds has been added.
12+ - Added ` networkGraph ` handler method allowing to query the network graph.
13+ - Added ` forceCloseChannel ` to ` Node ` class.
14+ #### API changed
15+ - All available balances outside of channel balances are now exposed via a unified ` listBalances ` interface method.
16+ #### Fixed
17+ Persisted peers are now correctly reconnected after startup.
218
319## [ 0.2.2-dev]
420Updated Rust and Flutter dependencies.
You can’t perform that action at this time.
0 commit comments