aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-28Bugfix: RPC: Add address_type named param for createmultisigLuke Dashjr
2018-10-26Merge #14518: rpc: Always throw in getblockstats if -txindex is requiredWladimir J. van der Laan
2018-10-24Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke
2018-10-23Merge #14417: Fix listreceivedbyaddress not taking address as a stringMarcoFalke
2018-10-23Merge #14468: [wallet] Deprecate generate RPC methodMarcoFalke
2018-10-23[rpc] add 'getnewaddress' hint to 'generatetoaddress' help text.John Newbery
2018-10-19rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-14Fix listreceivedbyaddress not taking address as a stringEric Scrivner
2018-10-13[doc] getblocktemplate: use SegWit in exampleSjors Provoost
2018-10-09[rpc] Descriptions: Textual consistency fixesJon Layton
2018-09-26Move boost/std fstream to fsbridgeChun Kuan Lee
2018-09-24Merge #13311: Don't edit Chainparams after initializationMarcoFalke
2018-09-24Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke
2018-09-23MOVEONLY: Move versionbits info out of versionbits.oJorge Timón
2018-09-23[wallet] Remove deprecated addwitnessaddress RPC methodJohn Newbery
2018-09-22[RPC] Remove warning for removed estimatefee RPCJohn Newbery
2018-09-20Merge #14214: convert C-style (void) parameter lists to C++ style ()MarcoFalke
2018-09-17[rpc] Add getnodeaddresses RPC commandchris-belcher
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-13Merge #14192: utils: Convert fs::filesystem_error messages from local multiby...Wladimir J. van der Laan
2018-09-13Merge #13983: rpc: Return more specific reject reason for submitblockMarcoFalke
2018-09-11Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-09-11utils: Convert fs error messages from multibyte to utf-8Chun Kuan Lee
2018-09-10Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan
2018-09-06Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke
2018-09-06Merge #14096: Add reference documentation for descriptors languageWladimir J. van der Laan
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05Adjust TODO linkPieter Wuille
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-04Fix typos reported by codespellpracticalswift
2018-09-03doc: correct GetDifficulty doc after #13288fanquake
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28Merge #13723: PSBT key path cleanupsWladimir J. van der Laan
2018-08-27[rpc] Remove deprecated sigrawtransaction rpc method.John Newbery
2018-08-27[RPC] Remove warning about wallet addresses in createmultisig()John Newbery
2018-08-27[rpc] Remove deprecated validateaddress usage.John Newbery
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-27Merge #13987: Report minfeefilter value in getpeerinfo rpcMarcoFalke
2018-08-27Report minfeefilter value in getpeerinfo rpcAnthony Towns
2018-08-26Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan
2018-08-25Merge #13429: Return the script type from SolverWladimir J. van der Laan
2018-08-23Merge #12559: Avoid locking cs_main in some wallet RPCWladimir J. van der Laan
2018-08-23rpc: Avoid locking cs_main in some wallet RPCJoão Barbosa
2018-08-21Merge #13968: [wallet] couple of walletcreatefundedpsbt fixesWladimir J. van der Laan