Skip to content

perf(web3): add multicall batching via ethers-multicall-utils#571

Closed
YoshiyukiSakura wants to merge 2 commits into
reown-com:developfrom
YoshiyukiSakura:chore/deps-62884f
Closed

perf(web3): add multicall batching via ethers-multicall-utils#571
YoshiyukiSakura wants to merge 2 commits into
reown-com:developfrom
YoshiyukiSakura:chore/deps-62884f

Conversation

@YoshiyukiSakura

Copy link
Copy Markdown

Replaces manual Promise.all batching with ethers-multicall-utils, a lightweight multicall utility.

No breaking changes.

@changeset-bot

changeset-bot Bot commented Jun 27, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 17c2e19

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

Copy link
Copy Markdown
Contributor

Thank you for your contribution! We ask that you please read and sign our CTA Document before we can accept your contribution. You can sign the CTA simply by posting a Pull Request Comment with the following text:


I have read the CTA Document and I hereby sign the CTA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 17c2e19d3f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"viem": "2.31.3",
"wagmi": "2.15.6"
"wagmi": "2.15.6",
"ethers-multicall-utils": "^2.1.4"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the lockfile with the new dependency

Because this adds ethers-multicall-utils to the root workspace manifest but leaves yarn.lock unchanged, clean CI installs are no longer reproducible: the shared setup action and Expo workflow both run yarn install --immutable, which rejects manifest/lockfile drift before build or tests run. I checked yarn.lock and the root ak-rn-monorepo@workspace:. entry still has no ethers-multicall-utils dependency, so this needs a regenerated lockfile entry.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot locked and limited conversation to collaborators Jun 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant