danicoin/src/blockchain_db
warptangent d4c2fae2fb
BlockchainDB: Remove txs in reverse order
Data should be removed in the reverse order it was added. Not doing so
breaks assumptions and can cause problems in other DB implementations.

This matches the order of tx removal in
blockchain_storage::purge_block_data_from_blockchain.
2015-12-24 15:09:09 -08:00
..
berkeleydb Add missing semicolons after log statements 2015-12-19 14:47:37 +00:00
lmdb BlockchainLMDB: When removing, find amount output index fast by starting at end 2015-12-24 13:32:35 -08:00
blockchain_db.cpp BlockchainDB: Remove txs in reverse order 2015-12-24 15:09:09 -08:00
blockchain_db.h Replace tabs with two spaces for consistency with rest of codebase 2015-12-15 06:22:06 -08:00
CMakeLists.txt ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
db_types.h Steps toward multiple dbs available -- working 2015-03-25 12:09:44 -04:00