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

Methods to retrieves last saved state and block for stategen pkg #5005

Merged
merged 11 commits into from Mar 5, 2020

Conversation

terencechain
Copy link
Member

This PR implements the necessary methods to retrieve last saved block and last saved state given input slot which is the slot of the interest. These two functions are essential for stategen to allow retrievals of historical blocks and state

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

codecov bot commented Mar 4, 2020

Codecov Report

Merging #5005 into master will not change coverage by %.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5005   +/-   ##
=======================================
  Coverage   41.22%   41.22%           
=======================================
  Files         226      226           
  Lines       17559    17559           
=======================================
  Hits         7238     7238           
  Misses       9044     9044           
  Partials     1277     1277           

@rauljordan rauljordan merged commit aebc883 into master Mar 5, 2020
@rauljordan rauljordan deleted the last-valid-block-state branch March 5, 2020 16:22
@rauljordan rauljordan restored the last-valid-block-state branch March 5, 2020 16:22
@delete-merged-branch delete-merged-branch bot deleted the last-valid-block-state branch March 5, 2020 16:22
@rauljordan rauljordan restored the last-valid-block-state branch March 5, 2020 16:22
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