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 checkpoints, and ability to skip PoW check in range #100

Merged
merged 2 commits into from Jul 26, 2023

Conversation

who-biz
Copy link
Contributor

@who-biz who-biz commented Jul 25, 2023

  • Adds checkpoints every 200k blocks + one at height 2,050,000
  • These blocks are checked explicitly for hash integrity
  • Once the final checkpoint is reached, remainder of blocks are fully validated for work proof
  • Adds 'skip_pow_validation' setting to config, defaults to false

- Adds checkpoints every 200k blocks + one at height 2,050,000
- These blocks are checked explicitly for hash integrity
- Once the final checkpoint is reached, remainder of blocks are fully validated for work proof
- Adds 'skip_pow_validation' setting to config, defaults to false
blacktyger
blacktyger previously approved these changes Jul 25, 2023
@who-biz who-biz merged commit 95368aa into EpicCash:master Jul 26, 2023
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.

None yet

3 participants