Skip to content

Commit

Permalink
Merge pull request #2375 from synonymdev/rn-ldk-update
Browse files Browse the repository at this point in the history
chore: update react-native-ldk
  • Loading branch information
Jasonvdb authored Nov 29, 2024
2 parents 7cf1451 + 49f577b commit 958a62e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions __tests__/lightning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('getFees', () => {
anchorChannelFee: 109,
nonAnchorChannelFee: 110,
channelCloseMinimum: 108,
outputSpendingFee: 111,
});
expect(fetch).toHaveBeenCalledTimes(2);
expect(fetch).toHaveBeenCalledWith(MEMPOOL_URL);
Expand Down Expand Up @@ -85,6 +86,7 @@ describe('getFees', () => {
anchorChannelFee: 997,
nonAnchorChannelFee: 998,
channelCloseMinimum: 997,
outputSpendingFee: 999,
});
expect(fetch).toHaveBeenCalledTimes(3);
});
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-ldk (0.0.153):
- react-native-ldk (0.0.154):
- React
- react-native-mmkv (2.12.2):
- DoubleConversion
Expand Down Expand Up @@ -2252,7 +2252,7 @@ SPEC CHECKSUMS:
react-native-biometrics: 352e5a794bfffc46a0c86725ea7dc62deb085bdc
react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424
react-native-image-picker: 2fbbafdae7a7c6db9d25df2f2b1db4442d2ca2ad
react-native-ldk: 56632dc56319db257b5f03e71e791530b2590cbb
react-native-ldk: 6910154336e57be6702a33acad2191d39a3a214b
react-native-mmkv: 7d0b6c2a79e73100b933f2947a9c8741d664e18b
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
react-native-pubky: 9fd2633ee974bafa9b77e0cd59e2619a0d9d708d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@synonymdev/blocktank-lsp-http-client": "2.0.0",
"@synonymdev/feeds": "3.0.0",
"@synonymdev/ledger": "0.0.5",
"@synonymdev/react-native-ldk": "0.0.153",
"@synonymdev/react-native-ldk": "0.0.154",
"@synonymdev/react-native-lnurl": "0.0.10",
"@synonymdev/react-native-pubky": "^0.3.0",
"@synonymdev/result": "0.0.2",
Expand Down
1 change: 1 addition & 0 deletions src/utils/lightning/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ export const getFees: TGetFees = async () => {
anchorChannelFee: fees.slow,
nonAnchorChannelFee: fees.normal,
channelCloseMinimum: fees.minimum,
outputSpendingFee: fees.fast,
};
};

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4931,16 +4931,16 @@ __metadata:
languageName: node
linkType: hard

"@synonymdev/react-native-ldk@npm:0.0.153":
version: 0.0.153
resolution: "@synonymdev/react-native-ldk@npm:0.0.153"
"@synonymdev/react-native-ldk@npm:0.0.154":
version: 0.0.154
resolution: "@synonymdev/react-native-ldk@npm:0.0.154"
dependencies:
"@synonymdev/raw-transaction-decoder": 1.1.0
bech32: ^2.0.0
bitcoinjs-lib: ^6.0.2
peerDependencies:
react-native: "*"
checksum: 383cbae368dd1ba3a71f02d316948155ad677773845686d01810c63096653a96d7d72998a278f8a5925ea1d6aeb3adf2666f28193c030eae8654d6cbb3765f4a
checksum: bc013ea87932450f48f82f4b14583f3647c18df72b79ef018f34b43871db02db947c126f55da927d7cc56bfa68e8c34caab5ed8a623a53e4a08c368411f70367
languageName: node
linkType: hard

Expand Down Expand Up @@ -6598,7 +6598,7 @@ __metadata:
"@synonymdev/blocktank-lsp-http-client": 2.0.0
"@synonymdev/feeds": 3.0.0
"@synonymdev/ledger": 0.0.5
"@synonymdev/react-native-ldk": 0.0.153
"@synonymdev/react-native-ldk": 0.0.154
"@synonymdev/react-native-lnurl": 0.0.10
"@synonymdev/react-native-pubky": ^0.3.0
"@synonymdev/result": 0.0.2
Expand Down

0 comments on commit 958a62e

Please sign in to comment.