react-native-monero 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/android/src/main/jniLibs/arm64-v8a/librnmonero.so +0 -0
- package/android/src/main/jniLibs/armeabi-v7a/librnmonero.so +0 -0
- package/ios/MoneroModule.xcframework/ios-arm64/libmonero-module.a +0 -0
- package/ios/MoneroModule.xcframework/ios-arm64_x86_64-simulator/libmonero-module.a +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.5.1 (2026-09-22)
|
|
6
|
+
|
|
7
|
+
- fixed: Debug iOS builds no longer fail to link with an `arm64_b26` fixup error against `_mdb_mutex_failed` when the app also carries other large native libraries. The vendored LMDB puts about 50 environment functions in a private `__TEXT,text_env` section, and the two-field Mach-O section specifier it used left `S_ATTR_PURE_INSTRUCTIONS` unset, so the linker did not count the section as code: it sorted it past every real code section, 173MB into a 190MB `__TEXT`, and would not plant a branch island for calls that crossed the +/-128MB `B`/`BL` reach. Release links because its `__TEXT` is about 50MB smaller. The section now declares its type and attributes in full, so it sorts directly after `__text`.
|
|
8
|
+
|
|
5
9
|
## 0.5.0 (2026-08-14)
|
|
6
10
|
|
|
7
11
|
- changed: (Breaking) `broadcastTransaction` returns a `BroadcastResult` with the transaction secret key (`txKey`) instead of the string `"success"`. The key is the sender's only proof of payment and the broadcast is the send path's only chance to hand it to the caller, since it cannot be derived from the seed. A key the wallet cannot report never fails an already-broadcast payment: the result simply carries no `txKey`.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/ios/MoneroModule.xcframework/ios-arm64_x86_64-simulator/libmonero-module.a
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 52578976 bytes
|
|
4
|
+
sha256: b9c14fec8b9bad06159e4145ba8d718ff3034da348278fee19fd284bd1820e36
|