From de93828f9ce7579141eea3a434fae442a465ea66 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Mon, 13 Jan 2025 10:03:17 +0000 Subject: [PATCH] Add mainnet checkoint for block 879058 and testnet4 checkpoint for block 64493 --- counterparty-core/counterpartycore/lib/check.py | 8 ++++++++ release-notes/release-notes-v10.9.0.md | 1 + 2 files changed, 9 insertions(+) diff --git a/counterparty-core/counterpartycore/lib/check.py b/counterparty-core/counterpartycore/lib/check.py index 3b5d5c064..f475f4411 100644 --- a/counterparty-core/counterpartycore/lib/check.py +++ b/counterparty-core/counterpartycore/lib/check.py @@ -695,6 +695,10 @@ "ledger_hash": "4c4d6b660af23bb03a04bbf93ddd0a4b8e615dd7b883ecf827274cabe658bfc2", "txlist_hash": "f6a99d60337c33c1822c048f56e241455cd7e45bb5a9515096f1ac609d50f669", }, + 879058: { + "ledger_hash": "e6bf730a18c148adbd2cce9bd0f361e595e44d53fa98a9d9bdbf4c944f6c233b", + "txlist_hash": "e9946ac128405885f251fbb98a952ed554ea6cc25973261da9f40eabf4f3b429", + }, } CONSENSUS_HASH_VERSION_TESTNET = 7 @@ -875,6 +879,10 @@ "ledger_hash": "33cf0669a0d309d7e6b1bf79494613b69262b58c0ea03c9c221d955eb4c84fe5", "txlist_hash": "33cf0669a0d309d7e6b1bf79494613b69262b58c0ea03c9c221d955eb4c84fe5", }, + 64493: { + "ledger_hash": "af481088fb9303d0f61543fb3646110fcd27d5ebd3ac40e04397000320216699", + "txlist_hash": "4b610518a76f59e8f98922f37434be9bb5567040afebabda6ee69b4f92b80434", + }, } diff --git a/release-notes/release-notes-v10.9.0.md b/release-notes/release-notes-v10.9.0.md index 46d24d250..bdb6a7ef7 100644 --- a/release-notes/release-notes-v10.9.0.md +++ b/release-notes/release-notes-v10.9.0.md @@ -60,6 +60,7 @@ The following transaction construction parameters have been deprecated (but rema - Add `testnet4` support - Repeat the RPC call to Bitcoin Core indefinitely until it succeeds - Raise a specific `BlockOutOfRange` error when querying an unknown block +- Add mainnet checkoint for block 879058 and testnet4 checkpoint for block 64493 ## API