aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-4/+4
|
* Don't require services in -addnodePieter Wuille2016-06-131-4/+4
|
* Fix typo adddrman to addrman as requested in #8070Ethan Heilman2016-05-181-1/+1
|
* Remove non-determinism which is breaking net_tests #8069EthanHeilman2016-05-181-0/+9
|
* Fix de-serialization bug where AddrMan is corrupted after exceptionEthanHeilman2016-05-041-0/+136
* CAddrDB modified so that when de-serialization code throws an exception Addrman is reset to a clean state * CAddrDB modified to make unit tests possible * Regression test created to ensure bug is fixed * StartNode modifed to clear adrman if CAddrDB::Read returns an error code.