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
/
util.h
Age
Commit message (
Expand
)
Author
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-09-05
rpc/net: decode the services flags in a new entry
darosior
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-09
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-08
Merge #14505: test: Add linter to make sure single parameter constructors are...
Wladimir J. van der Laan
2019-07-08
Make the RPCHelpMan aware of JSONRPCRequest and add Check() helper
Karl-Johan Alm
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-06-26
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-06-20
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-05-10
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-04-13
Extract ParseDescriptorRange
Ben Woosley
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-03-04
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-02-28
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-25
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-20
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-18
Add missing #include.
Daniel Kraft
2019-02-14
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-12
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-08
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
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-04
RPCHelpMan: Add space after colons in extended description
MarcoFalke
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
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-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-12
rpc: Add RPCHelpMan for machine-generated help
MarcoFalke
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-27
Remove redundant includes. Conform to header include guidelines.
practicalswift
2018-02-16
[rpc] Move DescribeAddressVisitor to rpc/util
John Newbery
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow