-
Notifications
You must be signed in to change notification settings - Fork 621
[SDK] Fix stray keccak256 reference #7089
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 #7089 +/- ##
==========================================
- Coverage 55.81% 55.80% -0.01%
==========================================
Files 900 900
Lines 57848 57846 -2
Branches 4067 4066 -1
==========================================
- Hits 32288 32283 -5
- Misses 25454 25459 +5
+ Partials 106 104 -2
🚀 New features to boost your workflow:
|
Merge activity
|
## Summary
- remove unused `keccak256` import
- clean up unused statement in `resolve-l2-name`
## Testing
- `pnpm test` *(fails: EHOSTUNREACH)*
<!-- start pr-codex -->
---
## PR-Codex overview
This PR removes an unused import of `keccak256` from the `resolve-l2-name.ts` file, streamlining the code by eliminating unnecessary references.
### Detailed summary
- Removed the unused import of `keccak256` from the file `packages/thirdweb/src/extensions/ens/resolve-l2-name.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
ea3588a to
c3d0e1a
Compare
WalkthroughThe changes remove an unused import of Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
## Summary
- remove unused `keccak256` import
- clean up unused statement in `resolve-l2-name`
## Testing
- `pnpm test` *(fails: EHOSTUNREACH)*
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on removing an unused import of the `keccak256` function from the `resolve-l2-name.ts` file, which helps in cleaning up the code and improving readability.
### Detailed summary
- Removed the import statement for `keccak256` from `viem` in `packages/thirdweb/src/extensions/ens/resolve-l2-name.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Chores**
- Removed unused code and imports to improve code cleanliness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
c3d0e1a to
e7c6043
Compare
## Summary
- remove unused `keccak256` import
- clean up unused statement in `resolve-l2-name`
## Testing
- `pnpm test` *(fails: EHOSTUNREACH)*
<!-- start pr-codex -->
---
## PR-Codex overview
This PR removes an unused import of `keccak256` from the `resolve-l2-name.ts` file, streamlining the code.
### Detailed summary
- Removed the unused import of `keccak256` from the file `packages/thirdweb/src/extensions/ens/resolve-l2-name.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Chores**
- Removed unused code and imports to improve code cleanliness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
e7c6043 to
6bad544
Compare
Summary
keccak256importresolve-l2-nameTesting
pnpm test(fails: EHOSTUNREACH)PR-Codex overview
This PR removes an unused import of
keccak256from theresolve-l2-name.tsfile, streamlining the code.Detailed summary
keccak256fromviem.Summary by CodeRabbit