aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09Support P2WPKH addresses in create/addmultisigPieter Wuille
2018-01-04Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan
2018-01-03Extend validateaddress information for P2SH-embedded witnessPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-29[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...Jeff Rade
2017-12-23Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan
2017-12-23Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into accountWladimir J. van der Laan
2017-12-19Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan
2017-12-13Merge #11877: Improve createrawtransaction functional testsWladimir J. van der Laan
2017-12-12Merge #11854: Split up key and script metadata for better type safetyWladimir J. van der Laan
2017-12-12rpc: Validate replaceable type in createrawtransactionJoão Barbosa
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-08Split up key and script metadata for better type safetyRussell Yanofsky
2017-12-06qa: Add getrawtransaction in_active_chain=False testMarcoFalke
2017-12-06Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...Wladimir J. van der Laan
2017-12-05[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-30Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy...Wladimir J. van der Laan
2017-11-30Loop through the bip9 soft fork deployments instead of hard codingAndrew Chow
2017-11-30Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan
2017-11-29[rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm
2017-11-22[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean
2017-11-20Fix sendrawtransaction hang when sending a tx already in mempoolMatt Corallo
2017-11-20Improve help text and behavior of RPC-loggingAkio Nakamura
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-15Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan
2017-11-10Merge #11258: [rpc] Add initialblockdownload to getblockchaininfoPieter Wuille
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-07Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille
2017-11-07Merge #11626: rpc: Make `logging` RPC publicMarcoFalke
2017-11-07rpc: Make logging RPC publicWladimir J. van der Laan
2017-11-07Add missing cs_main locks when calling blockToJSON/blockheaderToJSONpracticalswift
2017-11-06Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...Matt Corallo
2017-10-26[trivial] (whitespace only) fix getblockchaininfo alignmentJohn Newbery
2017-10-26[rpc] Add initialblockdownload to getblockchaininfoJohn Newbery
2017-10-13Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo
2017-10-13Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille
2017-10-13Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli
2017-10-13Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo
2017-10-13Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo
2017-10-13Replace relevant services logic with a function suite.Matt Corallo
2017-10-12[Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli
2017-10-12Merge #11277: Fix uninitialized URI in batch RPC requestsWladimir J. van der Laan
2017-10-11[rpc] mempoolinfo should take ::minRelayTxFee into accountCristian Mircea Messel
2017-10-09Use range-based for loops (C++11) when looping over map elementspracticalswift
2017-10-09Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan
2017-10-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-10-02Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan