[TASK-7154] [TASK-7169] Sync develop to peanut wallet#546
[TASK-7154] [TASK-7169] Sync develop to peanut wallet#546Hugo0 merged 117 commits intopeanut-walletfrom
Conversation
Release, Bug fix
[TASK-6625 & 6622] fix kyc iframe dimensions & cose mechanism
Add iframe fixes
[TASK-6745] WIP chore: update sdk
fix: should be clearer for US users how to enter their bank account
Fix/cashout bugs6
…s-input [TASK-6944] fix: disable autocorrect on address input
This was causing the input to be too short on desktop.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (5)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hugo0
left a comment
There was a problem hiding this comment.
Ok this is impossible to review properly ^^
47k LoC difference
I think we'll have to be careful how we handle email login vs passkey login. But I think we can figure that out later / transition current users manually.
| // Setting this option to true will print useful information to the console while you're setting up Sentry. | ||
| debug: false, | ||
| replaysOnErrorSampleRate: 1.0, | ||
| if (process.env.NODE_ENV !== 'development') { |
There was a problem hiding this comment.
thought: this never worked properly. still uploads to sentry everytime i build locally, and it takes forever. Kills me
| "country-list": "^2.3.0", | ||
| "encoding": "^0.1.13", | ||
| "eslint-config-next": "^14.2.13", | ||
| "ethers": "5.7.2", | ||
| "framer-motion": "^11.6.0", | ||
| "frames.js": "^0.15.2", | ||
| "fs-extra": "^11.2.0", | ||
| "i18n-iso-countries": "^7.12.0", | ||
| "install": "^0.13.0", | ||
| "framer-motion": "^11.11.17", | ||
| "i18n-iso-countries": "^7.13.0", | ||
| "i18next": "^23.2.3", | ||
| "js-cookie": "^3.0.5", | ||
| "libphonenumber-js": "^1.11.8", | ||
| "logrocket": "^8.1.0", | ||
| "lokijs": "^1.5.12", | ||
| "lottie-react": "^2.4.0", | ||
| "multicoin-address-validator": "^0.5.21", | ||
| "next": "^14.2.13", | ||
| "node-fetch": "^3.3.2", | ||
| "permissionless": ">=0.1.44 <=0.1.45", | ||
| "pino-pretty": "^10.3.1", | ||
| "prop-types": "^15.8.1", |
Sync develop, fix merge conflicts and build errors.
Also updated zerodev sdk from 5.3 to 5.4, some new changes that are useful to us