Commit Graph

31 Commits (ecc0f272a081f8add04527f65372806235115b7d)

Author SHA1 Message Date
Hennadii Stepanov 753f7cccce
scripted-diff: Make translation bilingual
5 years ago
Hennadii Stepanov 0b86e517ad
Refactor out translation.h
5 years ago
practicalswift c4606b8432 Add Travis check for single parameter constructors not marked "explicit"
5 years ago
James O'Beirne 631940aab2 scripted-diff: replace chainActive -> ::ChainActive()
6 years ago
Jim Posen accc8b8b18 index: Access functions for global block filter indexes.
6 years ago
Jim Posen b5e8200db7 index: Implement lookup methods on block filter index.
6 years ago
Jim Posen 75a76e3619 index: Implement block filter index with write operations.
6 years ago
Jim Posen 62b7a4f094 index: Ensure block locator is not stale after chain reorg.
6 years ago
Jim Posen 4368384f1d index: Allow atomic commits of index state to be extended.
6 years ago
Jim Posen 65a489e93d scripted-diff: Rename CBlockDiskPos to FlatFilePos.
6 years ago
Wladimir J. van der Laan e12a480e40
Merge #14085: index: Fix for indexers skipping genesis block.
6 years ago
Jim Posen 2068f089c8 scripted-diff: Move util files to separate directory.
6 years ago
practicalswift 0089905361 Add compile time checking for cs_main locks which we assert at run time
6 years ago
Ben Woosley da74db0940
Drop unused GetType() from CSizeComputer
6 years ago
Jim Posen ed12d5df1b index: Fix for indexers skipping genesis block.
6 years ago
Ben Woosley 1fabd59e7e
Break circular dependency: init -> * -> init by extracting shutdown.h
6 years ago
Jim Posen ec3073a274 index: Move index DBs into index/ directory.
7 years ago
Jim Posen 89eddcd365 index: Remove TxIndexDB from public interface of TxIndex.
7 years ago
Jim Posen 2318affd27 MOVEONLY: Move BaseIndex to its own file.
7 years ago
Jim Posen f376a49241 index: Generalize logged statements in BaseIndex.
7 years ago
Jim Posen 61a1226d87 index: Extract logic from TxIndex into reusable base class.
7 years ago
practicalswift d8c4998f31 Fix typos
7 years ago
Wladimir J. van der Laan bd83704ec6
Merge #13149: Handle unsuccessful fseek(...):s
7 years ago
practicalswift 29c9bdcc14 Handle unsuccessful fseek(...):s
7 years ago
Matt Corallo 50b6533aa2 scripted-diff: Rename SetBestChain callback ChainStateFlushed
7 years ago
Jim Posen a03f804f2a [index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
7 years ago
Jim Posen 8181db88f6 [init] Initialize and start TxIndex in init code.
7 years ago
Jim Posen f90c3a62f5 [index] TxIndex method to wait until caught up.
7 years ago
Jim Posen 70d510d93c [index] Allow TxIndex sync thread to be interrupted.
7 years ago
Jim Posen 94b4f8bbb9 [index] TxIndex initial sync thread.
7 years ago
Jim Posen 34d68bf3a3 [index] Create new TxIndex class.
7 years ago