monero/src/cryptonote_core
moneromooo-monero b5faac5304
get_blockchain_top now returns void
It was always returning true, and could not be foreseen to
usefully return errors in the future. This silences CID 162652
as well as saves some checking code in a few places.
2017-09-25 15:48:13 +01:00
..
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain.cpp blockchain: fix crash checking pre-validated txids 2017-09-20 10:46:13 +01:00
blockchain.h Refactor some things into more composable (smaller) functions 2017-09-05 12:17:32 -04:00
CMakeLists.txt changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
cryptonote_core.cpp get_blockchain_top now returns void 2017-09-25 15:48:13 +01:00
cryptonote_core.h get_blockchain_top now returns void 2017-09-25 15:48:13 +01:00
cryptonote_tx_utils.cpp Merge pull request #2231 2017-08-07 22:53:15 +02:00
cryptonote_tx_utils.h some include cleanup 2017-07-31 16:36:52 +01:00
tx_pool.cpp tx_pool: drop invalid txes from the pool on startup 2017-09-20 18:55:16 +01:00
tx_pool.h json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00