Skip to content

Commit d0d526e

Browse files
committed
feat: update iOS/macOS native bindings and example app
- Update iOS/macOS frb_generated.h headers with new API - Update podspec files for iOS and macOS - Update example app wallet provider - Update root and utility files
1 parent e157be9 commit d0d526e

File tree

8 files changed

+1324
-1020
lines changed

8 files changed

+1324
-1020
lines changed

example/lib/providers/wallet_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class WalletNotifier extends StateNotifier<WalletState> {
3636
.setStorageDirPath(nodeStorageDir)
3737
.setNetwork(ldk.Network.signet)
3838
.setChainSourceEsplora(
39-
esploraServerUrl: 'https://mutinynet.ltbl.io/api/')
39+
esploraServerUrl: 'https://mutinynet.com/api/')
4040
.setListeningAddresses(
4141
[ldk.SocketAddress.hostname(addr: '0.0.0.0', port: port)])
4242
.setLiquiditySourceLsps2(

ios/Classes/frb_generated.h

Lines changed: 339 additions & 177 deletions
Large diffs are not rendered by default.

ios/ldk_node.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.summary = 'A ready-to-go Lightning node library built using LDK and BDK.'
55
s.homepage = 'https://www.LtbL.io'
66
s.license = { :file => '../LICENSE' }
7-
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbL.io' }
7+
s.author = { 'Let there be Lightning, Inc' => 'hello@LtbLightning.io' }
88
s.source = { :path => '.' }
99
s.source_files = 'Classes/**/*'
1010
s.platform = :ios, '12.0'

0 commit comments

Comments
 (0)