index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fuzz
/
rpc.cpp
Age
Commit message (
Expand
)
Author
2023-12-07
fuzz: Use C++20 starts_with in rpc.cpp
MarcoFalke
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-08
fuzz: Avoid timeout and bloat in fuzz targets
MarcoFalke
2023-10-03
Merge bitcoin/bitcoin#28523: rpc: add hidden getrawaddrman RPC to list addrma...
Andrew Chow
2023-10-02
rpc: getrawaddrman for addrman entries
0xb10c
2023-09-30
rpc: add getchainstates
James O'Beirne
2023-09-30
rpc: add loadtxoutset
James O'Beirne
2023-09-20
Merge bitcoin/bitcoin#27511: rpc: Add test-only RPC getaddrmaninfo for new/tr...
Andrew Chow
2023-09-19
rpc: Introduce getaddrmaninfo for count of addresses stored in new/tried table
stratospher
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-08-22
rpc: add test-only sendmsgtopeer rpc
Martin Zumsande
2023-08-07
Add importmempool RPC
MarcoFalke
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-22
test: Run fuzz tests on macOS
MarcoFalke
2023-06-07
Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...
Andrew Chow
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-10
[rpc] add getprioritisedtransactions
glozow
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-04
rpc: add descriptorprocesspsbt rpc
ishaanam
2023-04-14
fuzz: re-enable prioritisetransaction & analyzepsbt RPC
MarcoFalke
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-04
fuzz: add scanblocks as safe for fuzzing
James O'Beirne
2022-06-23
[rpc] add new submitpackage RPC
glozow
2022-05-05
Add RPC to get mempool txs spending outputs
t-bast
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-08
fuzz: Fix RPC internal bug detection
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
MarcoFalke
2021-12-02
fuzz: Rework rpc fuzz target
MarcoFalke
2021-12-02
rpc: getblockfrompeer
Sjors Provoost
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-05-11
fuzz: Avoid timeout in EncodeBase58
MarcoFalke
2021-04-29
fuzz: Reduce maintenance requirements by allowing RPC annotations also for co...
practicalswift
2021-04-28
fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list o...
practicalswift
2021-04-28
fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.
practicalswift