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

integrity check of local db #593

Open
qizhou opened this issue Jun 28, 2019 · 4 comments
Open

integrity check of local db #593

qizhou opened this issue Jun 28, 2019 · 4 comments
Assignees

Comments

@qizhou
Copy link
Contributor

qizhou commented Jun 28, 2019

Make sure if we change the code, the code can recognize local db, i.e., we don't break the existing consensus.

A couple of checks:

  • Check every root block
  • Check every minor block
  • Check block index to block map
  • Check x-shard transactions
    etc.
@qizhou qizhou self-assigned this Jun 28, 2019
@qizhou qizhou changed the title integration check of local db integrity check of local db Jul 2, 2019
@ninjaahhh
Copy link
Contributor

seems done, should close? @qizhou

@qizhou
Copy link
Contributor Author

qizhou commented Jul 24, 2019

May need the last steps of checking xshard txs.

@ninjaahhh
Copy link
Contributor

what should we check for xshard txs? in my understanding, CheckMinorBlock already checks 1) processing xshard deposits; 2) processing xshard tx on the sender side

@qizhou
Copy link
Contributor Author

qizhou commented Aug 6, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants