Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | Use equivalent PoW for non-main-chain requests | Pieter Wuille | |
2015-03-26 | Consensus: Refactor: Decouple pow.o from chainparams.o | Jorge Timón | |
2015-03-12 | tests: add a BasicTestingSetup and apply to all tests | Wladimir J. van der Laan | |
Make sure that chainparams and logging is properly initialized. Doing this for every test may be overkill, but this initialization is so simple that that does not matter. This should fix the travis issues. | |||
2015-02-21 | Add unit tests for next difficulty calculations | Ross Nicoll | |
Split GetNextWorkRequired() into two functions to allow the difficulty calculations to be tested without requiring a full blockchain. Add unit tests to cover basic difficulty calculation, plus each of the min/max actual time, and maximum difficulty target conditions. |