• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ExWeb3 / elixir_ethers / b92b4d33f92f81390310102eeeff3fd8c16d70e3-PR-271
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/req-0.7.4
DEFAULT BRANCH: main
Ran 30 Jul 2026 03:29AM UTC
Jobs 1
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Jul 2026 03:27AM UTC coverage: 90.347% (+0.2%) from 90.174%
b92b4d33f92f81390310102eeeff3fd8c16d70e3-PR-271

Pull #271

github

alisinabh
Support batching any adapter RPC method, including eth_createAccessList

The adapter delegated batch_request to Ethereumex.HttpClient.batch_request/2,
which dispatches batch entries to named functions on Ethereumex.HttpClient -
so methods Ethereumex does not implement (like eth_createAccessList) crashed
with UndefinedFunctionError when batched.

Build the batch payload in the adapter itself through Ethereumex's generic
request/3 (deriving the JSON-RPC method name from the callback atom) and post
it directly, making every method the adapter supports batchable without
depending on Ethereumex's named function coverage. Map :create_access_list to
eth_createAccessList in Ethers.batch/2 and document it as batchable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012pKYp3j1ew76CY7HA2nBTF
Pull Request #271: Add `eth_call` state overrides and `eth_createAccessList` support

75 of 78 new or added lines in 3 files covered. (96.15%)

1825 of 2020 relevant lines covered (90.35%)

50.68 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
92.37
0.09% lib/ethers.ex
1
84.62
4.62% lib/ethers/rpc_client/ethereumex_http_client.ex
Jobs
ID Job ID Ran Files Coverage
1 b92b4d33f92f81390310102eeeff3fd8c16d70e3-PR-271.1 30 Jul 2026 03:29AM UTC 42
90.35
GitHub Action Run
Source Files on build b92b4d33f92f81390310102eeeff3fd8c16d70e3-PR-271
  • Tree
  • List 42
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #271
  • PR Base - main (#F2E8D029...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc