-
Notifications
You must be signed in to change notification settings - Fork 83
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
Circle Wallets #841
Circle Wallets #841
Conversation
We're building your pull request over on Zeet. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
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.
i see what you mean by so many files touched when adding a wallet type xD
Context:
eventual migration plan to normalised credentials:
PR-Codex overview
This PR focuses on enhancing wallet credential management, particularly for Circle wallets, by introducing new schemas, routes, and database structures. It also includes error handling improvements and updates to the wallet creation process.
Detailed summary
migration.sql
to alter thewallet_credentials
table.get-wallet.ts
.CircleWalletConfiguration
type inconfig.ts
.create.ts
.get-wallet-credential.ts
.create-wallet-credential.ts
.walletProviderConfigs
andWalletCredentials
model.