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
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
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-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-26
clang-tidy: Add `performance-faster-string-find` check
Hennadii Stepanov
2023-01-25
Merge bitcoin/bitcoin#26929: rpc: Throw more user friendly arg type check err...
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: Introduce is_top_level_arg
MarcoFalke
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-10
Adjust RPCTypeCheckObj error string
Leonardo Araujo
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-09-12
RPC: unify arg type error message
furszy
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-05-29
rpc: Capture potentially large UniValue by ref for rpcdoccheck
Martin Zumsande
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
Merge bitcoin/bitcoin#25161: rpc: Put undocumented JSON failure mode behind a...
MacroFake
2022-05-18
rpc: Put undocumented JSON failure mode behind a runtime flag
Suhail Saqan
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-03-24
rpc: Fail to return undocumented or misdocumented JSON
MarcoFalke
2022-02-14
Move `GetAllOutputTypes` function from `rpc/rawtransaction.cpp` to `rpc/util....
Kiminuo
2022-01-25
doc: Fix rpc docs
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups
MarcoFalke
2021-12-24
rpc: allow empty JSON object result
Sjors Provoost
2021-12-13
rpc: Quote user supplied strings in error messages
MarcoFalke
2021-12-08
doc: Normalize RPC description whitespace
MarcoFalke
2021-11-29
More Span simplifications
Pieter Wuille
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-05-24
Separate WitnessV1Taproot variant in CTxDestination
Pieter Wuille
2021-05-09
rpc: enable passing decimals to AmountFromValue, add doxygen
Jon Atack
2021-04-28
rpc/util: multisig: only check redeemScript size is <= 520 for P2SH
Antoine Poinsot
2021-04-17
rpc: Check default value type againts argument type
João Barbosa
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
[next]