NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
58 stars 14 forks source link

fix: chain ID at block number #726

Closed Wodann closed 3 weeks ago

Wodann commented 3 weeks ago

This fixes a merge error resulting in latest chain ID always being used for eth_call instead of using the chain ID at the block number.

changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: d70a925f6215937039d78e603ed8677994370a41

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

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (feat/multichain@70e0111). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/edr_optimism/src/transaction/request.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/multichain #726 +/- ## ================================================== Coverage ? 53.73% ================================================== Files ? 236 Lines ? 27741 Branches ? 27741 ================================================== Hits ? 14906 Misses ? 11911 Partials ? 924 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.