chore(deps): bump @onekeyfe native modules to 3.0.66 (Android downloader EROFS fix + resume hardening)#12042
Merged
Merged
Conversation
Pulls in the app-modules 3.0.66 release: Android segment-file concurrent downloader (fixes EROFS/ENOSPC on near-full devices) + hardened kill->restart resume (unconditional segment resume backed by final SHA256/GPG, committed-cursor concat, per-segment Content-Range validation, consumer .segN cleanup). Bumps all @onekeyfe/react-native-* modules 3.0.65 -> 3.0.66 across apps/mobile, root and packages/components, with yarn.lock and Podfile.lock regenerated to match. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
huhuanming
requested review from
ezailWang,
originalix,
revan-zhang and
sidmorizon
as code owners
June 12, 2026 15:29
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
zhaono1
approved these changes
Jun 12, 2026
huhuanming
enabled auto-merge (squash)
June 12, 2026 15:31
originalix
approved these changes
Jun 12, 2026
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.
What
Pulls the app-modules 3.0.66 release into app-monorepo: all
@onekeyfe/react-native-*modules bumped 3.0.65 → 3.0.66 (apps/mobile, root,packages/components), withyarn.lockandPodfile.lockregenerated to match.Why — what 3.0.66 brings (Android, app-modules#66)
<partial>.segN(plain sequential append), so near-full f2fs devices no longer fail before the first byte..segNare reused unconditionally; committed-cursor concat; per-segment Content-Range validation; consumer "untrustworthy → restart" branches uniformly wipe.segN.Upstream PR: OneKeyHQ/app-modules#66
Verification
compileDebugKotlinBUILD SUCCESSFUL for all three modules in app-modules..segN, final verify passed and the APK installed.yarn.lockresolved all 3.0.66 versions successfully.Notes
yarn installafter merge to confirm the lock is consistent.🤖 Generated with Claude Code