v0.3.0
·
79 commits
to main
since this release
[0.3.0]
Updated flutter_rust_bridge to 2.0.0.
APIs added
buildWithFsStoremethod is added in theBuilderclass allowing to use the filesystem storage backend.- Exposed
setLiquiditySourceLsps2method toBuilderto configure theNodeinstance to source the inbound liquidity. nextEventAsyncmethod is added toNodeclass that allows polling the event queue asynchronously.statusmethod has been added toNodeallowing to retrieve information about the Node's status.configmethod added to get the config with which theNodewas initialized.- The payment APIs have been restructured to use per-type (bolt11, onchain, bolt12) payment handlers which can be accessed via
node.{type}Payment. - Support for sourcing inbound liquidity via LSPS2 just-in-time (JIT) channels has been added.
- Support for creating and paying BOLT12 offers and refunds has been added.
- Added
networkGraphhandler method allowing to query the network graph. - Added
forceCloseChanneltoNodeclass.
API changed
- All available balances outside of channel balances are now exposed via a unified
listBalancesinterface method.
Fixed
Persisted peers are now correctly reconnected after startup.