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

Define state summary proto #4967

Merged
merged 7 commits into from Mar 2, 2020
Merged

Define state summary proto #4967

merged 7 commits into from Mar 2, 2020

Conversation

terencechain
Copy link
Member

This PR defines state summary proto. This allows easy state regen and blocks playback to compute and generate state of any given slot. Such structure is used in #4834 for a while and have been battle tested in #4945

The key here is slot and boundary_root. With those two a node can play back a state of any given slot

@terencechain terencechain added Ready For Review A pull request ready for code review new-state-mgmt labels Feb 28, 2020
@terencechain terencechain self-assigned this Feb 28, 2020
@codecov
Copy link

codecov bot commented Mar 1, 2020

Codecov Report

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

@@            Coverage Diff            @@
##             master    #4967   +/-   ##
=========================================
  Coverage          ?   33.08%           
=========================================
  Files             ?      208           
  Lines             ?    16032           
  Branches          ?        0           
=========================================
  Hits              ?     5304           
  Misses            ?     9809           
  Partials          ?      919

@0xKiwi 0xKiwi merged commit cb163d8 into master Mar 2, 2020
@delete-merged-branch delete-merged-branch bot deleted the state-summary-proto branch March 2, 2020 04:10
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