-
Notifications
You must be signed in to change notification settings - Fork 5
dev: Add deposit-address best practice
#233
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,6 +67,16 @@ const benchmarks = { | |
| ), | ||
| } as const satisfies AcceptanceTestBenchmark, | ||
| }, | ||
| "deposit-addresses": { | ||
| "correctly-resolve-direct-onchain-subname-address": undefined, | ||
| "correctly-resolve-names-requiring-normalization": undefined, | ||
| "correctly-implement-ccip-read-for-eth-subnames": undefined, | ||
| "correctly-implement-ccip-read-for-offchain-dns-names": undefined, | ||
| "correctly-resolve-names-for-different-evm-chains": undefined, | ||
| "correctly-resolve-names-for-bitcoin": undefined, | ||
| "correctly-resolve-names-for-solana": undefined, | ||
| "correctly-handle-resolution-for-chains-with-invalid-address-formatting": undefined, | ||
| }, | ||
|
Comment on lines
+70
to
+79
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Benchmark stubs are still incomplete for merge readiness. All deposit-addresses tests are 🤖 Prompt for AI Agents
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These benchmarks will be filled/performed in the few following days. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
🧠 Learnings used |
||
| } as const satisfies BestPracticeBenchmarks; | ||
|
|
||
| defineAppBenchmarks(AmbireWallet, benchmarks); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.