Skip to content
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

fix: precompile condition #3526

Merged
merged 2 commits into from
Jul 2, 2023
Merged

fix: precompile condition #3526

merged 2 commits into from
Jul 2, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Jul 1, 2023

ref #3523

wrong precompile check, should also include precompiles on depth 0 but not the root call

this is not the fix yet, but still a bug ref https://github.com/ledgerwatch/erigon/blob/eae2d9a79cb70dbe30b3a6b79c436872e4605458/cmd/rpcdaemon/commands/trace_adhoc.go#L281-L284

@mattsse mattsse added C-bug An unexpected or incorrect behavior A-rpc Related to the RPC implementation labels Jul 1, 2023
@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Merging #3526 (509238c) into main (2126c01) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

Impacted Files Coverage Δ
crates/revm/revm-inspectors/src/tracing/mod.rs 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.26% <0.00%> (+<0.01%) ⬆️
unit-tests 64.09% <0.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 23.05% <ø> (ø)
blockchain tree 81.69% <ø> (ø)
pipeline 87.10% <ø> (ø)
storage (db) 73.93% <ø> (ø)
trie 95.64% <ø> (ø)
txpool 51.14% <ø> (-0.65%) ⬇️
networking 77.90% <ø> (-0.01%) ⬇️
rpc 58.16% <ø> (-0.02%) ⬇️
consensus 62.78% <ø> (ø)
revm 34.99% <0.00%> (-0.09%) ⬇️
payload builder 6.83% <ø> (ø)
primitives 88.48% <ø> (-0.02%) ⬇️

Copy link
Member

@gakonst gakonst left a comment

Choose a reason for hiding this comment

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

good w/ me - and we can followup to close the actual issue

@gakonst gakonst merged commit 1e3092b into main Jul 2, 2023
@gakonst gakonst deleted the matt/fix-precompile-check branch July 2, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants