bitcoin/src/index
Carl Dong 6c3b5dc0c1 scripted-diff: tree-wide: Remove all review-only assertions
-BEGIN VERIFY SCRIPT-
find_regex='((assert|CHECK_NONFATAL)\(std::addressof|TODO: REVIEW-ONLY)' \
    && git grep -l -E "$find_regex" -- . \
        | xargs sed -i -E "/${find_regex}/d"
-END VERIFY SCRIPT-
2021-06-10 15:05:24 -04:00
..
base.cpp scripted-diff: tree-wide: Remove all review-only assertions 2021-06-10 15:05:24 -04:00
base.h index: Add chainstate member to BaseIndex 2021-05-27 13:50:11 -04:00
blockfilterindex.cpp scripted-diff: Replace GetDataDir() calls with gArgs.GetDataDirNet() calls 2021-05-24 10:29:58 +02:00
blockfilterindex.h Merge #19935: Move SaltedHashers to separate file and add some new ones 2021-01-13 08:49:17 +01:00
coinstatsindex.cpp Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary modules 2021-06-01 13:34:18 +02:00
coinstatsindex.h rpc, index: Add verbose amounts tracking to Coinstats index 2021-04-19 20:31:02 +02:00
disktxpos.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
txindex.cpp Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary modules 2021-06-01 13:34:18 +02:00
txindex.h index: Move index DBs into index/ directory. 2018-06-04 19:22:30 -07:00