aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkblock_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove May15 testWladimir J. van der Laan2016-02-091-66/+0
| | | | | | | | | | | | | | This test is no longer relevant. It was introduced in 8c222dca4f961ad13ec64d690134a40d09b20813 to check the switch to 1MB blocks after the BDB too-many-locks issue back in 2013. The switching code has been long since removed. It also needs a specific data file that is hard to find. I've verified in #6320 that it still passes, however I think there is zero reason to keep it. Closes #6320.
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
| | | | | | -Move from .h to .cpp: in main, net and wallet -Remove unnecessary #include "main.h" -Cleanup some wallet files includes
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
|
* Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-7/+2
|
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
| | | | | | | | 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.
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
|
* CAutoFile: Explicit Get() and remove unused methodsWladimir J. van der Laan2014-10-221-1/+1
| | | | Also add documentation to some methods.
* autofile: don't copy CAutoFile by valueCory Fields2014-09-251-1/+1
|
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
| | | | | | | | | | | | | | | | Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util.
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* minor style cleanupsPhilip Kaufmann2014-03-111-2/+1
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-8/+8
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* Bugfix: Since test_bitcoin is being built and run inside src/test/, try ↵Luke Dashjr2013-09-101-1/+1
| | | | using relative directories from that point
* Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-231-1/+1
|
* It's after 2013-05-15 forever now, so remove the code for the May 15 fork.Gregory Maxwell2013-05-161-2/+0
|
* Update unit test to match rule enforcement starts 21 MarchGavin Andresen2013-03-171-1/+1
|
* CheckBlock rule until 15-May for 10,000 BDB lock compatibilityGavin Andresen2013-03-171-0/+66