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

Check new state mgmt service is compatible with DB #5231

Merged
merged 6 commits into from Mar 29, 2020

Conversation

terencechain
Copy link
Member

This PR adds a check to ensure new state management service is compatible with beacon node DB. It implements the following conditions:
old-state-mgmt-service -> new-state-mgmt-service is not ok and errors out
new-state-mgmt-service -> old-state-mgmt-service is ok

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

codecov bot commented Mar 27, 2020

Codecov Report

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

@@           Coverage Diff           @@
##           master    #5231   +/-   ##
=======================================
  Coverage   46.38%   46.38%           
=======================================
  Files         231      231           
  Lines       19147    19147           
=======================================
  Hits         8881     8881           
  Misses       8770     8770           
  Partials     1496     1496

@terencechain terencechain merged commit c67b01e into master Mar 29, 2020
@delete-merged-branch delete-merged-branch bot deleted the db-verify-state-schemes branch March 29, 2020 01:07
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