You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`feeRateCacheUpdateIntervalSecs` in `Config` - allowing inbound trusted 0conf channels.
51
+
`feeRateCacheUpdateIntervalSecs` in `Config` - allowing inbound trusted 0conf channels.
78
52
- Non-permanently connected peers are now included in node.listPeers().
79
53
80
54
#### API changed
81
-
82
55
- node.newFundingAddress renamed to `newOnchainAddress`.
83
56
- node.sendToOnChainAddress renamed to `sendToOnchainAddress`.
84
57
- node.sendAllToOnChainAddress renamed to `sendAllToOnchainAddress`.
85
58
- Remove node.onChainBalance.
86
59
87
60
## [0.1.1-alpha]
88
-
89
61
Support `Dart 3` and `Flutter 3.10`
90
62
91
63
## [0.1.1]
92
-
93
64
Support `Dart 3` and `Flutter 3.10`
94
65
95
66
### Fixed
96
-
97
-
-`setEntropyBip39Mnemonic` issue resolved
98
-
67
+
-`setEntropyBip39Mnemonic` issue resolved
99
68
## [0.1.0]
100
69
101
70
This is the first release of `ldk_node`. It features support for sourcing chain data via an `Esplora` server, filesystem persistence, gossip sourcing via the `Lightning` peer-to-peer network, and configurble entropy sources for the integrated LDK & BDK-based wallets.
@@ -166,4 +135,4 @@ This is the first release of `ldk_node`. It features support for sourcing chain
166
135
167
136
`stop`- Disconnects all peers, stops all running background tasks, and shuts down Node.
168
137
169
-
`syncWallets`- Sync the `LDK & BDK` wallets with the current chain state.
138
+
`syncWallets`- Sync the `LDK & BDK` wallets with the current chain state.
0 commit comments