aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rpc.cpp
AgeCommit message (Expand)Author
2022-06-23[rpc] add new submitpackage RPCglozow
2022-05-05Add RPC to get mempool txs spending outputst-bast
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-08fuzz: Fix RPC internal bug detectionMarcoFalke
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-02fuzz: Rework rpc fuzz targetMarcoFalke
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2021-05-11fuzz: Avoid timeout in EncodeBase58MarcoFalke
2021-04-29fuzz: Reduce maintenance requirements by allowing RPC annotations also for co...practicalswift
2021-04-28fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list o...practicalswift
2021-04-28fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.practicalswift