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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()
Jon Atack
2020-10-29
1
-4
/
+5
*
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-14
1
-2
/
+2
|
\
|
*
rpc: Treat all args after a hidden arg as hidden as well
MarcoFalke
2020-08-02
1
-2
/
+2
*
|
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-1
/
+1
|
/
*
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-15
1
-19
/
+25
|
\
|
*
rpc: Add option to hide RPCArg
MarcoFalke
2020-07-03
1
-19
/
+8
|
*
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-30
1
-0
/
+14
|
*
rpc: Check that left section is not multiline
MarcoFalke
2020-06-26
1
-0
/
+3
*
|
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-06
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
1
-0
/
+2
|
*
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-22
1
-0
/
+15
*
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-2
/
+2
|
/
*
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-06-09
1
-1
/
+2
*
util: dedup code in callers of serviceFlagToStr()
Vasil Dimov
2020-05-29
1
-6
/
+2
*
util: simplify the interface of serviceFlagToStr()
Vasil Dimov
2020-05-29
1
-1
/
+1
*
Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...
Jonas Schnelli
2020-05-29
1
-10
/
+7
|
\
|
*
Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...
Luke Dashjr
2020-02-21
1
-10
/
+7
*
|
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
1
-8
/
+26
|
\
\
|
*
|
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-16
1
-8
/
+26
*
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
/
*
|
Bugfix: RPC: JSON null is not "None"
Luke Dashjr
2020-04-02
1
-1
/
+1
*
|
Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis
Luke Dashjr
2020-04-02
1
-4
/
+4
*
|
Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION
Luke Dashjr
2020-04-02
1
-2
/
+2
*
|
Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...
MarcoFalke
2020-03-28
1
-1
/
+9
|
\
\
|
*
|
Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...
Luke Dashjr
2020-03-28
1
-1
/
+9
*
|
|
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-25
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-1
/
+1
*
|
|
Merge #18316: util: HelpExampleRpc formatting
fanquake
2020-03-13
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
util: HelpExampleRpc formatting fixup
Jon Atack
2020-03-11
1
-2
/
+2
*
|
|
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change example addresses to bech32
Yusuf Sahin HAMZA
2020-03-01
1
-1
/
+1
*
|
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-1
/
+90
*
|
|
rpc: Move OuterType enum to header
MarcoFalke
2020-02-25
1
-17
/
+6
|
/
/
*
/
rpc: update validateaddress RPCExamples to bech32
Sebastian Falbesoner
2020-02-13
1
-0
/
+1
|
/
*
qa: unify unix epoch time descriptions
Jon Atack
2019-12-13
1
-0
/
+2
*
wallet: replace raw pointer with const reference in AddrToPubKey
Harris
2019-11-24
1
-3
/
+3
*
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
1
-4
/
+4
*
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
1
-2
/
+0
*
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
1
-1
/
+1
*
rpc/net: decode the services flags in a new entry
darosior
2019-09-05
1
-0
/
+18
*
rpc: Use Join helper in rpc/util
MarcoFalke
2019-08-20
1
-6
/
+3
*
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
1
-1
/
+1
*
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-16
1
-2
/
+3
*
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
1
-1
/
+1
*
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 #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-07-02
1
-0
/
+38
|
\
|
*
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
1
-0
/
+38
*
|
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-20
1
-6
/
+18
|
/
*
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-10
1
-1
/
+19
|
\
[next]