Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-17 | hardfork: simplify work done on reload | moneromooo-monero | 1 | -0/+3 | |
There is no need to fully recalculate and rewrite state, just refill state from the DB. | |||||
2015-09-27 | hardfork: make the voting window a week | moneromooo-monero | 1 | -1/+1 | |
2015-09-27 | hardfork: rescan speedup | moneromooo-monero | 1 | -3/+7 | |
Add a block height before which version 1 is assumed Use DB transactions | |||||
2015-09-27 | hardfork: remove use of GNU extension for initializing object | moneromooo-monero | 1 | -2/+3 | |
2015-09-20 | hardfork: most state now saved to the DB | moneromooo-monero | 1 | -23/+18 | |
There will be a delay on first load of an existing blockchain as it gets reparsed for this state data. | |||||
2015-09-20 | hardfork: remove the "parts are copyright cryptonote" notices | moneromooo-monero | 1 | -2/+0 | |
I coded the whole thing from scratch. | |||||
2015-09-19 | Add an RPC call and daemon command to get info on hard fork voting | moneromooo-monero | 1 | -2/+20 | |
2015-09-12 | New hardfork class | moneromooo-monero | 1 | -0/+205 | |
This keeps track of voting via block version, in order to decide when to enable a particular fork's code. |