From e3c7e5bbad5e4f5915b47574ee743161d3d0841a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 7 Jun 2023 16:10:03 -0500 Subject: [PATCH] chaincfg: Update assume valid for release. This updates the assumed valid block for the main and test networks as follows: mainnet: 00000000000000008e50a3c18725d7272ec0057999a64aa62c15f398ffb7a0d7 testnet: 00000000787986d95cef3b42beee6cc3c8065f6e5338e17854b1ff4d16b6a396 --- chaincfg/mainnetparams.go | 6 +++--- chaincfg/testnetparams.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chaincfg/mainnetparams.go b/chaincfg/mainnetparams.go index 6415814670..3a374b7887 100644 --- a/chaincfg/mainnetparams.go +++ b/chaincfg/mainnetparams.go @@ -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 diff --git a/chaincfg/testnetparams.go b/chaincfg/testnetparams.go index ecdb32204d..692adaa8a9 100644 --- a/chaincfg/testnetparams.go +++ b/chaincfg/testnetparams.go @@ -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