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

Adapting EvmTracer to evmone::Tracer #638

Merged
merged 3 commits into from
Apr 18, 2022
Merged

Adapting EvmTracer to evmone::Tracer #638

merged 3 commits into from
Apr 18, 2022

Conversation

enriavil1
Copy link
Contributor

Adding stack_height and stack_top to get the stack values, since evmone::ExecutionState doesn't have the evmone::Stack inside itself anymore.

@enriavil1 enriavil1 requested a review from canepat April 18, 2022 15:31
@canepat canepat changed the title Adapting evmone Adapting EvmTracer to evmone::Tracer Apr 18, 2022
@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #638 (7637dc3) into master (d57404a) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #638      +/-   ##
==========================================
+ Coverage   82.09%   82.15%   +0.06%     
==========================================
  Files         173      173              
  Lines       14425    14425              
==========================================
+ Hits        11842    11851       +9     
+ Misses       2583     2574       -9     
Impacted Files Coverage Δ
core/silkworm/execution/evm.hpp 80.00% <ø> (ø)
core/silkworm/execution/evm.cpp 96.09% <100.00%> (+0.82%) ⬆️
core/silkworm/state/in_memory_state.cpp 93.65% <0.00%> (-1.47%) ⬇️
node/silkworm/rpc/call.hpp 93.01% <0.00%> (+2.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d57404a...7637dc3. Read the comment docs.

@canepat canepat merged commit f2a7a59 into master Apr 18, 2022
@canepat canepat deleted the adapting-evmone branch April 18, 2022 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants