Skip to content

Conversation

@davecgh
Copy link
Member

@davecgh davecgh commented Nov 24, 2025

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

mainnet: 0x000000000000000000000000000000000000000000243868232c14b8224643b6
testnet: 0x000000000000000000000000000000000000000000000000f377240e146195df

The following commands may be used to verify:

$ dcrctl getblockhash 1030629 | dcrctl getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000243868232c14b8224643b6
$ dcrctl --testnet getblockhash 1790621 | dcrctl --testnet getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000000000f377240e146195df

@davecgh davecgh added this to the 2.1.0 milestone Nov 24, 2025
Copy link
Member

@jrick jrick left a comment

Choose a reason for hiding this comment

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

confirmed

Copy link
Member

@dajohi dajohi left a comment

Choose a reason for hiding this comment

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

confirmed

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

mainnet: 0x000000000000000000000000000000000000000000243868232c14b8224643b6
testnet: 0x000000000000000000000000000000000000000000000000f377240e146195df

The following commands may be used to verify:
```
$ dcrctl getblockhash 1030629 | dcrctl getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000243868232c14b8224643b6
$ dcrctl --testnet getblockhash 1790621 | dcrctl --testnet getblockheader - | jq -r .chainwork
000000000000000000000000000000000000000000000000f377240e146195df
```
@davecgh davecgh force-pushed the chaincfg_update_min_known_chain_work branch from 782db61 to 26f4dd6 Compare November 24, 2025 20:47
@davecgh davecgh merged commit 26f4dd6 into decred:master Nov 24, 2025
34 checks passed
@davecgh davecgh deleted the chaincfg_update_min_known_chain_work branch November 24, 2025 21:00
@jholdstock
Copy link
Member

confirmed

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.

4 participants