John Newbery
f036dfbb69
[addrman] Remove unused test_before_evict argument from Good()
...
This has never been used in the public interface method since it was
introduced in #9037 .
2021-07-20 16:17:51 +01:00
Hennadii Stepanov
06703973c7
Make CAddrMan::Check private
...
Change in the addrman.h header is move-only.
2021-06-14 17:28:30 +03:00
MarcoFalke
faf7623106
fuzz: Call const member functions in addrman fuzz test only once
2021-06-13 13:52:21 +02:00
Jon Atack
a49f3ddbba
p2p: allow CAddrMan::GetAddr() by network, add doxygen
2021-05-19 13:04:11 +02:00
MarcoFalke
55554463c1
fuzz: Use ConsumeWeakEnum in addrman for service flags
2021-03-20 12:03:12 +01:00
MarcoFalke
fae216a73d
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
...
-BEGIN VERIFY SCRIPT-
# Rename
sed -i -e 's/MakeFuzzingContext/MakeNoLogFileContext/g' $(git grep -l MakeFuzzingContext)
# Bump the copyright of touched files in this scripted diff to avoid touching them again later
./contrib/devtools/copyright_header.py update ./src/test/fuzz/
-END VERIFY SCRIPT-
2021-02-22 10:27:22 +01:00
MarcoFalke
fa75d40ef8
fuzz: Introduce CallOneOf helper to replace switch-case
...
Can be reviewed with --ignore-all-space
2021-01-11 10:37:16 +01:00
MarcoFalke
44444ba759
fuzz: Link all targets once
2020-12-10 07:15:42 +01:00
practicalswift
17a5f172fa
fuzz: Make addrman fuzzing harness deterministic
2020-11-19 17:21:55 +00:00
practicalswift
e6bb9fde85
tests: Add fuzzing harness for CAddrMan
2020-11-12 14:23:17 +00:00