aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/hardfork.h
Commit message (Collapse)AuthorAgeFilesLines
* wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-121-0/+5
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* core: move hardforks into its own libmoneromooo-monero2019-09-191-9/+2
| | | | So it can be used by others without encumbrance
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* blockchain: fix wrong hf version when popping multiple blocksmoneromooo-monero2019-01-011-0/+10
| | | | | | Since we keep track of the hf version in the db, we pick it up from there instead of doing the full reorg call, which is quite expensive
* add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-7/+8
| | | | | | | on_generateblocks RPC call combines functionality from the on_getblocktemplate and on_submitblock RPC calls to allow rapid block creation. Difficulty is set permanently to 1 for regtest. Makes use of FAKECHAIN network type, but takes hard fork heights from mainchain Default reserve_size in generate_blocks RPC call is now 1. If it is 0, the following error occurs 'Failed to calculate offset for'. Queries hard fork heights info of other network types
* Remove `voting_version` parameter documentation.Jean Pierre Dudey2018-02-131-1/+0
| | | | Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* fix dependency: put HardFork back to cryptonote_basic, made some ↵kenshi842017-03-101-0/+265
| | | | BlockchainDB functions virtual again to avoid missing symbols error
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-265/+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
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+265