| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 2022-09-12 | 1 | -0/+5 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | core: move hardforks into its own lib | moneromooo-monero | 2019-09-19 | 1 | -9/+2 |
| | | | | | So it can be used by others without encumbrance | ||||
| * | Update 2019 copyright | binaryFate | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | blockchain: fix wrong hf version when popping multiple blocks | moneromooo-monero | 2019-01-01 | 1 | -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 testing | victorsintnicolaas | 2018-06-29 | 1 | -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 Dudey | 2018-02-13 | 1 | -1/+0 |
| | | | | | Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com> | ||||
| * | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | fix dependency: put HardFork back to cryptonote_basic, made some ↵ | kenshi84 | 2017-03-10 | 1 | -0/+265 |
| | | | | | BlockchainDB functions virtual again to avoid missing symbols error | ||||
| * | core: move hardfork back to cryptonote_core | moneromooo-monero | 2017-02-25 | 1 | -265/+0 |
| | | | | | | should fix a cross dependency betewen cryptonote_basic and blockchain_db | ||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 2017-02-08 | 1 | -0/+265 |
