danicoin/src/blockchain_db
moneromooo-monero 275894cdef
blockchain: always select random outs using triangular distribution
It was only used by the older blockchain_storage.
We also move the code to the calling blockchain level, to avoid
replicating the code in every DB implementation. This also makes
the get_random_out method obsolete, and we delete it.
2015-08-09 18:07:44 +01:00
..
berkeleydb blockchain: always select random outs using triangular distribution 2015-08-09 18:07:44 +01:00
lmdb blockchain: always select random outs using triangular distribution 2015-08-09 18:07:44 +01:00
blockchain_db.cpp ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
blockchain_db.h blockchain: always select random outs using triangular distribution 2015-08-09 18:07:44 +01: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