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
2024-02-15
rpc: Add ParseFeeRate helper
MarcoFalke
2024-02-14
rpc: Implement RPCHelpMan::ArgValue<> for UniValue
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-11-02
Merge bitcoin/bitcoin#28172: refactor: use string_view for passing string lit...
Andrew Chow
2023-10-02
rpc: addnode arg to use BIP324 v2 p2p
dhruv
2023-09-19
refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp
Jon Atack
2023-09-12
Add PubKeyDestination for P2PK scripts
Andrew Chow
2023-09-12
Make WitnessUnknown members private
Andrew Chow
2023-09-05
Merge bitcoin/bitcoin#28291: rpc: removed StrFormatInternalBug quote delimita...
fanquake
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-18
removed StrFormatInternalBug quote delimitation
Reese Russell
2023-08-17
Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...
fanquake
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-07-27
refactor: Revert addition of univalue sighash string check
TheCharlatan
2023-07-25
kernel: Split ParseSighashString
TheCharlatan
2023-07-22
RPC/rpcdoccheck: Error if a oneline_description has a quote for a non-string
Luke Dashjr
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-22
Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
Andrew Chow
2023-05-09
Fix clang-tidy performance-unnecessary-copy-initialization warnings
MarcoFalke
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
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-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
[next]