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

Short circuit genesis condition for new state mgmt #5223

Merged
merged 4 commits into from Mar 26, 2020
Merged

Conversation

terencechain
Copy link
Member

Found a minor regression with state mgmt service on latest master.

If the input block root is zero hash, a node should just return what's stored in DB rather than proceed on rest of the computations

@terencechain terencechain added the Ready For Review A pull request ready for code review label Mar 26, 2020
@terencechain terencechain self-assigned this Mar 26, 2020
@terencechain terencechain changed the title Short circuit genesis condition Short circuit genesis condition for new state mgmt Mar 26, 2020
@codecov
Copy link

codecov bot commented Mar 26, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@93e68db). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #5223   +/-   ##
=========================================
  Coverage          ?   40.76%           
=========================================
  Files             ?      230           
  Lines             ?    19255           
  Branches          ?        0           
=========================================
  Hits              ?     7849           
  Misses            ?    10012           
  Partials          ?     1394

@rauljordan rauljordan merged commit 5e2faf1 into master Mar 26, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-genesis-case branch March 26, 2020 19:13
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