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

EVMC upgrade to 10.0.0-alpha.4 #448

Merged
merged 3 commits into from
Mar 17, 2022
Merged

EVMC upgrade to 10.0.0-alpha.4 #448

merged 3 commits into from
Mar 17, 2022

Conversation

chfast
Copy link
Member

@chfast chfast commented Mar 17, 2022

No description provided.

@chfast chfast requested review from gumb0 and yperbasis March 17, 2022 14:24
@@ -138,6 +138,10 @@ struct ExecutionState
size_t output_offset = 0;
size_t output_size = 0;

private:
evmc_tx_context m_tx = {};
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe better to name it m_tx_context.

@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #448 (d0ff2ed) into master (116b7e5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #448   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          32       32           
  Lines        4034     4038    +4     
=======================================
+ Hits         4018     4022    +4     
  Misses         16       16           
Flag Coverage Δ
consensus 86.76% <100.00%> (-0.06%) ⬇️
unittests 99.65% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
lib/evmone/tracing.hpp 94.11% <ø> (ø)
lib/evmone/execution_state.hpp 94.33% <100.00%> (+0.46%) ⬆️
lib/evmone/instructions.hpp 99.79% <100.00%> (ø)

@chfast chfast merged commit 072abe5 into master Mar 17, 2022
@chfast chfast deleted the evmc_upgrade branch March 17, 2022 21:13
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