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

EIP-3607: Reject transactions from senders with deployed code #423

Merged
merged 5 commits into from Sep 9, 2021

Conversation

yperbasis
Copy link
Member

It's already merged into geth (ethereum/go-ethereum#23303)

@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #423 (e6dbae0) into master (5a25c9d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #423   +/-   ##
=======================================
  Coverage   84.86%   84.86%           
=======================================
  Files         113      113           
  Lines        9195     9199    +4     
=======================================
+ Hits         7803     7807    +4     
  Misses       1392     1392           
Impacted Files Coverage Δ
core/silkworm/common/test_util.cpp 100.00% <ø> (ø)
core/silkworm/execution/processor.cpp 92.97% <100.00%> (+0.15%) ⬆️

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 5a25c9d...e6dbae0. Read the comment docs.

@yperbasis yperbasis merged commit 9250a51 into master Sep 9, 2021
@yperbasis yperbasis deleted the eip-3607 branch September 9, 2021 11:10
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.

EIP-3607: Reject transactions from senders with deployed code
2 participants