aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/hardfork.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-12daemon: print time to next forkmoneromooo-monero1-0/+12
2016-07-25hardfork: fix off by one in rescaning fork state after restartmoneromooo-monero1-3/+8
2016-07-13remove hf_starting_height dbmoneromooo-monero1-17/+6
2016-02-23read txn/cursor stuffHoward Chu1-1/+5
2016-02-08hardfork: add a default fork entry for v1 if none existmoneromooo-monero1-0/+5
2016-02-01hardfork: allow passing chain height in get(height) for conveniencemoneromooo-monero1-1/+4
2016-01-30hardfork: fix mixup in indexing variable in get_voting_infomoneromooo-monero1-1/+1
2016-01-15hardfork: fix accepting v2 blocks too earlymoneromooo-monero1-2/+1
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-30Merge pull request #570Riccardo Spagni1-1/+1
2015-12-27Remove assert from status commandhyc1-1/+1
2015-12-26hardfork: ensure current_fork_index can not become negative on rescanmoneromooo-monero1-1/+1
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+11
2015-12-14hardfork: only accept major versions we know aboutmoneromooo-monero1-0/+1
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero1-17/+18
2015-11-23hardfork: fix rescan on loadmoneromooo-monero1-1/+1
2015-11-23hardfork: fix actual/voting confusionmoneromooo-monero1-3/+8
2015-11-10hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero1-0/+11
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero1-9/+16
2015-10-21hardfork: switch voting to block minor versionmoneromooo-monero1-5/+16
2015-10-17hardfork: use DB transactions when reorganizingmoneromooo-monero1-3/+3
2015-10-17hardfork: simplify work done on reloadmoneromooo-monero1-1/+37
2015-10-04hardfork: move an assert so it actually worksmoneromooo-monero1-1/+1
2015-09-27hardfork: rescan speedupmoneromooo-monero1-11/+30
2015-09-27hardfork: remove use of GNU extension for initializing objectmoneromooo-monero1-2/+2
2015-09-27hardfork: change window semantics to not count the newly added blockmoneromooo-monero1-5/+20
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-61/+48
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/+18
2015-09-12New hardfork classmoneromooo-monero1-0/+266