aboutsummaryrefslogtreecommitdiff
path: root/src/test/alert_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-191-0/+198
* Remove bad chain alert partition checkBtcDrak2016-06-141-79/+0
* FormattingBtcDrak2016-03-181-55/+55
* Remove p2p alert handlingBtcDrak2016-03-181-233/+56
* Move GetTempPath() to testutil.Mustafa2016-03-111-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i...Eric Lombrozo2015-10-251-1/+3
* Use unique name for AlertNotify tempfileCasey Rodarmor2015-08-051-2/+2
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-4/+1
* Use best header chain timestamps to detect partitioningGavin Andresen2015-06-081-6/+4
* Remove duplicate chainparams.h include from alert_testsMichael Ford2015-05-261-1/+0
* Alert if it is very likely we are getting a bad chainGavin Andresen2015-05-141-0/+64
* Chainparams: Decouple CAlert from CChainParamsJorge Timón2015-04-041-2/+5
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-1/+1
|/
* tests: enable alertnotify test for WindowsCory Fields2014-10-311-5/+11
* Separate protocol versioning from clientversionCory Fields2014-10-291-1/+1
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* Simplify serialize.h's exception handlingPieter Wuille2014-08-091-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Test alerts high at high PROTOCOL_VERSIONsGavin Andresen2013-11-111-5/+5
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+9
* included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-18/+5
* Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr2013-09-101-1/+4
* -alertnotify=<cmd>Gavin Andresen2013-03-191-29/+82
* Some unit tests for CAlertGavin Andresen2013-03-191-0/+132