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-08-05
rpc: clarify ALREADY_IN_CHAIN rpc errors
willcl-ark
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-07
minor: remove unnecessary semicolons from RPC content type examples
Matthew Zipkin
2024-06-04
Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
Ava Chow
2024-05-31
doc: JSON-RPC request Content-Type is application/json
Luke Dashjr
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-16
util: move fees.h and error.h to common/messages.h
Ryan Ofsky
2024-05-16
common: Add PSBTError enum
Ryan Ofsky
2024-05-16
Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by client
Ryan Ofsky
2024-05-15
rpc: Remove index-based Arg accessor
MarcoFalke
2024-05-14
doc: add comments and release-notes for JSON-RPC 2.0
Matthew Zipkin
2024-05-08
Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...
Ava Chow
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
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-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
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-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-15
rpc: Add ParseFeeRate helper
MarcoFalke
2024-02-14
rpc: Implement RPCHelpMan::ArgValue<> for UniValue
MarcoFalke
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-09
rpc: check and throw specific pubkey parsing errors in `HexToPubKey`
Sebastian Falbesoner
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
[next]