Skip to content

Commit 0655f4d

Browse files
authored
Chore/drop sodium dep (#94)
* working * 5.0.0-alpha.0 packages added * alpha packages * proper package * version bump * chore: release 4.0.0 * chore: release 4.0.0-alpha.0 * fix example package.json * drop sodium * SodiumKeypair => KeypairRaw * bump version
1 parent fa2af7b commit 0655f4d

File tree

12 files changed

+323
-261
lines changed

12 files changed

+323
-261
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ PODS:
8888
- FlipperKit/FlipperKitNetworkPlugin
8989
- fmt (6.2.1)
9090
- glog (0.3.5)
91-
- helium-react-native-sdk (2.1.3):
91+
- helium-react-native-sdk (4.0.0-alpha.0):
9292
- React-Core
9393
- hermes-engine (0.72.4):
9494
- hermes-engine/Pre-built (= 0.72.4)
@@ -409,8 +409,6 @@ PODS:
409409
- React-Core
410410
- react-native-safe-area-context (4.7.1):
411411
- React-Core
412-
- react-native-sodium (0.4.0):
413-
- React
414412
- React-NativeModulesApple (0.72.4):
415413
- hermes-engine
416414
- React-callinvoker
@@ -593,7 +591,6 @@ DEPENDENCIES:
593591
- react-native-config (from `../node_modules/react-native-config`)
594592
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
595593
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
596-
- react-native-sodium (from `../node_modules/react-native-sodium`)
597594
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
598595
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
599596
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
@@ -706,8 +703,6 @@ EXTERNAL SOURCES:
706703
:path: "../node_modules/react-native-get-random-values"
707704
react-native-safe-area-context:
708705
:path: "../node_modules/react-native-safe-area-context"
709-
react-native-sodium:
710-
:path: "../node_modules/react-native-sodium"
711706
React-NativeModulesApple:
712707
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
713708
React-perflogger:
@@ -752,7 +747,7 @@ EXTERNAL SOURCES:
752747
:path: "../node_modules/react-native/ReactCommon/yoga"
753748

754749
SPEC CHECKSUMS:
755-
boost: 57d2868c099736d80fcd648bf211b4431e51a558
750+
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
756751
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
757752
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
758753
EXApplication: 034b1c40a8e9fe1bff76a1e511ee90dff64ad834
@@ -775,7 +770,7 @@ SPEC CHECKSUMS:
775770
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
776771
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
777772
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
778-
helium-react-native-sdk: a5b54a8baa48cee7019c7dbae35cc2983f816376
773+
helium-react-native-sdk: 971e56535365074c1c3c672b317ae49c8d89f867
779774
hermes-engine: 81191603c4eaa01f5e4ae5737a9efcf64756c7b2
780775
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
781776
MultiplatformBleAdapter: 5a6a897b006764392f9cef785e4360f54fb9477d
@@ -800,7 +795,6 @@ SPEC CHECKSUMS:
800795
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
801796
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
802797
react-native-safe-area-context: 9697629f7b2cda43cf52169bb7e0767d330648c2
803-
react-native-sodium: 274874541aa6bd00040f28c2e1e5118cbf113c0e
804798
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
805799
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
806800
React-RCTActionSheet: 02904b932b50e680f4e26e7a686b33ebf7ef3c00

example/package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@coral-xyz/anchor": "^0.26.0",
13-
"@helium/address": "^4.12.0",
14-
"@helium/crypto": "^4.12.0",
15-
"@helium/crypto-react-native": "^4.5.0",
13+
"@helium/address": "^5.0.0-alpha.0",
14+
"@helium/crypto": "^5.0.0-alpha.0",
15+
"@helium/crypto-react-native": "^5.0.0-alpha.0",
1616
"@helium/currency-utils": "^0.8.7",
1717
"@helium/hotspot-utils": "^0.8.7",
18-
"@helium/http": "^4.10.0",
19-
"@helium/onboarding": "^4.14.0",
20-
"@helium/proto-ble": "^4.11.1",
18+
"@helium/http": "^5.0.0-alpha.0",
19+
"@helium/onboarding": "^5.0.0-alpha.1",
20+
"@helium/proto-ble": "^5.0.0-alpha.1",
2121
"@helium/spl-utils": "^0.8.7",
22-
"@helium/transactions": "^4.12.0",
22+
"@helium/transactions": "^5.0.0-alpha.0",
2323
"@react-native-clipboard/clipboard": "^1.11.2",
2424
"@react-navigation/native": "^6.0.8",
2525
"@react-navigation/native-stack": "^6.1.0",
@@ -44,7 +44,6 @@
4444
"react-native-permissions": "^3.0.5",
4545
"react-native-safe-area-context": "^4.5.3",
4646
"react-native-screens": "^3.21.0",
47-
"react-native-sodium": "0.4.0",
4847
"typescript-collections": "^1.3.3"
4948
},
5049
"devDependencies": {

example/patches/react-native-sodium+0.3.9.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)