aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.cpp
AgeCommit message (Expand)Author
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-10-02refactor: move verbosity parsing to rpc/utiltdb3
2024-09-04refactor: rpc: use uint256::FromHex for ParseHashVstickies-v
2024-08-28Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...glozow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva Chow
2024-08-05rpc: clarify ALREADY_IN_CHAIN rpc errorswillcl-ark
2024-07-30policy: Add OP_1 <0x4e73> as a standard output typeGreg Sanders
2024-06-13move-only: move warnings from common to nodestickies-v
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-07minor: remove unnecessary semicolons from RPC content type examplesMatthew Zipkin
2024-06-04Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...Ava Chow
2024-06-04Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessorAva Chow
2024-05-31doc: JSON-RPC request Content-Type is application/jsonLuke Dashjr
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: add TransactionError includes and namespace declarationsRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16common: Add PSBTError enumRyan Ofsky
2024-05-16Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by clientRyan Ofsky
2024-05-15rpc: Remove index-based Arg accessorMarcoFalke
2024-05-14doc: add comments and release-notes for JSON-RPC 2.0Matthew Zipkin
2024-05-08Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...Ava Chow
2024-05-07Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...Ava Chow
2024-05-03fix incorrect multisig redeem script size limit for segwitfurszy
2024-05-01rpc: return warnings as an array instead of just a single onestickies-v
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-29Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by nameRyan Ofsky
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-03-01rpc: add named arg helperstickies-v
2024-02-20Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanupfanquake
2024-02-15rpc: Add ParseFeeRate helperMarcoFalke
2024-02-14rpc: Implement RPCHelpMan::ArgValue<> for UniValueMarcoFalke
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-09rpc: check and throw specific pubkey parsing errors in `HexToPubKey`Sebastian Falbesoner
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-07Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util.{h...Andrew Chow
2023-11-07doc: fix typosSjors Provoost
2023-11-02Merge bitcoin/bitcoin#28172: refactor: use string_view for passing string lit...Andrew Chow
2023-10-02rpc: addnode arg to use BIP324 v2 p2pdhruv
2023-09-19refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cppJon Atack
2023-09-12Add PubKeyDestination for P2PK scriptsAndrew Chow
2023-09-12Make WitnessUnknown members privateAndrew Chow
2023-09-05Merge bitcoin/bitcoin#28291: rpc: removed StrFormatInternalBug quote delimita...fanquake
2023-08-24refactor: use string_view to pass string literals to Parse{Hash,Hex}Jon Atack
2023-08-24rpc: Add MaybeArg() and Arg() default helperMarcoFalke
2023-08-18removed StrFormatInternalBug quote delimitationReese Russell
2023-08-17Merge bitcoin/bitcoin#28123: Bugfix: RPC: Remove quotes from non-string oneli...fanquake
2023-08-14Rename script/standard.{cpp/h} to script/solver.{cpp/h}Andrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-07-27refactor: Revert addition of univalue sighash string checkTheCharlatan