Skip to content

Commit 9b27047

Browse files
author
Jim Posen
committed
[doc] Include txindex changes in the release notes.
1 parent ed77dd6 commit 9b27047

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/files.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* db.log: wallet database log file; moved to wallets/ directory on new installs since 0.16.0
1111
* debug.log: contains debug information and general logging generated by bitcoind or bitcoin-qt
1212
* fee_estimates.dat: stores statistics used to estimate minimum transaction fees and priorities required for confirmation; since 0.10.0
13+
* indexes/txindex/*: optional transaction index database (LevelDB); since 0.17.0
1314
* mempool.dat: dump of the mempool's transactions; since 0.14.0.
1415
* peers.dat: peer IP address database (custom format); since 0.7.0
1516
* wallet.dat: personal wallet (BDB) with keys and transactions; moved to wallets/ directory on new installs since 0.16.0

doc/release-notes-pr13033.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Transaction index changes
2+
-------------------------
3+
4+
The transaction index is now built separately from the main node procedure,
5+
meaning the `-txindex` flag can be toggled without a full reindex. If bitcoind
6+
is run with `-txindex` on a node that is already partially or fully synced
7+
without one, the transaction index will be built in the background and become
8+
available once caught up. When switching from running `-txindex` to running
9+
without the flag, the transaction index database will *not* be deleted
10+
automatically, meaning it could be turned back on at a later time without a full
11+
resync.

0 commit comments

Comments
 (0)