aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/rpc.cpp
AgeCommit message (Expand)Author
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2023-12-07fuzz: Use C++20 starts_with in rpc.cppMarcoFalke
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-08fuzz: Avoid timeout and bloat in fuzz targetsMarcoFalke
2023-10-03Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrma...Andrew Chow
2023-10-02rpc: getrawaddrman for addrman entries0xb10c
2023-09-30rpc: add getchainstatesJames O'Beirne
2023-09-30rpc: add loadtxoutsetJames O'Beirne
2023-09-20Merge bitcoin/bitcoin#27511: rpc: Add test-only RPC getaddrmaninfo for new/tr...Andrew Chow
2023-09-19rpc: Introduce getaddrmaninfo for count of addresses stored in new/tried tablestratospher
2023-09-06fuzz: introduce and use `ConsumePrivateKey` helperSebastian Falbesoner
2023-08-22rpc: add test-only sendmsgtopeer rpcMartin Zumsande
2023-08-07Add importmempool RPCMarcoFalke
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-06-22test: Run fuzz tests on macOSMarcoFalke
2023-06-07Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...Andrew Chow
2023-05-22Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpcAndrew Chow
2023-05-10[rpc] add getprioritisedtransactionsglozow
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-04rpc: add descriptorprocesspsbt rpcishaanam
2023-04-14fuzz: re-enable prioritisetransaction & analyzepsbt RPCMarcoFalke
2023-01-26Use DataStream where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-04fuzz: add scanblocks as safe for fuzzingJames O'Beirne
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