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

Fix cold state generation #5770

Merged
merged 4 commits into from
May 6, 2020
Merged

Fix cold state generation #5770

merged 4 commits into from
May 6, 2020

Conversation

terencechain
Copy link
Member

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

This fixes cold state generation. As we found a few edge cases while testing get state end point. This PR fixed those edge cases and guarantee cold state at any slot can successfully be generated

Which issues(s) does this PR fix?

Fixes #5754

@terencechain terencechain requested a review from a team as a code owner May 6, 2020 19:23
@terencechain terencechain self-assigned this May 6, 2020
@terencechain terencechain added Ready For Review A pull request ready for code review Bug Something isn't working labels May 6, 2020
@codecov
Copy link

codecov bot commented May 6, 2020

Codecov Report

Merging #5770 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5770   +/-   ##
=======================================
  Coverage   41.68%   41.68%           
=======================================
  Files         300      300           
  Lines       25726    25726           
=======================================
  Hits        10723    10723           
  Misses      13092    13092           
  Partials     1911     1911           

@terencechain terencechain merged commit ef4dead into master May 6, 2020
@delete-merged-branch delete-merged-branch bot deleted the 5754 branch May 6, 2020 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stategen in cold is broken with could not get one block root to get state
2 participants