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

ExWeb3 / elixir_ethers / 2de82e1b0bd5d4c9a7ef7245db634a57df433761-PR-271
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/req-0.7.4
DEFAULT BRANCH: main
Ran 29 Jul 2026 09:04PM UTC
Jobs 1
Files 39
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

29 Jul 2026 08:49PM UTC coverage: 90.197% (+0.2%) from 90.028%
2de82e1b0bd5d4c9a7ef7245db634a57df433761-PR-271

Pull #271

github

alisinabh
Add eth_call state overrides and eth_createAccessList support

- New :state_overrides option on Ethers.call/2 and Ethers.estimate_gas/2 to
  simulate against modified chain state (balances, nonces, code, storage slots)
- New Ethers.StateOverride module validating and encoding override sets into
  their JSON-RPC representation
- New Ethers.create_access_list/2 (+ bang variant) wrapping eth_createAccessList,
  returning the access list in the format transaction overrides accept so it can
  be fed straight back into send_transaction
- New optional RPC adapter callbacks (eth_call/4, eth_estimate_gas/4,
  eth_create_access_list/3) - custom adapters remain backwards compatible and
  get {:error, :state_overrides_not_supported} / {:error, :not_supported} when
  they do not implement them

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

79 of 83 new or added lines in 3 files covered. (95.18%)

12 existing lines in 1 file now uncovered.

1647 of 1826 relevant lines covered (90.2%)

48.85 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
95.24
-0.22% lib/ethers.ex
2
94.59
lib/ethers/state_override.ex

Coverage Regressions

Lines Coverage ∆ File
12
95.24
-0.22% lib/ethers.ex
Jobs
ID Job ID Ran Files Coverage
1 2de82e1b0bd5d4c9a7ef7245db634a57df433761-PR-271.1 29 Jul 2026 09:04PM UTC 39
90.2
GitHub Action Run
Source Files on build 2de82e1b0bd5d4c9a7ef7245db634a57df433761-PR-271
  • Tree
  • List 39
  • 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 (#FD832C5D...)
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