feat: Benchmark wallets on deposit-addresses best practice, batch 3 - #247
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (12)
📒 Files selected for processing (6)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughReplaces empty stub benchmark modules ( ChangesDeposit-addresses benchmark modules (Frame & Kraken Wallet)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR benchmarks two wallet apps (Frame Wallet and Kraken Wallet) against the deposit-addresses ENS resolution best practice by adding full acceptance-test result data (with proof assets) and wiring the apps’ benchmark registries to the new deposit-addresses benchmark modules.
Changes:
- Added complete
deposit-addressesacceptance-test benchmark results for Frame Wallet and Kraken Wallet (including proof images and standardized notes). - Updated each app’s benchmarks registry to import/use
./resolution/deposit-addresses. - Removed the previous placeholder
deposit-addressbenchmark stubs for these apps.
Reviewed changes
Copilot reviewed 6 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ensawards.org/data/apps/kraken-wallet/benchmarks/resolution/deposit-addresses/index.tsx | Adds Kraken Wallet deposit-addresses benchmark results (AT1–AT8) with proof references and notes. |
| ensawards.org/data/apps/kraken-wallet/benchmarks/resolution/deposit-address/index.tsx | Removes the old placeholder stub benchmark module. |
| ensawards.org/data/apps/kraken-wallet/benchmarks/index.tsx | Switches registry import to ./resolution/deposit-addresses and maps it to "deposit-addresses". |
| ensawards.org/data/apps/frame-wallet/benchmarks/resolution/deposit-addresses/index.tsx | Adds Frame Wallet deposit-addresses benchmark results (AT1–AT8) with proof references and notes. |
| ensawards.org/data/apps/frame-wallet/benchmarks/resolution/deposit-address/index.tsx | Removes the old placeholder stub benchmark module. |
| ensawards.org/data/apps/frame-wallet/benchmarks/index.tsx | Switches registry import to ./resolution/deposit-addresses and maps it to "deposit-addresses". |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Lite PR → Benchmark wallets on
deposit-addressesbest practice, batch 2Summary
walletondeposit-addressesbest practice.Why
Testing
typecheck,lint, andtestcommands locally to ensure that the migration didn't break anything, and later confirmed that in our CI workflowPre-Review Checklist (Blocking)