Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -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. | |||||
2015-12-08 | Register daemon command line arguments to core if they're used in core | moneromooo-monero | 1 | -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. | |||||
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+3 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 1 | -0/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 1 | -0/+12 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+12 | |