Skip to content
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- changed: (ARRR) Reimplement the Pirate Chain plugin over the unified `react-native-pirate-wallet` SDK, replacing `react-native-piratechain`. Every wallet lives in one device-scoped encrypted registry, so multiple ARRR wallets sync at once over a shared block cache, and amounts are encoded as strings for full precision.
- fixed: (ARRR) Point each Pirate Chain wallet at the plugin's own lightwalletd node. The SDK ships a default node and never reads the plugin's configuration, so wallets scanned against that default instead; when it stopped serving blocks the wallet sat at "Sync in Progress, 0% Complete" indefinitely with no error, since the chain tip still resolved. The configured port also moves to the node's plain gRPC port.

## 4.87.0 (2026-08-02)

- added: (Sui) `rpcNodes`, `rpcNodesArchival`, and `maxRequestsPerSecond` to the info payload, so nodes can be changed without a client release. Transaction sweeps start on an archival node, since the walk begins at the wallet's oldest transaction and a pruned node rejects a cursor older than its retention window.
Expand Down
16 changes: 1 addition & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
"process": "^0.11.10",
"querystring": "^0.2.1",
"react-native-monero": "0.4.0",
"react-native-piratechain": "0.5.0",
"react-native-zano": "^0.2.7",
"react-native-zcash": "0.13.1",
"rimraf": "^3.0.2",
Expand All @@ -187,7 +186,7 @@
},
"peerDependencies": {
"react-native-monero": "^0.3.0",
"react-native-piratechain": "v0.5.0",
"react-native-pirate-wallet": "^0.2.0",
"react-native-zano": "^0.2.7",
"react-native-zcash": "^0.13.1"
},
Expand Down
240 changes: 240 additions & 0 deletions src/docs/piratechain-sdk-v115-reconcile.md

Large diffs are not rendered by default.

Loading
Loading