Skip to content

Commit 23696ce

Browse files
feat(dash-spv): add checkpoint for block 2300000
Add the most recent checkpoint at block 2300000 with masternode list snapshot ML2300000__70232. This checkpoint data was pulled from the spv-in-det-rebased branch to ensure dash-evo-tool compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 85c4502 commit 23696ce

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

dash-spv/src/chain/checkpoints.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,18 @@ pub fn mainnet_checkpoints() -> Vec<Checkpoint> {
342342
498598646,
343343
Some("ML1900000__70230"),
344344
),
345+
// Block 2300000 (2025) - recent checkpoint
346+
create_checkpoint(
347+
2300000,
348+
"00000000000000186f9f2fde843be3d66b8ae317cabb7d43dbde943d02a4b4d7",
349+
"000000000000000d51caa0307836ca3eabe93068a9007515ac128a43d6addd4e",
350+
1751767455,
351+
0x1938df46,
352+
"0x00000000000000000000000000000000000000000000aa3859b6456688a3fb53",
353+
"b026649607d72d486480c0cef823dba6b28d0884a0d86f5a8b9e5a7919545cef",
354+
972444458,
355+
Some("ML2300000__70232"),
356+
),
345357
]
346358
}
347359

0 commit comments

Comments
 (0)