aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-5/+0
| | | | | | We also replace the --fakechain option with an optional structure containing details about configuration for the core/blockchain, for test purposes. This seems more future friendly.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-0/+5
| | | | | | | | | | | The core tests use the blockchain, and reset it to be able to add test data to it. This does not play nice with the databases, since those will save that data without an explicit save call. We add a fakechain flag that the tests will set, which tells the core and blockchain code to use a separate database, as well as skip a few things like checkpoints and fixup, which only make sense for real data.
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-0/+40
| | | | | | This fixes coretests, which does not register daemon specific arguments, but uses core, which uses those arguments. Also gets rid of an unwanted dependency on daemon code from core.
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+3
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Separate testnet default data dirZachary Michaels2014-09-151-0/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-121-0/+12
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+12