Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/align-native-sdks-0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@polygonlabs/oms-wallet-react-native': minor
---

Add wallet import, Solana wallet and balance APIs, and bounded remote smart-session access through the React Native SDK.

This release aligns the bridge with version 0.3.0 of the Swift and Kotlin SDKs. It also exposes wallet key origin, indexed fee selections, typed direct and remote access grants, session-specific access revocation, and typed wallet-import attestation failures.
4 changes: 4 additions & 0 deletions .changeset/ignore-changesets-temp-checks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Ignore transient Changesets branches in quick CI checks.
1 change: 1 addition & 0 deletions .github/workflows/quick-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- master
- 'changesets-ghcommit-temp/**'
workflow_dispatch:

concurrency:
Expand Down
Loading
Loading