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
/
rpc
Age
Commit message (
Expand
)
Author
2019-01-08
Merge #12153: Avoid permanent cs_main lock in getblockheader
Wladimir J. van der Laan
2019-01-07
Merge #15057: [rpc] Correct reconsiderblock help text, add test
Wladimir J. van der Laan
2019-01-07
Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg
Wladimir J. van der Laan
2019-01-04
rpc: Avoid permanent cs_main lock in getblockheader
João Barbosa
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-03
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-01
[rpc] Correct reconsiderblock help text, add test
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-28
Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-19
Merge #14993: rpc: Fix data race (UB) in InterruptRPC()
Wladimir J. van der Laan
2018-12-18
rpc: Fix data race (UB) in InterruptRPC()
practicalswift
2018-12-17
clarifying getrawtransaction[time] get help text
Ben Carman
2018-12-15
fix testmempoolaccept CLI syntax
1Il1
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-12-10
RPCHelpMan: Support required arguments after optional ones
MarcoFalke
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
Merge #14885: rpc: Assert named arguments are unique in RPCHelpMan
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-07
Merge #14890: rpc: Avoid creating non-standard raw transactions
Wladimir J. van der Laan
2018-12-07
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
Wladimir J. van der Laan
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-12-05
Merge #14796: rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-12-04
RPCHelpMan: Add space after colons in extended description
MarcoFalke
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-11-27
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-26
clarify RPC rawtransaction documentation
Jameson Lopp
2018-11-23
rpc: Add wait argument to stop
João Barbosa
2018-11-23
Merge #14726: Use RPCHelpMan for all RPCs
Wladimir J. van der Laan
2018-11-19
Merge #14718: Remove unreferenced boost headers
MarcoFalke
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-15
rpc: Documentation fixups
MarcoFalke
2018-11-14
Add matching descriptors to scantxoutset output + tests
Pieter Wuille
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-13
Merge #14530: Use RPCHelpMan to generate RPC doc strings
MarcoFalke
2018-11-12
Merge #14356: fix converttopsbt permitsigdata arg, add basic test
Wladimir J. van der Laan
2018-11-12
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-09
Merge #14588: Refactor PSBT signing logic to enforce invariant and fix signin...
Pieter Wuille
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
Merge #14437: Refactor: Start to separate wallet from node
MarcoFalke
2018-11-07
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-01
Simplify arguments to SignPSBTInput
Glenn Willen
2018-11-01
Add bool PSBTInputSigned
Glenn Willen
[next]