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

Implement replay command to verify blockchain from 0 #1986

Closed
faustbrian opened this issue Jan 16, 2019 · 1 comment
Closed

Implement replay command to verify blockchain from 0 #1986

faustbrian opened this issue Jan 16, 2019 · 1 comment
Assignees

Comments

@faustbrian
Copy link
Contributor

faustbrian commented Jan 16, 2019

Whenever we make changes that could affect the sync from 0 we manually start one. It would be easier if we would have a command to replay the verification of all data in the database like it is done during sync but without storing the data again.

tl;dr
Sync a node from the database without storing any data, basically a dry-run from local data.


If you want to take on this task please leave a comment.

@faustbrian faustbrian changed the title Implement replay command to verify blockchain from 0 [1000$] Implement replay command to verify blockchain from 0 Mar 18, 2019
@faustbrian faustbrian pinned this issue Mar 18, 2019
@spkjp
Copy link
Contributor

spkjp commented Apr 27, 2019

WIP and still hacky, but overall its working: https://github.com/ArkEcosystem/core/tree/blockchain-replay

@spkjp spkjp self-assigned this Apr 27, 2019
@spkjp spkjp changed the title [1000$] Implement replay command to verify blockchain from 0 Implement replay command to verify blockchain from 0 Apr 27, 2019
@spkjp spkjp unpinned this issue Apr 27, 2019
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

3 participants
@spkjp @faustbrian and others