danicoin/src/cryptonote_core
Thomas Winget 6f2c2e1c27 Adding an identical existing checkpoint should not error
For checkpoints being read at runtime to work correctly, the checkpoint
add code needs to not return false if a checkpoint is added that already
exists.  In this case, instead return false if the checkpoint is for a
height that already has a checkpoint and the hashes are different.
2014-09-30 16:17:26 -04:00
..
account.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
account.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
account_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
blockchain_storage.cpp Pass tx and nonce to genesis block constructor 2014-09-15 15:53:50 +02:00
blockchain_storage.h Add testnet flag 2014-09-15 15:53:01 +02:00
blockchain_storage_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
checkpoints.cpp Adding an identical existing checkpoint should not error 2014-09-30 16:17:26 -04:00
checkpoints.h Added ability to read chechpoint hashes from json file in data folder 2014-09-25 00:00:44 +02:00
checkpoints_create.h Added ability to read chechpoint hashes from json file in data folder 2014-09-25 00:00:44 +02:00
connection_context.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
cryptonote_basic.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_basic_impl.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
cryptonote_basic_impl.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
cryptonote_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
cryptonote_core.cpp Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_core.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_format_utils.cpp Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_format_utils.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_stat_info.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
difficulty.cpp Another preprocessor fix (difficulty.cpp) 2014-09-15 22:33:10 +02:00
difficulty.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
miner.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
miner.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
tx_extra.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
tx_pool.cpp Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
tx_pool.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
verification_context.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00