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 assume valid for release. #3122

Merged
merged 1 commit into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chaincfg/mainnetparams.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ func MainNetParams() *Params {
// forks rejection checkpoint. This is intended to be updated
// periodically with new releases.
//
// Block 00000000000000001251efb83ad1a5c71351b50fe9195f009cf0bf5a7cd99d52
// Height: 606000
AssumeValid: *newHashFromStr("00000000000000001251efb83ad1a5c71351b50fe9195f009cf0bf5a7cd99d52"),
// Block 00000000000000008e50a3c18725d7272ec0057999a64aa62c15f398ffb7a0d7
// Height: 766600
AssumeValid: *newHashFromStr("00000000000000008e50a3c18725d7272ec0057999a64aa62c15f398ffb7a0d7"),

// MinKnownChainWork is the minimum amount of known total work for the
// chain at a given point in time. This is intended to be updated
Expand Down
6 changes: 3 additions & 3 deletions chaincfg/testnetparams.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ func TestNet3Params() *Params {
// forks rejection checkpoint. This is intended to be updated
// periodically with new releases.
//
// Block 00000000d64ceb1a686315ed56235e9a6838e3a22e9ec9bd92c2e04c09e0778b
// Height: 807905
AssumeValid: *newHashFromStr("00000000d64ceb1a686315ed56235e9a6838e3a22e9ec9bd92c2e04c09e0778b"),
// Block 00000000787986d95cef3b42beee6cc3c8065f6e5338e17854b1ff4d16b6a396
// Height: 1138320
AssumeValid: *newHashFromStr("00000000787986d95cef3b42beee6cc3c8065f6e5338e17854b1ff4d16b6a396"),

// MinKnownChainWork is the minimum amount of known total work for the
// chain at a given point in time. This is intended to be updated
Expand Down