-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
chore: v1 #576
Conversation
🦋 Changeset detectedLatest commit: dff9b85 The changes in this PR will be included in the next version bump. 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +1.07 kB (0%) Total Size: 256 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #576 +/- ##
==========================================
+ Coverage 99.85% 99.93% +0.08%
==========================================
Files 259 260 +1
Lines 24275 24539 +264
Branches 2020 2027 +7
==========================================
+ Hits 24239 24524 +285
+ Misses 36 15 -21
|
…tractEventFilter` (#547) * feat: add `strict` mode on `getLogs`, `createEventFilter`, `createContractEventFilter` & refactor log types * fix: allow recovery id as v when recovering public key (#545) Co-authored-by: wyze <[email protected]> * feat: support ganache on Test Client * chore: changeset * chore: version package (#548) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: use built-in `stringify` for observer ids * chore: changeset * chore: version package (#550) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Use static value for constant gwei default tip (#555) * static value for constant gwei default tip * Update src/utils/transaction/prepareRequest.ts --------- Co-authored-by: awkweb <[email protected]> * feat: export types * Version Packages (#557) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: `account` parameter type on `readContract` * docs: update * chore: prettify types --------- Co-authored-by: wyze <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: malone hedges <[email protected]> Co-authored-by: awkweb <[email protected]>
* fix: labels >255 bytes in ens name resolution * tweak * increase test cov * changeset
* fixed getFilterLogs return type * deleted randomly added symbol * added .changeset * Revert "fixed getFilterLogs return type" This reverts commit 8a6d9d0. * changed BigInt to Number * Update log.ts * refactor --------- Co-authored-by: jxom <[email protected]>
* feat: batch json-rpc * feat: add batchSize * refactor
* chore: add sponsors * refactor: remove ethers adapter
* chore: init * feat: new universal resolver compat * chore: update @wagmi/chains * Create eight-hornets-rush.md
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
|
strict
mode togetLogs
,createEventFilter
,createContractEventFilter
#547PR-Codex overview
This PR adds new features and improvements to the
viem
library, including upgrading the ENS Universal Resolver contract address, adding Batch JSON-RPC onhttp
Transport, and adding support for labels larger than 255 bytes when resolving ENS names. It also includes some breaking changes, such as changinglogIndex
&transactionIndex
onLog
to return anumber
instead of abigint
.Detailed summary
http
Transport.logIndex
&transactionIndex
onLog
to return anumber
instead of abigint
.ethersWalletToAccount
adapter.strict
parameter togetLogs
,createEventFilter
&createContractEventFilter
.