monero/src/cryptonote_core
victorsintnicolaas 34cb6b4b70 add --regtest and --fixed-difficulty for regression testing
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
2018-06-29 10:06:11 +02:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
blockchain.h add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
CMakeLists.txt Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
cryptonote_core.cpp add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
cryptonote_core.h add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
cryptonote_tx_utils.cpp Fix output shuffling for multisig 2018-05-20 09:38:41 +09:00
cryptonote_tx_utils.h Fix output shuffling for multisig 2018-05-20 09:38:41 +09:00
tx_pool.cpp tx_pool: remove old comment from fill_block_template() 2018-05-28 13:41:39 +09:00
tx_pool.h tx_pool: add a max pool size, settable with --max-txpool-size 2018-02-07 13:42:12 +00:00