Publish the production mobile Bare runtime - #16
Merged
Jainakin merged 43 commits intoAug 17, 2026
Conversation
This was referenced Aug 10, 2026
…wallet-native-runtime # Conflicts: # package.json # patches/c-ffi-utexo-patches-v0.10.0-beta.3.patch # scripts/native-overlay.test.js
# Conflicts: # CHANGELOG.md # README.md # binding.cc # package-lock.json # package.json # test.js
Jainakin
marked this pull request as ready for review
August 17, 2026 11:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Publishes the production-shaped Bare native runtime used by Iris Wallet and reconciles the wallet integration branch with the current RLN v0.11 binding surface.
Runtime surface
Immutable native provenance
v0.11.0-beta.3f30a5393268de67c6bb5a1c525bc790c5b11afa2patches/c-ffi-utexo-patches-v0.11.0-beta.3.patcha765ad577bb0e0a88cd15136074357babffd61e2c3dffde624017a2a3cc8983d95332c41fd715939ac6e078ad859d474b1f6fa9bThe overlay applies cleanly to the exact pinned commit. The generated C header in this package is byte-for-byte derived from that overlaid source.
Merge reconciliation
This branch contains both the wallet-specific native contract and the APIs already merged into current
mainby #17:assetLinkCreateThree stale wrappers discovered during reconciliation were moved to the closed-handle-safe
require_sdk_nodepath. Explicit shutdown state also prevents the wrapper from issuing a duplicate direct shutdown during destroy/teardown.Local validation
cargo fmt --all -- --check: passed on the overlaid RLN source.cargo check --lib: passed.cargo check: passed.npm run check:types: passed.npm test: passed, including Bare to C FFI to tokio to LDK boot, persistent external signer, typed signer mismatch, explicit shutdown, closed-handle rejection, and signer-store release.npm pack --dry-run: passed.Review notes
This PR is intentionally broad because it publishes the complete mobile native contract accumulated on the
iris-walletbranch. Merge updates source and CI contracts; release artifacts still follow the repository's normal release workflow.