index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-15
1
-2
/
+17
|
\
|
*
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-07-03
1
-0
/
+1
|
*
rpc: Add option to hide RPCArg
MarcoFalke
2020-07-03
1
-1
/
+5
|
*
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-30
1
-1
/
+11
*
|
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-22
1
-0
/
+3
|
/
*
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
1
-3
/
+9
|
\
|
*
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-16
1
-3
/
+9
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
1
-5
/
+0
*
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-11
1
-2
/
+2
|
\
|
*
Change example addresses to bech32
Yusuf Sahin HAMZA
2020-03-01
1
-2
/
+2
*
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-8
/
+73
*
|
rpc: Move OuterType enum to header
MarcoFalke
2020-02-25
1
-26
/
+36
|
/
*
rpc: update validateaddress RPCExamples to bech32
Sebastian Falbesoner
2020-02-13
1
-0
/
+6
*
qa: unify unix epoch time descriptions
Jon Atack
2019-12-13
1
-0
/
+6
*
wallet: replace raw pointer with const reference in AddrToPubKey
Harris
2019-11-24
1
-1
/
+1
*
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
1
-6
/
+0
*
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
1
-2
/
+2
*
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-10-18
1
-6
/
+7
*
rpc/net: decode the services flags in a new entry
darosior
2019-09-05
1
-0
/
+4
*
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-11
1
-3
/
+3
|
\
|
*
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
1
-3
/
+3
|
*
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-09
1
-3
/
+3
*
|
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
1
-0
/
+10
|
\
\
|
*
|
Make the RPCHelpMan aware of JSONRPCRequest and add Check() helper
Karl-Johan Alm
2019-07-08
1
-0
/
+9
|
*
|
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-05
1
-0
/
+1
|
|
/
*
|
Merge #14505: test: Add linter to make sure single parameter constructors are...
Wladimir J. van der Laan
2019-07-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-06-26
1
-1
/
+1
*
|
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-07-02
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
1
-0
/
+5
*
|
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-20
1
-1
/
+2
|
/
*
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-10
1
-1
/
+1
|
\
|
*
Extract ParseDescriptorRange
Ben Woosley
2019-04-13
1
-1
/
+1
*
|
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-09
1
-0
/
+42
|
/
*
Merge #15288: Remove wallet -> node global function calls
MarcoFalke
2019-03-04
1
-1
/
+1
|
\
|
*
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
1
-1
/
+1
*
|
Support ranges arguments in RPC help
Pieter Wuille
2019-02-28
1
-0
/
+1
*
|
Add ParseRange function to parse args of the form int/[int,int]
Pieter Wuille
2019-02-28
1
-0
/
+3
*
|
Merge #15401: rpc: Actually throw help when passed invalid number of params
Wladimir J. van der Laan
2019-02-25
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
rpc: Add RPCHelpMan::IsValidNumArgs()
MarcoFalke
2019-02-20
1
-2
/
+6
*
|
Add missing #include.
Daniel Kraft
2019-02-18
1
-0
/
+1
|
/
*
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...
MeshCollider
2019-02-14
1
-0
/
+4
|
\
|
*
Switch away from exceptions in refactored tx code
Glenn Willen
2019-02-11
1
-0
/
+4
*
|
Merge #14918: RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-12
1
-12
/
+26
|
\
\
|
|
/
|
/
|
|
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-12
/
+26
*
|
Move ParseConfirmTarget from rpc/mining to rpc/util
Russell Yanofsky
2019-02-08
1
-0
/
+3
|
/
*
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-1
/
+55
*
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
1
-1
/
+1
|
\
|
*
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-1
/
+1
*
|
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-07
1
-4
/
+1
|
/
[next]