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
2020-04-17
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-11
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-01
Change example addresses to bech32
Yusuf Sahin HAMZA
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
rpc: Move OuterType enum to header
MarcoFalke
2020-02-13
rpc: update validateaddress RPCExamples to bech32
Sebastian Falbesoner
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-11-24
wallet: replace raw pointer with const reference in AddrToPubKey
Harris
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
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
[next]