danicoin/src/cryptonote_core
moneromooo-monero dd144b14bc
blockchain: fix reorganizations past a hard fork boundary
After popping blocks from the old chain, the hard fork object's
notion of the current version was not in line with the new height,
causing the first blocks from the new chain to be rejected due
to a false expection of a newer version.
2016-12-13 02:13:23 +00:00
..
account.cpp simplewallet: add a new --restore-from-keys option 2016-02-22 22:10:55 +00:00
account.h simplewallet: add a new --restore-from-keys option 2016-02-22 22:10:55 +00:00
account_boost_serialization.h updated copyright year 2015-12-31 08:39:56 +02:00
blockchain.cpp blockchain: fix reorganizations past a hard fork boundary 2016-12-13 02:13:23 +00:00
blockchain.h Fix delayed exit when syncing 2016-12-04 12:27:45 +00:00
blockchain_storage_boost_serialization.h updated copyright year 2015-12-31 08:39:56 +02:00
checkpoints.cpp add checkpoints 2016-09-18 18:40:43 +02:00
checkpoints.h Merge pull request #749 2016-03-25 09:12:25 +02:00
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
connection_context.h updated copyright year 2015-12-31 08:39:56 +02:00
cryptonote_basic.h rct: rework serialization to avoid storing vector sizes 2016-09-14 20:23:06 +01:00
cryptonote_basic_impl.cpp change 'invalid address format' loglevel 2016-11-27 14:44:19 +01:00
cryptonote_basic_impl.h updated copyright year 2015-12-31 08:39:56 +02:00
cryptonote_boost_serialization.h ringct: switch to Borromean signatures 2016-12-04 21:54:11 +00:00
cryptonote_core.cpp Merge pull request #1398 2016-12-04 22:28:22 +02:00
cryptonote_core.h Add a get_outs (fully text based) version of get_outs.bin 2016-11-22 20:00:40 +00:00
cryptonote_format_utils.cpp Fix sending outputs from a tx with more than one pubkey 2016-12-09 18:21:21 +00:00
cryptonote_format_utils.h Fix sending outputs from a tx with more than one pubkey 2016-12-09 18:21:21 +00:00
cryptonote_stat_info.h updated copyright year 2015-12-31 08:39:56 +02:00
difficulty.cpp Merge pull request #749 2016-03-25 09:12:25 +02:00
difficulty.h Merge pull request #749 2016-03-25 09:12:25 +02:00
hardfork.cpp daemon: print time to next fork 2016-08-12 20:32:23 +01:00
hardfork.h daemon: print time to next fork 2016-08-12 20:32:23 +01:00
miner.cpp Brackets to ensure doesn't function prematurely return 2016-10-04 01:10:12 +01:00
miner.h updated copyright year 2015-12-31 08:39:56 +02:00
tx_extra.h tx_extra: parse new chunk added by minergate 2016-06-06 18:29:16 +01:00
tx_pool.cpp Fix a few minor typos 2016-12-04 14:13:54 +01:00
tx_pool.h compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE defined 2016-09-15 15:36:16 -05:00
verification_context.h mixable transactions must be rct for v3 2016-08-28 21:29:07 +01:00