chore(examples): upgrade react-turnkey-wallet to @zama-fhe/sdk 3.1.0-alpha.10#429
Draft
zama-cremaud wants to merge 1 commit into
Draft
chore(examples): upgrade react-turnkey-wallet to @zama-fhe/sdk 3.1.0-alpha.10#429zama-cremaud wants to merge 1 commit into
zama-cremaud wants to merge 1 commit into
Conversation
Public API Changes✅ No public API changes detected. |
Coverage Report
File CoverageNo changed files found. |
…alpha.10
Bump @zama-fhe/sdk and @zama-fhe/react-sdk pins from 3.0.0-alpha.41 to
3.1.0-alpha.10. The example already uses the 3.1 hook surface (positional
address for useUnshield/useResumeUnshield, { address } for useShield/
useConfidentialTransfer/useConfidentialBalance), so no call-site changes
are needed.
Verified with `npm run typecheck` (exit 0) against the published
3.1.0-alpha.10 packages.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3506097 to
9c9495c
Compare
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.
Upgrades the react-turnkey-wallet example from
3.0.0-alpha.41to the3.1.0-alpha.10SDK line.What changed
@zama-fhe/sdkand@zama-fhe/react-sdkto3.1.0-alpha.10.useUnshield/useResumeUnshield,{ address }foruseShield/useConfidentialTransfer/useConfidentialBalance). It also uses no permit/delegation hooks, so the decrypt-glossary rename does not apply.Verification
npm run typecheck→ exit 0 against the published3.1.0-alpha.10packages.Part of the SDK-208 example-app upgrade rollout (one PR per app).
🤖 Generated with Claude Code