aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/hardfork.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-7/+8
2018-02-13Remove `voting_version` parameter documentation.Jean Pierre Dudey1-1/+0
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-0/+0
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-14core: check block version for alt chains toomoneromooo-monero1-0/+15
2016-08-12daemon: print time to next forkmoneromooo-monero1-0/+7
2016-07-13remove hf_starting_height dbmoneromooo-monero1-7/+0
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+7
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero1-5/+6
2015-11-10hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero1-0/+7
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero1-6/+18
2015-10-17hardfork: simplify work done on reloadmoneromooo-monero1-0/+3
2015-09-27hardfork: make the voting window a weekmoneromooo-monero1-1/+1
2015-09-27hardfork: rescan speedupmoneromooo-monero1-3/+7
2015-09-27hardfork: remove use of GNU extension for initializing objectmoneromooo-monero1-2/+3
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-23/+18
2015-09-20hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero1-2/+0
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-2/+20
2015-09-12New hardfork classmoneromooo-monero1-0/+205