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

Add interrupt-block, stop-block, refactor stats, explicit validity checks #1261

Merged
merged 22 commits into from
May 23, 2022

Conversation

prasannavl
Copy link
Member

@prasannavl prasannavl commented May 22, 2022

/kind feature

  • Adds the followings undocumented (for now), that's useful for running automated tests to stop the chain at a certain point.
    • -interrupt-block=hash|height flag, that's used to interrupt the chain by marking the block as invalid, but leaving the node running to interact with RPC.
    • -stop-block=hash|height flag that's used to stop the node at a block height, but without invalidating the block for further runs.
  • Minor refactors to rpc stats, and also ensure flags are set before the server init.
  • Explicit checks on price validity checks (require full sync verification)

@prasannavl prasannavl changed the title Add interrupt-block, refactor stats, explicit validity checks Add interrupt-block, stop-block, refactor stats, explicit validity checks May 22, 2022
@prasannavl prasannavl merged commit f42eb25 into master May 23, 2022
@prasannavl prasannavl deleted the pvl/master_post_split_finishes branch May 23, 2022 10:41
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

Successfully merging this pull request may close these issues.

3 participants