Skip to content

Commit bc91a83

Browse files
Merge dashpay#6553: chore: bump assume valid / checkpoints for v22.1
aa6593a chore: bump assume valid / checkpoints for v22.1 (pasta) Pull request description: ## Issue being fixed or feature implemented Bump assume valid / checkpoint for upcoming 22.1 release ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: kwvg: utACK aa6593a UdjinM6: utACK aa6593a Tree-SHA512: 99755f527b94a1be4ead3dd3a5171c6f00c77b1807e005e64a813cce9e5299c507cf47115cfd07a11f86f15f6c9e1247c3d3635bb1c9e69d4930a363499f98f8
1 parent 3cd1aca commit bc91a83

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/chainparams.cpp

+6-4
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ class CMainParams : public CChainParams {
219219
consensus.vDeployments[Consensus::DEPLOYMENT_WITHDRAWALS].useEHF = true;
220220

221221
// The best chain should have at least this much work.
222-
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000009eb0f1d7fefc8750aebb"); // 2175051
222+
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000a39050764808db046f5c"); // 2216986
223223

224224
// By default assume that the signatures in ancestors of this block are valid.
225-
consensus.defaultAssumeValid = uint256S("0x000000000000001cf26547602d982dcaa909231bbcd1e70c0eb3c65de25473ba"); // 2175051
225+
consensus.defaultAssumeValid = uint256S("0x0000000000000010b1135dc743f27f6fc8a138c6420a9d963fc676f96c2048f4"); // 2216986
226226

227227
/**
228228
* The message start string is designed to be unlikely to occur in normal data.
@@ -332,6 +332,7 @@ class CMainParams : public CChainParams {
332332
{2029000, uint256S("0x0000000000000020d5e38b6aef5bc8e430029444d7977b46f710c7d281ef1281")},
333333
{2109672, uint256S("0x000000000000001889bd33ef019065e250d32bd46911f4003d3fdd8128b5358d")},
334334
{2175051, uint256S("0x000000000000001cf26547602d982dcaa909231bbcd1e70c0eb3c65de25473ba")},
335+
{2216986, uint256S("0x0000000000000010b1135dc743f27f6fc8a138c6420a9d963fc676f96c2048f4")},
335336
}
336337
};
337338

@@ -416,10 +417,10 @@ class CTestNetParams : public CChainParams {
416417
consensus.vDeployments[Consensus::DEPLOYMENT_WITHDRAWALS].useEHF = true;
417418

418419
// The best chain should have at least this much work.
419-
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000031ee38bc0876cef"); // 1143608
420+
consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000000031f769ba78b4bee"); // 1189000
420421

421422
// By default assume that the signatures in ancestors of this block are valid.
422-
consensus.defaultAssumeValid = uint256S("0x000000eef20eb0062abd4e799967e98bdebb165dd1c567ab4118c1c86c6e948f"); // 1143608
423+
consensus.defaultAssumeValid = uint256S("0x000001690314036dfbbecbdf382b230ead8e9c584241290a51f9f05a87a9cf7e"); // 1189000
423424

424425
pchMessageStart[0] = 0xce;
425426
pchMessageStart[1] = 0xe2;
@@ -505,6 +506,7 @@ class CTestNetParams : public CChainParams {
505506
{960000, uint256S("0x0000000386cf5061ea16404c66deb83eb67892fa4f79b9e58e5eaab097ec2bd6")},
506507
{1069875, uint256S("0x00000034bfeb926662ba547c0b8dd4ba8cbb6e0c581f4e7d1bddce8f9ca3a608")},
507508
{1143608, uint256S("0x000000eef20eb0062abd4e799967e98bdebb165dd1c567ab4118c1c86c6e948f")},
509+
{1189000, uint256S("0x000001690314036dfbbecbdf382b230ead8e9c584241290a51f9f05a87a9cf7e")},
508510
}
509511
};
510512

0 commit comments

Comments
 (0)