aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/hardfork.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-101-417/+0
* Fix #1824 don't end batch that we didn't startHoward Chu2017-03-031-2/+3
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-0/+416
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-416/+0
* Change logging to easylogging++moneromooo-monero2017-01-161-0/+3
* core: check block version for alt chains toomoneromooo-monero2017-01-141-0/+13
* daemon: print time to next forkmoneromooo-monero2016-08-121-0/+12
* hardfork: fix off by one in rescaning fork state after restartmoneromooo-monero2016-07-251-3/+8
* remove hf_starting_height dbmoneromooo-monero2016-07-131-17/+6
* read txn/cursor stuffHoward Chu2016-02-231-1/+5
* hardfork: add a default fork entry for v1 if none existmoneromooo-monero2016-02-081-0/+5
* hardfork: allow passing chain height in get(height) for conveniencemoneromooo-monero2016-02-011-1/+4
* hardfork: fix mixup in indexing variable in get_voting_infomoneromooo-monero2016-01-301-1/+1
* hardfork: fix accepting v2 blocks too earlymoneromooo-monero2016-01-151-2/+1
* fixed copyrights with bad year referencesRiccardo Spagni2015-12-311-1/+1
* Merge pull request #570Riccardo Spagni2015-12-301-1/+1
|\
| * Remove assert from status commandhyc2015-12-271-1/+1
* | hardfork: ensure current_fork_index can not become negative on rescanmoneromooo-monero2015-12-261-1/+1
|/
* Allow the wallet to access hard fork informationmoneromooo-monero2015-12-191-1/+11
* hardfork: only accept major versions we know aboutmoneromooo-monero2015-12-141-0/+1
* hardfork: fix more major/minor issuesmoneromooo-monero2015-11-241-17/+18
* hardfork: fix rescan on loadmoneromooo-monero2015-11-231-1/+1
* hardfork: fix actual/voting confusionmoneromooo-monero2015-11-231-3/+8
* hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero2015-11-101-0/+11
* hardfork: allow per-fork voting thresholdsmoneromooo-monero2015-11-081-9/+16
* hardfork: switch voting to block minor versionmoneromooo-monero2015-10-211-5/+16
* hardfork: use DB transactions when reorganizingmoneromooo-monero2015-10-171-3/+3
* hardfork: simplify work done on reloadmoneromooo-monero2015-10-171-1/+37
* hardfork: move an assert so it actually worksmoneromooo-monero2015-10-041-1/+1
* hardfork: rescan speedupmoneromooo-monero2015-09-271-11/+30
* hardfork: remove use of GNU extension for initializing objectmoneromooo-monero2015-09-271-2/+2
* hardfork: change window semantics to not count the newly added blockmoneromooo-monero2015-09-271-5/+20
* hardfork: most state now saved to the DBmoneromooo-monero2015-09-201-61/+48
* hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero2015-09-201-2/+0
* Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero2015-09-191-2/+18
* New hardfork classmoneromooo-monero2015-09-121-0/+266