aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | [rpc] Public interfaces to GetTransaction block until synced.Jim Posen2018-04-251-7/+23
* | [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-3/+4
* | Expose a transaction's weight via RPCMatt Corallo2018-04-131-0/+2
* | Merge #12803: Make BaseSignatureCreator a pure interfaceWladimir J. van der Laan2018-04-121-1/+1
|\ \
| * | Make BaseSignatureCreator a pure interfacePieter Wuille2018-04-101-1/+1
* | | rpc: Drop redundant testing of signrawtransaction prevtxs argsBen Woosley2018-04-111-3/+0
|/ /
* | doc: Add testmempoolaccept to release-notesMarcoFalke2018-04-021-1/+1
* | Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan2018-04-021-0/+82
|\ \
| * | rpc: Add testmempoolacceptMarcoFalke2018-03-241-0/+82
* | | rpc: Adjust ifdef to avoid unreachable codepracticalswift2018-03-261-6/+6
|/ /
* | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-11/+13
|\ \
| * | Add LookupBlockIndex functionJoão Barbosa2018-03-061-11/+13
* | | Merge #11872: [rpc] createrawtransaction: Accept sorted outputsWladimir J. van der Laan2018-03-131-18/+48
|\ \ \
| * | | rpc: Update createrawtransaction examplesMarcoFalke2018-03-111-4/+4
| * | | [rpc] createrawtransaction: Accept sorted outputsMarcoFalke2018-03-071-14/+44
| |/ /
* | | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | | Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-6/+2
|/ /
* | Split signrawtransaction into wallet and non-walletAndrew Chow2018-02-171-134/+217
* | 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-151-2/+2
|\ \ | |/ |/|
| * Consistently use FormatStateMessage in RPC error outputBen Woosley2018-02-081-2/+2
* | Merge #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair...MarcoFalke2018-02-121-16/+16
|\ \
| * | scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-16/+16
| |/
* / Fix a-vs-an typospracticalswift2018-02-111-1/+1
|/
* Add special error for genesis coinbase to gettransactionMeshCollider2018-01-301-0/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCsWladimir J. van der Laan2017-12-191-5/+11
|\
| * Add iswitness parameter to decode- and fundrawtransaction RPCsMeshCollider2017-09-061-5/+11
* | rpc: Validate replaceable type in createrawtransactionJoão Barbosa2017-12-121-1/+1
* | qa: Add getrawtransaction in_active_chain=False testMarcoFalke2017-12-061-7/+5
* | [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
* | Fix sendrawtransaction hang when sending a tx already in mempoolMatt Corallo2017-11-201-0/+4
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-25/+25
* | Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo2017-10-131-1/+22
* | Merge #11309: Minor cleanups for AcceptToMemoryPoolMarcoFalke2017-09-291-2/+2
|\ \
| * | Change AcceptToMemoryPool function signatureAlex Morcos2017-09-121-2/+2
* | | More user-friendly error message when partially signingMeshCollider2017-09-111-1/+6
|/ /
* / Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-9/+10
|/
* rpc: Push down safe mode checksAndrew Chow2017-08-291-11/+14
* Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-6/+6
|\
| * Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky2017-08-141-1/+1
| * Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-5/+5
* | Merge #11027: [RPC] Only return hex field once in getrawtransactionWladimir J. van der Laan2017-08-211-6/+3
|\ \
| * | Pass serialization flags and whether to include hex to TxToUnivAndrew Chow2017-08-171-2/+2
| * | Only return hex field once in getrawtransactionAndrew Chow2017-08-101-4/+1
* | | Fix combinerawtransaction RPC help result sectionJonas Nick2017-08-171-1/+1
| |/ |/|
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-4/+4
|/
* Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan2017-07-201-3/+3
|\