aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | createmultisig no longer takes addressesGregory Sanders2018-02-211-1/+1
* | | | | | | Declare CMutableTransaction a struct in rawtransaction.hBen Woosley2018-02-201-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-173-134/+235
* | | | | | Create getaddressinfo RPC and deprecate parts of validateaddressAndrew Chow2018-02-161-181/+21
* | | | | | [rpc] Move DescribeAddressVisitor to rpc/utilJohn Newbery2018-02-163-54/+82
* | | | | | [rpc] split wallet and non-wallet parts of DescribeAddressVisitorJohn Newbery2018-02-151-26/+63
| |/ / / / |/| | | |
* | | | | Merge #12427: Make signrawtransaction accept P2SH-P2WSH redeemscriptsWladimir J. van der Laan2018-02-151-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make signrawtransaction accept P2SH-P2WSH redeemscriptsPieter Wuille2018-02-131-0/+2
* | | | | Merge #12356: Fix 'mempool min fee not met' debug outputWladimir J. van der Laan2018-02-153-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-083-8/+8
| |/ / /
* | | | Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke2018-02-126-315/+315
|\ \ \ \
| * | | | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-106-315/+315
| |/ / /
* / / / Fix a-vs-an typospracticalswift2018-02-111-1/+1
|/ / /
* | | Merge #12336: Remove deprecated rpc optionsWladimir J. van der Laan2018-02-083-56/+5
|\ \ \
| * | | [RPC] Remove deprecated createmultisig objectJohn Newbery2018-02-081-11/+1
| * | | [rpc] Remove deprecated getmininginfo RPC optionJohn Newbery2018-02-051-6/+1
| * | | [rpc] remove deprecated estimatefee RPCJohn Newbery2018-02-052-39/+3
* | | | Add AbsPathForConfigVal to consolidate datadir prefixing for path argsJames O'Beirne2018-02-051-3/+1
* | | | Document method for reviewers to verify chainTxDataJohn Newbery2018-02-021-6/+8
|/ / /
* | | Merge #12278: Add special error for genesis coinbase to getrawtransactionWladimir J. van der Laan2018-01-301-0/+5
|\ \ \ | |/ / |/| |
| * | Add special error for genesis coinbase to gettransactionMeshCollider2018-01-301-0/+5
* | | Merge #12159: Use the character based overload for std::string::find.Wladimir J. van der Laan2018-01-292-2/+2
|\ \ \ | |/ / |/| |
| * | Use the character based overload for std::string::find.Alin Rus2018-01-112-2/+2
* | | Merge #11415: [RPC] Disallow using addresses in createmultisigWladimir J. van der Laan2018-01-243-77/+119
|\ \ \
| * | | Disallow using addresses in createmultisigAndrew Chow2018-01-113-77/+119
| |/ /
* | | Merge #12206: qa: Sync with validationinterface queue in sync_mempoolsWladimir J. van der Laan2018-01-181-0/+17
|\ \ \
| * | | qa: Sync with validationinterface queue in sync_mempoolsMarcoFalke2018-01-171-0/+17
| |/ /
* / / rpc: Add deprecation error for `getinfo`Wladimir J. van der Laan2018-01-171-0/+13
|/ /
* | Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-27/+65
|\ \
| * | Support P2WPKH addresses in create/addmultisigPieter Wuille2018-01-091-3/+3
| * | Extend validateaddress information for P2SH-embedded witnessPieter Wuille2018-01-031-24/+62
* | | Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan2018-01-041-1/+3
|\ \ \
| * | | [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...Jeff Rade2017-12-291-1/+3
| | |/ | |/|
* / | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-0310-10/+10
|/ /
* | Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan2017-12-231-4/+11
|\ \
| * | [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean2017-11-221-4/+11
* | | Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into accountWladimir J. van der Laan2017-12-231-1/+1
|\ \ \
| * | | [rpc] mempoolinfo should take ::minRelayTxFee into accountCristian Mircea Messel2017-10-111-1/+1
* | | | Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-192-5/+13
|\ \ \ \
| * | | | Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-062-5/+13
* | | | | Merge #11877: Improve createrawtransaction functional testsWladimir J. van der Laan2017-12-131-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rpc: Validate replaceable type in createrawtransactionJoão Barbosa2017-12-121-1/+1
* | | | | Merge #11854: Split up key and script metadata for better type safetyWladimir J. van der Laan2017-12-121-10/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Split up key and script metadata for better type safetyRussell Yanofsky2017-12-081-10/+17
* | | | | Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-124-7/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-164-7/+0
* | | | | qa: Add getrawtransaction in_active_chain=False testMarcoFalke2017-12-061-7/+5
* | | | | Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...Wladimir J. van der Laan2017-12-061-23/+44
|\ \ \ \ \
| * | | | | [rpc] Allow getrawtransaction to take optional blockhash to fetch transaction...Karl-Johan Alm2017-12-051-12/+45
| * | | | | [rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm2017-11-291-13/+1