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
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
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-05
Replace boost::variant with std::variant
MarcoFalke
2021-01-01
rpc: Replace boost::variant with std::variant for RPCArg.m_fallback
MarcoFalke
2020-10-29
wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()
Jon Atack
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
[next]