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
2023-08-24
rpc: Add MaybeArg() and Arg() default helper
MarcoFalke
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-07-25
kernel: Split ParseSighashString
TheCharlatan
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-04
rpc: add descriptorprocesspsbt rpc
ishaanam
2023-05-03
rpc: Add check for unintended option/parameter name clashes
Ryan Ofsky
2023-05-03
RPC: Add add OBJ_NAMED_PARAMS type
Ryan Ofsky
2023-04-10
rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet
Jon Atack
2023-04-10
rpc: extract wallet "warnings" fields to a util helper
Jon Atack
2023-01-25
Merge bitcoin/bitcoin#26929: rpc: Throw more user friendly arg type check err...
fanquake
2023-01-22
doc: improve doc for RPCArg::Optional::OMITTED
fanquake
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-20
rpc: Throw more user friendly arg type check error
MarcoFalke
2023-01-20
Merge bitcoin/bitcoin#26887: RPC: make RPCResult::MatchesType return useful e...
MarcoFalke
2023-01-20
RPC: make RPCResult::MatchesType return useful errors
Anthony Towns
2023-01-17
doc: Properly report optional RPC args
MarcoFalke
2023-01-17
refactor: Remove const to fix performance-move-const-arg clang-tidy errors
MarcoFalke
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-05-20
includes: Remove rpc/util.h -> node/coinstats.h
Carl Dong
2022-05-19
build: Enable RPC_DOC_CHECK on --enable-debug
MacroFake
2022-05-18
rpc: Put undocumented JSON failure mode behind a runtime flag
Suhail Saqan
2022-03-24
rpc: Add m_skip_type_check to RPCResult
MarcoFalke
2022-02-14
Move `GetAllOutputTypes` function from `rpc/rawtransaction.cpp` to `rpc/util....
Kiminuo
2022-01-25
doc: Fix rpc docs
MarcoFalke
2021-12-24
rpc: allow empty JSON object result
Sjors Provoost
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
[next]