-
Notifications
You must be signed in to change notification settings - Fork 619
[dashboard-engine] updates for circle and wallet credentials #6202
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6202 +/- ##
=======================================
Coverage 56.77% 56.77%
=======================================
Files 1161 1161
Lines 64261 64261
Branches 5196 5196
=======================================
Hits 36483 36483
Misses 27050 27050
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
closes TOOL-3351
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces support for managing Circle wallet credentials in the thirdweb Engine, enhancing the wallet management features by allowing users to create, update, and configure Circle wallet credentials.
### Detailed summary
- Added `Wallet Credentials` section in the sidebar.
- Introduced `Circle` wallet option in backend wallet configurations.
- Created new components for managing Circle wallet credentials.
- Implemented credential creation and update functionalities.
- Updated UI components to support Circle wallet management.
- Enhanced documentation for Circle wallet setup and usage.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
a25efee to
b73fa4b
Compare
closes TOOL-3351
PR-Codex overview
This PR introduces support for "Wallet Credentials" in the engine, allowing secure management and creation of wallet credentials for Circle wallets. It enhances the UI and backend to accommodate these new features.
Detailed summary
Wallet Credentialssection in the sidebar.Circlewallet type in backend wallet options.WalletCredentialsSectioncomponent for managing credentials.