aboutsummaryrefslogtreecommitdiff
path: root/src/index/txindex.cpp
AgeCommit message (Expand)Author
2018-05-02Handle unsuccessful fseek(...):spracticalswift
2018-04-25[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.Jim Posen
2018-04-25[init] Initialize and start TxIndex in init code.Jim Posen
2018-04-25[index] TxIndex method to wait until caught up.Jim Posen
2018-04-25[index] Allow TxIndex sync thread to be interrupted.Jim Posen
2018-04-25[index] TxIndex initial sync thread.Jim Posen
2018-04-25[index] Create new TxIndex class.Jim Posen