summaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/hardfork.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix dependency: put HardFork back to cryptonote_basic, made some ↵kenshi842017-03-101-0/+417
| | | | BlockchainDB functions virtual again to avoid missing symbols error
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-416/+0
| | | | | should fix a cross dependency betewen cryptonote_basic and blockchain_db
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* hardfork: tone down some logsmoneromooo-monero2017-02-141-3/+3
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+416