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

feat(executor): Execute block of transactions and return tx patches #238

Merged
merged 4 commits into from
Nov 22, 2022

Conversation

rakita
Copy link
Collaborator

@rakita rakita commented Nov 22, 2022

Block execution. Cleanup on primitives proofs. Added execution spec.

@codecov
Copy link

codecov bot commented Nov 22, 2022

Codecov Report

Merging #238 (15e7566) into main (84ef65d) will increase coverage by 1.48%.
The diff coverage is 82.27%.

@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
+ Coverage   67.17%   68.65%   +1.48%     
==========================================
  Files         214      217       +3     
  Lines       18386    19083     +697     
==========================================
+ Hits        12351    13102     +751     
+ Misses       6035     5981      -54     
Impacted Files Coverage Δ
crates/common/rlp/src/lib.rs 100.00% <ø> (ø)
crates/primitives/src/transaction/mod.rs 87.05% <14.28%> (+2.06%) ⬆️
crates/primitives/src/header.rs 95.63% <62.50%> (-1.34%) ⬇️
crates/executor/src/config.rs 68.29% <70.00%> (+68.29%) ⬆️
crates/executor/src/executor.rs 83.48% <83.38%> (+83.48%) ⬆️
crates/primitives/src/proofs.rs 82.92% <85.71%> (+30.61%) ⬆️
crates/common/rlp/src/encode.rs 97.95% <100.00%> (+0.16%) ⬆️
crates/executor/src/revm_wrap.rs 34.40% <100.00%> (+34.39%) ⬆️
crates/primitives/src/block.rs 91.42% <100.00%> (+14.28%) ⬆️
crates/interfaces/src/p2p/headers/error.rs 75.00% <0.00%> (-25.00%) ⬇️
... and 31 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@rkrasiuk rkrasiuk left a comment

Choose a reason for hiding this comment

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

lgtm

@rkrasiuk rkrasiuk added C-enhancement New feature or request A-execution Related to the Execution and EVM labels Nov 22, 2022
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm

@rakita rakita merged commit 7e69304 into main Nov 22, 2022
@rakita rakita deleted the rakita/exe_commit branch November 22, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-execution Related to the Execution and EVM C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants