BitcoinZavior
released this
18 Jul 13:06
·
1 commit
to main
since this release
[0.3.0]
Updated flutter_rust_bridge
to 2.0.0
.
APIs added
buildWithFsStore
method is added in theBuilder
class allowing to use the filesystem storage backend.- Exposed
setLiquiditySourceLsps2
method toBuilder
to configure theNode
instance to source the inbound liquidity. nextEventAsync
method is added toNode
class that allows polling the event queue asynchronously.status
method has been added toNode
allowing to retrieve information about the Node's status.config
method added to get the config with which theNode
was 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
networkGraph
handler method allowing to query the network graph. - Added
forceCloseChannel
toNode
class.
API changed
- All available balances outside of channel balances are now exposed via a unified
listBalances
interface method.
Fixed
Persisted peers are now correctly reconnected after startup.