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. #2371

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 24, 2020

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

mainnet: 0x00000000000000000000000000000000000000000013e6909b5a73128d52fc6f
testnet: 0x000000000000000000000000000000000000000000000000e41955f181d00f59

@davecgh davecgh added this to the 1.6.0 milestone Sep 24, 2020
@davecgh
Copy link
Member Author

davecgh commented Sep 24, 2020

$ dcrctl getblockhash 487720 | dcrctl getblockheader - | jq .chainwork
"00000000000000000000000000000000000000000013e6909b5a73128d52fc6f"
$ dcrctl --testnet getblockhash 519845 | dcrctl --testnet getblockheader - | jq .chainwork
"000000000000000000000000000000000000000000000000e41955f181d00f59"

@degeri
Copy link
Member

degeri commented Sep 24, 2020

Matches


$ dcrctl getblockhash 487720 | dcrctl getblockheader - | jq .chainwork
"00000000000000000000000000000000000000000013e6909b5a73128d52fc6f"

$ dcrctl --testnet getblockhash 519845 | dcrctl --testnet getblockheader - | jq .chainwork
"000000000000000000000000000000000000000000000000e41955f181d00f59"

Copy link
Member

@matheusd matheusd left a comment

Choose a reason for hiding this comment

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

Verified

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.

LGTM - same output as everybody else

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

mainnet: 0x00000000000000000000000000000000000000000013e6909b5a73128d52fc6f
testnet: 0x000000000000000000000000000000000000000000000000e41955f181d00f59
@davecgh davecgh merged commit 84d59c0 into decred:master Sep 25, 2020
@davecgh davecgh deleted the update_min_known_chain_work branch September 25, 2020 16:59
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

5 participants