Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Introduce enum ServiceFlags for service flags | Pieter Wuille | |
2016-06-13 | Don't require services in -addnode | Pieter Wuille | |
2016-05-18 | Fix typo adddrman to addrman as requested in #8070 | Ethan Heilman | |
2016-05-18 | Remove non-determinism which is breaking net_tests #8069 | EthanHeilman | |
2016-05-04 | Fix de-serialization bug where AddrMan is corrupted after exception | EthanHeilman | |
* 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. |