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.cpp
Age
Commit message (
Expand
)
Author
2020-08-14
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-02
rpc: Treat all args after a hidden arg as hidden as well
MarcoFalke
2020-07-15
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-06
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-03
rpc: Add option to hide RPCArg
MarcoFalke
2020-06-30
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-26
rpc: Check that left section is not multiline
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-22
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-09
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-05-29
util: dedup code in callers of serviceFlagToStr()
Vasil Dimov
2020-05-29
util: simplify the interface of serviceFlagToStr()
Vasil Dimov
2020-05-29
Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...
Jonas Schnelli
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-04-02
Bugfix: RPC: JSON null is not "None"
Luke Dashjr
2020-04-02
Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis
Luke Dashjr
2020-04-02
Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION
Luke Dashjr
2020-03-28
Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...
MarcoFalke
2020-03-28
Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...
Luke Dashjr
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-13
Merge #18316: util: HelpExampleRpc formatting
fanquake
2020-03-11
Merge #18208: rpc: Change RPCExamples to bech32
MarcoFalke
2020-03-11
util: HelpExampleRpc formatting fixup
Jon Atack
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-21
Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...
Luke Dashjr
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-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
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-09-05
rpc/net: decode the services flags in a new entry
darosior
2019-08-20
rpc: Use Join helper in rpc/util
MarcoFalke
2019-08-16
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
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-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
[next]