danicoin/src/blockchain_db
moneromooo-monero cca95c1c7a
blockchain_db: do not throw on expected partial results getting keys
When scanning for outputs used in a set of incoming blocks,
we expect that some of the inputs in their transactions will
not be found in the blockchain, as they could be in previous
blocks in that set. Those outputs will be scanned there at
a later point. In this case, we add a flag to control wehther
an output not being found is expected or not.
2017-02-13 19:05:30 +00:00
..
berkeleydb extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
lmdb blockchain_db: do not throw on expected partial results getting keys 2017-02-13 19:05:30 +00:00
blockchain_db.cpp db_lmdb: fix bad height saved in tx data 2017-02-11 10:16:18 +00:00
blockchain_db.h blockchain_db: do not throw on expected partial results getting keys 2017-02-13 19:05:30 +00:00
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
db_types.h Remove berkeley from blockchain_db_types 2017-01-10 11:17:48 +01:00