danicoin/src/blockchain_db
Howard Chu d98d5e79cb Fix data refs in read-only txns
Data is only guaranteed to be valid within the lifetime of a txn.
You cannot use data returned from LMDB after the txn ends.
Also, fixed a missing txn.commit BlockchainLMDB::get_tx_unlock_time()
2015-12-10 01:45:40 +00:00
..
berkeleydb Merge pull request #524 2015-12-08 20:11:06 +02:00
lmdb Fix data refs in read-only txns 2015-12-10 01:45:40 +00:00
blockchain_db.cpp blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00
blockchain_db.h blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00: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