wownero/src/cryptonote_basic
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
..
account.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
account.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
account_boost_serialization.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
blobdatatype.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
connection_context.h Merge pull request #5190 2019-03-17 17:56:04 +02:00
cryptonote_basic.h cryptonote: rework block blob size sanity check 2019-04-05 09:35:19 +00:00
cryptonote_basic_impl.cpp cryptonote: rework block blob size sanity check 2019-04-05 09:35:19 +00:00
cryptonote_basic_impl.h cryptonote: rework block blob size sanity check 2019-04-05 09:35:19 +00:00
cryptonote_boost_serialization.h Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
cryptonote_format_utils.cpp Merge pull request #5380 2019-04-11 13:02:59 +02:00
cryptonote_format_utils.h functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
cryptonote_stat_info.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
difficulty.cpp Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
difficulty.h Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
hardfork.cpp blockchain_db: fix db txn ending too early 2019-04-14 08:35:38 +00:00
hardfork.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
miner.cpp functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
miner.h functional_tests: add more blockchain related tests 2019-04-11 11:07:58 +00:00
subaddress_index.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
tx_extra.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
verification_context.h Update 2019 copyright 2019-03-05 22:05:34 +01:00