Skip to content

Commit

Permalink
Merge pull request #2534 from CounterpartyXCP/checkpoint
Browse files Browse the repository at this point in the history
Add checkpoint
  • Loading branch information
adamkrellenstein authored Oct 22, 2024
2 parents e6245f6 + 09806bf commit 21b64fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions counterparty-core/counterpartycore/lib/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,10 @@
"ledger_hash": "1c5f82ee5009fbc3d94bb8ff88d644aa0b2ec42f21409b315f555f1006bca6fc",
"txlist_hash": "1f5db508a80205eaaa6d915402c7833a0851bb369bea54a600e2fdda7e1d7ff5",
},
866750: {
"ledger_hash": "1c5164faca831bb726666eb6c63e5d8fd4070b382706c30f839ed407526c7de4",
"txlist_hash": "a536d8a1b2b3cf6164b9a2cd70edd2efaea615340e11291eebb6201c762aaaf5",
},
}

CONSENSUS_HASH_VERSION_TESTNET = 7
Expand Down
1 change: 1 addition & 0 deletions release-notes/release-notes-v10.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ IMPORTANT: This update requires an automatic reparse from block 865999. However,
- Add missing compound index on `status`, `tx_index` and `asset_longname`
- Optimize database `rowtracer`
- Optimize `ledger.get_last_issuance()`, `ledger.asset_issued_total()` and `ledger.asset_destroyed_total()`
- Add checkpoint for block 866750

## API

Expand Down

0 comments on commit 21b64fc

Please sign in to comment.