-
Notifications
You must be signed in to change notification settings - Fork 0
896 - feat: update to register v4 #1045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
PR SummaryUpdated the account registration flow to use the v4 API endpoint. Added a new Changes
autogenerated by presubmit.ai |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Files Processed (1)
- packages/services/src/ProfileService.ts (3 hunks)
Actionable Comments (0)
Skipped Comments (2)
-
packages/services/src/ProfileService.ts [454-459]
possible bug: "Non-null assertion on potentially undefined value."
-
packages/services/src/ProfileService.ts [477-479]
possible issue: "Response structure handling may be inconsistent."
Closes #896
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Files Processed (4)
- apps/react-native/src/bridge/NativeFRWBridge.ts (1 hunk)
- apps/react-native/src/bridge/PlatformImpl.ts (1 hunk)
- packages/context/src/interfaces/PlatformSpec.ts (1 hunk)
- packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx (2 hunks)
Actionable Comments (0)
Skipped Comments (2)
-
packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx [194-207]
possible issue: "Uninitialized variable could lead to undefined usage."
-
packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx [200-200]
security: "Ensure signature value is not logged."
| public_key: accountKey.publicKey, | ||
| sign_algo: accountKey.signAlgo, | ||
| hash_algo: accountKey.hashAlgo, | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add evmAccountInfo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Files Processed (5)
- apps/react-native/src/bridge/NativeFRWBridge.ts (2 hunks)
- apps/react-native/src/bridge/PlatformImpl.ts (1 hunk)
- packages/context/src/interfaces/PlatformSpec.ts (1 hunk)
- packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx (1 hunk)
- packages/services/src/ProfileService.ts (2 hunks)
Actionable Comments (0)
Skipped Comments (2)
-
packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx [216-227]
possible issue: "Missing deviceInfo parameter in registerV4 call."
-
packages/screens/src/onboarding/ConfirmRecoveryPhraseScreen.query.tsx [198-200]
enhancement: "Late capability check may lead to poor user experience."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (1)
- 614706c: Merge branch 'dev' into 896-register-v4
Closes #896
🔗 Related Issues
Linked automatically from the branch name. If incorrect, edit:
Self-Checklist
📝 Description
📸 Screenshots/Videos