wownero/src/cryptonote_core
moneromooo-monero 5e673c03fe
blockchain_db: fix db txn ending too early
The db txn in add_block ending caused the entire overarching
batch txn to stop.
Also add a new guard class so a db txn can be stopped in the
face of exceptions.

Also use a read only db txn in init when the db itself is
read only, and do not save the max tx size in that case.
2019-04-14 08:35:38 +00:00
..
blockchain.cpp blockchain_db: fix db txn ending too early 2019-04-14 08:35:38 +00:00
blockchain.h functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
blockchain_storage_boost_serialization.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_core.cpp functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
cryptonote_core.h functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
cryptonote_tx_utils.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_tx_utils.h Add support for V11 protocol with BulletProofV2 and short amount. 2019-03-28 18:26:15 +01:00
tx_pool.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
tx_pool.h Update 2019 copyright 2019-03-05 22:05:34 +01:00