monero/src/cryptonote_core
moneromooo-monero 6376627530
hardfork: switch voting to block minor version
Using major version would cause older daemons to reject those
blocks as they fail to deserialize blocks with a major version
which is not 1. There is no such restriction on the minor
version, so switching allows older daemons to coexist with
newer ones till the actual fork date, when most will hopefully
have updated already.

Also, for the same reason, we consider a vote for 0 to be a
vote for 1, since older daemons set minor version to 0.
2015-10-21 19:21:14 +01:00
..
account_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
account.cpp encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
account.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
blockchain_storage_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
blockchain_storage.cpp core: add consts where appropriate 2015-09-19 16:47:35 +01:00
blockchain_storage.h core: add consts where appropriate 2015-09-19 16:47:35 +01:00
blockchain.cpp hardfork: switch voting to block minor version 2015-10-21 19:21:14 +01:00
blockchain.h from hard fork 2, all outputs must be decomposed 2015-10-11 13:02:55 +01:00
checkpoints_create.cpp Fix DNS checkpoint consensus code 2015-06-14 11:05:57 +01:00
checkpoints_create.h DNS checkpoint loading for testnet should now be correct 2015-03-01 03:36:46 -05:00
checkpoints.cpp Fixes segfault in Blockchain::handle_alternative_block 2015-01-09 05:56:51 -05:00
checkpoints.h checkpoints: add consts where appropriate 2015-01-04 19:39:41 -08:00
CMakeLists.txt New hardfork class 2015-09-12 11:14:44 +01:00
connection_context.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_basic_impl.cpp encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
cryptonote_basic_impl.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
cryptonote_basic.h hardfork: switch voting to block minor version 2015-10-21 19:21:14 +01:00
cryptonote_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
cryptonote_core.cpp core: add consts where appropriate 2015-09-19 16:47:35 +01:00
cryptonote_core.h core: add consts where appropriate 2015-09-19 16:47:35 +01:00
cryptonote_format_utils.cpp from hard fork 2, all outputs must be decomposed 2015-10-11 13:02:55 +01:00
cryptonote_format_utils.h from hard fork 2, claim a quantized reward in coinbase 2015-10-10 12:28:44 +01:00
cryptonote_stat_info.h year updated in license 2015-01-02 18:52:46 +02:00
difficulty.cpp ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
difficulty.h year updated in license 2015-01-02 18:52:46 +02:00
hardfork.cpp hardfork: switch voting to block minor version 2015-10-21 19:21:14 +01:00
hardfork.h hardfork: simplify work done on reload 2015-10-17 00:11:06 +01:00
miner.cpp year updated in license 2015-01-02 18:52:46 +02:00
miner.h year updated in license 2015-01-02 18:52:46 +02:00
tx_extra.h Encrypted payment IDs 2015-08-09 10:13:41 +01:00
tx_pool.cpp from hard fork 2, all outputs must be decomposed 2015-10-11 13:02:55 +01:00
tx_pool.h Fixes changes to sort tx by fee per kb 2015-05-13 20:27:06 -04:00
verification_context.h year updated in license 2015-01-02 18:52:46 +02:00