Skip to content

Commit

Permalink
Add checkpoints after the November 2024 upgrade
Browse files Browse the repository at this point in the history
Summary: As per title.

Test Plan: Check the blocks against your node, run IBD.

Reviewers: #bitcoin_abc, PiRK, Mengerian

Reviewed By: #bitcoin_abc, PiRK, Mengerian

Subscribers: Mengerian, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D17142
  • Loading branch information
Fabcien committed Nov 15, 2024
1 parent 544ca1c commit 6aa479f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Bitcoin ABC version 0.30.5 is now available from:
This release includes the following features and fixes:
- Additional flags "in" and "out" have been added to `-whitelist` to control whether
permissions apply to incoming connections and/or manual (default: incoming only).
- Added a checkpoint after the November 15, 2024 eCash network upgrade.
6 changes: 6 additions & 0 deletions src/networks/abc/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ static CCheckpointData mainNetCheckpointData = {
// Lee Kuan Yew activation.
{844743, BlockHash::fromHex("0000000000000000053b80210677e6821a2ac0ed73"
"b949a78667e1bfb3dfa6eb")},
// Augusto activation.
{871168, BlockHash::fromHex("0000000000000000232d2ec92c9a2dd3a6e887dabc"
"254c85f10e804239ff7274")},
}};

static CCheckpointData testNetCheckpointData = {
Expand Down Expand Up @@ -132,6 +135,9 @@ static CCheckpointData testNetCheckpointData = {
// Lee Kuan Yew activation.
{1608805, BlockHash::fromHex("00000000000ad004602681a2458bc6304196ec483"
"f336cce7d031309e4d3592d")},
// Augusto activation.
{1635241, BlockHash::fromHex("00000000082c7e223785dffb1f62db4ec737b8fd1"
"4faaf4dfb7c5a8bbf22bd2d")},
}};

static CCheckpointData regTestCheckpointData = {
Expand Down

0 comments on commit 6aa479f

Please sign in to comment.