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

chaincfg: Update min known chain work for release. #3264

Merged
merged 1 commit into from
May 14, 2024

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented May 13, 2024

This updates the minimum known chain work values for the main and test networks as follows:

mainnet: 0x000000000000000000000000000000000000000000243845fb2fb3d8f20ddfeb
testnet: 0x000000000000000000000000000000000000000000000000f376ddb1ab3a5a2e

$ dcrctl getblockhash 869216 | dcrctl getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000243845fb2fb3d8f20ddfeb
$ dcrctl --testnet getblockhash 1387535 | dcrctl --testnet getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000000000f376ddb1ab3a5a2e

Closes #3253.

@davecgh davecgh added this to the 1.9.0 milestone May 13, 2024
@davecgh davecgh changed the title chaincfg: Update assume valid for release. chaincfg: Update min known chain work for release. May 13, 2024
@davecgh davecgh force-pushed the chaincfg_update_min_known_chain_work branch from 2410dd9 to 7572b89 Compare May 13, 2024 22:39
Copy link
Member

@jholdstock jholdstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified both correct

This updates the minimum known chain work values for the main and test
networks as follows:

mainnet: 0x000000000000000000000000000000000000000000243845fb2fb3d8f20ddfeb
testnet: 0x000000000000000000000000000000000000000000000000f376ddb1ab3a5a2e
@davecgh davecgh force-pushed the chaincfg_update_min_known_chain_work branch from 7572b89 to d626811 Compare May 14, 2024 13:45
@davecgh davecgh merged commit d626811 into decred:master May 14, 2024
2 checks passed
@davecgh davecgh deleted the chaincfg_update_min_known_chain_work branch May 14, 2024 13:47
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.

Update Minimum Known Work for Release.
3 participants