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
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