Upgrade Zcash to NU6.2#6020
Merged
Merged
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneRequirements
If you have made any visual changes to the GUI. Make sure you have:
Note
High Risk
Updates the native Zcash wallet stack and Android Kotlin toolchain; incorrect NU6.2 or SDK behavior could affect sync, balances, or transactions for ZEC users.
Overview
Upgrades
react-native-zcashfrom 0.10.7 to 0.11.0 (with matchingyarn.lock/Podfile.lock) to pick up Zcash NU6.2 support in the native bridge.On Android, bumps
kotlinVersionfrom 2.0.21 to 2.3.20 and pins the Kotlin Gradle plugin to that version so the build matches zcash-android-sdk (Kotlin 2.3 metadata).In app config, sets
highPrecisionSyncRatioDisplay: trueon thezcashentry inWalletAndCurrencyConstantsso sync progress can show finer-grained ratios during long shielded syncs (same pattern as Pirate Chain).Reviewed by Cursor Bugbot for commit c234d73. Bugbot is set up for automated code reviews on this repo. Configure here.