aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/hardfork.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-10-17hardfork: simplify work done on reloadmoneromooo-monero1-0/+3
There is no need to fully recalculate and rewrite state, just refill state from the DB.
2015-09-27hardfork: make the voting window a weekmoneromooo-monero1-1/+1
2015-09-27hardfork: rescan speedupmoneromooo-monero1-3/+7
Add a block height before which version 1 is assumed Use DB transactions
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
There will be a delay on first load of an existing blockchain as it gets reparsed for this state data.
2015-09-20hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero1-2/+0
I coded the whole thing from scratch.
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
This keeps track of voting via block version, in order to decide when to enable a particular fork's code.