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

Make ETH1Data Determination More Strict #5944

Merged
merged 10 commits into from
May 22, 2020
Merged

Make ETH1Data Determination More Strict #5944

merged 10 commits into from
May 22, 2020

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented May 21, 2020

What type of PR is this?

Update to Spec v0.12

What does this PR do? Why is it needed?

We make sure that the eth1data cannot refer to a previous version of the deposit
trie by requiring all new eth1data have a deposit count higher than or equal to the
current one in the head state.

Which issues(s) does this PR fix?

Part of #5935 , and follows from this PR in the spec:
ethereum/consensus-specs#1836

Other notes for review

@nisdas nisdas requested a review from a team as a code owner May 21, 2020 15:57
@nisdas nisdas changed the base branch from master to v0.12 May 21, 2020 15:57
@nisdas nisdas added Ready For Review A pull request ready for code review v0.12 labels May 21, 2020
@terencechain terencechain mentioned this pull request May 21, 2020
25 tasks
@codecov
Copy link

codecov bot commented May 21, 2020

Codecov Report

Merging #5944 into v0.12 will decrease coverage by 0.02%.
The diff coverage is 42.85%.

@@            Coverage Diff             @@
##            v0.12    #5944      +/-   ##
==========================================
- Coverage   59.22%   59.19%   -0.03%     
==========================================
  Files         319      319              
  Lines       26869    26876       +7     
==========================================
- Hits        15912    15910       -2     
- Misses       8782     8790       +8     
- Partials     2175     2176       +1     

@prylabs-bulldozer prylabs-bulldozer bot merged commit ae14baa into v0.12 May 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the fixETH1Data branch May 22, 2020 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants