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
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-05-15
rpc: Remove index-based Arg accessor
MarcoFalke
2024-05-03
fix incorrect multisig redeem script size limit for segwit
furszy
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-03-01
rpc: add named arg helper
stickies-v
2024-02-15
rpc: Add ParseFeeRate helper
MarcoFalke
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-07
Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util.{h...
Andrew Chow
2023-11-07
doc: fix typos
Sjors Provoost
2023-09-19
refactor: drop protocol.h include header in rpc/util.h
Jon Atack
2023-09-19
refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp
Jon Atack
2023-08-24
refactor: use string_view to pass string literals to Parse{Hash,Hex}
Jon Atack
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
[next]