aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rpc.cpp
AgeCommit message (Collapse)Author
2021-05-11fuzz: Avoid timeout in EncodeBase58MarcoFalke
2021-04-29fuzz: Reduce maintenance requirements by allowing RPC annotations also for ↵practicalswift
conditionally available RPC commands (such as wallet commands) without the fragility of #ifdef forests
2021-04-28fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list ↵practicalswift
of fuzzed RPC commands.
2021-04-28fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.practicalswift