Skip to content

Commit

Permalink
Add mainnet checkoint for block 879058 and testnet4 checkpoint for bl…
Browse files Browse the repository at this point in the history
…ock 64493
  • Loading branch information
Ouziel committed Jan 13, 2025
1 parent 00edf5f commit de93828
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions counterparty-core/counterpartycore/lib/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,10 @@
"ledger_hash": "4c4d6b660af23bb03a04bbf93ddd0a4b8e615dd7b883ecf827274cabe658bfc2",
"txlist_hash": "f6a99d60337c33c1822c048f56e241455cd7e45bb5a9515096f1ac609d50f669",
},
879058: {
"ledger_hash": "e6bf730a18c148adbd2cce9bd0f361e595e44d53fa98a9d9bdbf4c944f6c233b",
"txlist_hash": "e9946ac128405885f251fbb98a952ed554ea6cc25973261da9f40eabf4f3b429",
},
}

CONSENSUS_HASH_VERSION_TESTNET = 7
Expand Down Expand Up @@ -875,6 +879,10 @@
"ledger_hash": "33cf0669a0d309d7e6b1bf79494613b69262b58c0ea03c9c221d955eb4c84fe5",
"txlist_hash": "33cf0669a0d309d7e6b1bf79494613b69262b58c0ea03c9c221d955eb4c84fe5",
},
64493: {
"ledger_hash": "af481088fb9303d0f61543fb3646110fcd27d5ebd3ac40e04397000320216699",
"txlist_hash": "4b610518a76f59e8f98922f37434be9bb5567040afebabda6ee69b4f92b80434",
},
}


Expand Down
1 change: 1 addition & 0 deletions release-notes/release-notes-v10.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de93828

Please sign in to comment.