Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-28 | Rename database directories | Pieter Wuille | |
2013-01-18 | Add optional transaction index to databases | Pieter Wuille | |
By specifying -txindex when initializing the database, a txid-to-diskpos index is maintained in the blktree database. This database is used to help answering getrawtransaction() RPC queries, when enabled. Changing the -txindex value requires a -reindex; the client will abort at startup if the database and the specified -txindex mismatch. | |||
2012-11-09 | Add -reindex, to perform in-place reindexing of block chain files | Pieter Wuille | |
Flushes the blktree/ and coins/ databases, and reindexes the block chain files, as if their contents was loaded via -loadblock. Based on earlier work by Jeff Garzik. | |||
2012-11-04 | Cache size optimizations | Pieter Wuille | |
2012-10-28 | Bugfix: don't crash by trying to write unchanged best block | Pieter Wuille | |
2012-10-20 | Remove BDB block database support | Pieter Wuille | |