-
Notifications
You must be signed in to change notification settings - Fork 563
fix(thirdweb): add optional 'from' in readContract method #3735
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 ↗︎
|
🦋 Changeset detectedLatest commit: 6cc3038 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Your org requires the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @joaquim-verges and the rest of your teammates on |
CodSpeed Performance ReportMerging #3735 will not alter performanceComparing Summary
|
size-limit report 📦
|
5036aa2
to
91abf16
Compare
91abf16
to
32a08e3
Compare
32a08e3
to
b7a351d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken test to fix otherwise looks good. Seems like the test is broken due do not relying on the default block wait time const only.
b7a351d
to
5462554
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3735 +/- ##
=======================================
Coverage 61.51% 61.51%
=======================================
Files 926 926
Lines 73136 73138 +2
Branches 3716 3717 +1
=======================================
+ Hits 44987 44989 +2
Misses 27465 27465
Partials 684 684
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
Fixes #3683 <!-- start pr-codex --> --- ## PR-Codex overview The focus of this PR is to add an optional 'from' parameter in the `readContract()` function and update default max block wait times to 100 in various files. ### Detailed summary - Added optional 'from' parameter in `readContract()` - Updated default max block wait times to 10 in specific files - Increased default max block wait times to 100 in other files > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5462554
to
6cc3038
Compare
Fixes #3683
PR-Codex overview
The focus of this PR is to enhance the blockchain API functionalities by adding an optional 'from' parameter in
readContract()
and adjusting block wait times.Detailed summary
readContract()
useReadContract
function parameters for improved functionality