-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Add transaction hash to max wait time error #7789
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
[SDK] Add transaction hash to max wait time error #7789
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 658f38c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughA patch update was made to the "thirdweb" component to improve error reporting in transaction receipt polling. The error message for exceeding the maximum wait time now includes the transaction hash, providing more specific information for traceability when a transaction receipt is not found within the expected block range. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
2468c17 to
658f38c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7789 +/- ##
==========================================
- Coverage 56.34% 56.34% -0.01%
==========================================
Files 905 905
Lines 58788 58788
Branches 4142 4141 -1
==========================================
- Hits 33127 33122 -5
- Misses 25556 25561 +5
Partials 105 105
🚀 New features to boost your workflow:
|

PR-Codex overview
This PR focuses on improving error messages related to transaction receipt retrieval in the
thirdwebpackage by including the transaction hash in the error messages.Detailed summary
wait-for-tx-receipt.tsto include thetransactionHash.wait-for-tx-receipt.test.tsto reflect the new error message format, incorporatingMOCK_TX_HASH.Summary by CodeRabbit