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
2021-05-10
refactor: Remove useless extern keyword
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man...
MarcoFalke
2021-05-09
rpc: include OBJ_USER_KEY in RPCArg constructor checks
Karl-Johan Alm
2021-05-09
rpc: enable passing decimals to AmountFromValue, add doxygen
Jon Atack
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-05
Merge #21302: wallet: createwallet examples for descriptor wallets
W. J. van der Laan
2021-04-01
rpc: Fail to return undocumented return values
MarcoFalke
2021-03-15
Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap
MarcoFalke
2021-03-03
rpc: Add HelpExampleCliNamed and use it for `createwallet` doc
Wladimir J. van der Laan
2021-03-03
rpc: Add HelpExampleRpcNamed
Ivan Metlushko
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-01-30
rpc: Add hash_type MUHASH to gettxoutsetinfo
Fabian Jahr
2021-01-29
Remove pointer cast in CRPCTable::dumpArgMap
Russell Yanofsky
2021-01-29
refactor: Replace JSONRPCRequest fHelp field with mode field
Russell Yanofsky
2021-01-28
rpc: Use RPCHelpMan for check-rpc-mappings linter
MarcoFalke
2021-01-01
rpc: Replace boost::variant with std::variant for RPCArg.m_fallback
MarcoFalke
2020-07-15
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-03
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-07-03
rpc: Add option to hide RPCArg
MarcoFalke
2020-06-30
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
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
[next]