bitcoin/src/index
Fabian Jahr cb94db119f
validation, index: Add unspendable coinbase helper functions
Making the checks to identify BIP30 available outside of validation.cpp is needed for reporting and tracking statistics on specific blocks and the UTXO set correctly.
2022-10-23 01:33:36 +02:00
..
base.cpp index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability 2022-10-05 11:06:58 -04:00
base.h refactor: use std::string for index names 2022-09-13 19:10:41 +01:00
blockfilterindex.cpp refactor: use std::string for index names 2022-09-13 19:10:41 +01:00
blockfilterindex.h refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex 2022-10-03 18:19:40 +01:00
coinstatsindex.cpp validation, index: Add unspendable coinbase helper functions 2022-10-23 01:33:36 +02:00
coinstatsindex.h refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex 2022-10-03 18:19:39 +01:00
disktxpos.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
txindex.cpp refactor: use std::string for index names 2022-09-13 19:10:41 +01:00
txindex.h refactor: move DEFAULT_TXINDEX from validation to txindex 2022-10-03 18:19:39 +01:00