aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: Add missing description of vout in getrawtransaction help textBen Carman2020-12-211-1/+1
* Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake2020-10-161-8/+8
|\
| * rpc: Adjust witness-tx deserialize error messageMarcoFalke2020-10-131-6/+6
| * rpc: Properly deserialize txs with witness before signingMarcoFalke2020-08-301-2/+2
* | [validation] Remove absurdfee from accepttomempoolJohn Newbery2020-10-051-1/+1
* | [rpc/node] check for high fee before ATMP in clientsgzhao4082020-10-051-1/+9
* | Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke2020-09-221-72/+111
|\ \
| * | Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke2020-08-311-72/+111
| |/
* | [rpc] Return fee and vsize from testmempoolacceptcodeShark1492020-09-151-2/+16
* | Remove mempool globalMarcoFalke2020-09-051-1/+1
* | rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin2020-09-041-1/+1
|/
* util: make EncodeBase64 consume SpansSebastian Falbesoner2020-08-251-5/+5
* Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke2020-08-141-3/+3
|\
| * refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke2020-08-021-3/+3
* | Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson2020-08-141-2/+2
|\ \
| * | rpc: document returned error fields as optional if applicableSebastian Falbesoner2020-08-021-2/+2
| |/
* | refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-061-1/+1
* | Make Hash[160] consume range-like objectsPieter Wuille2020-07-301-1/+1
|/
* rpc: Avoid useless mempool query in gettxoutproofMarcoFalke2020-07-261-4/+7
* rpc: Style fixups in gettxoutproofMarcoFalke2020-07-261-10/+14
* rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner2020-07-191-19/+1
* Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan2020-07-161-4/+4
|\
| * Additionally treat Tx.nVersion as unsigned in joinpsbtsMatt Corallo2019-09-031-4/+4
* | Increment input value sum only once per UTXO in decodepsbtAndrew Chow2020-07-141-17/+16
* | Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson2020-07-031-2/+7
|\ \
| * | rpc: show both UTXOs in decodepsbtAndrew Chow2020-06-241-2/+7
* | | Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-281-9/+9
|\ \ \ | |/ / |/| |
| * | scripted-diff: TxoutType C++11 scoped enum classMarcoFalke2020-06-211-7/+7
| * | rpc: Properly use underlying type in GetAllOutputTypesMarcoFalke2020-06-211-1/+2
| * | rpc: Simplify GetAllOutputTypes with the Join helperMarcoFalke2020-06-211-4/+3
* | | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-2/+2
|/ /
* | Prefer explicit uint160 conversionBen Woosley2020-06-191-1/+1
* | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-5/+7
* | Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-6/+0
|\ \
| * | Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.hSjors Provoost2020-03-271-6/+0
* | | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | | Merge #18495: rpc: Remove deprecated migration codeMarcoFalke2020-04-121-18/+10
|\ \ \
| * | | rpc: Remove deprecated migration codeVasil Dimov2020-04-101-18/+10
* | | | rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke2020-04-061-2/+2
|/ / /
* / / Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+2
|/ /
* | Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke2020-03-111-10/+10
|\ \
| * | Remove redundant type information from rpc docsDavid O'Callaghan2020-03-051-10/+10
* | | rpc: Auto-format RPCResultMarcoFalke2020-02-251-253/+301
* | | scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke2020-02-091-27/+27
* | | Merge #17804: doc: Misc RPC help fixesWladimir J. van der Laan2020-02-051-5/+4
|\ \ \
| * | | doc: Fix syntax error (trailing square bracket) in finalizepsbtMarcoFalke2020-01-231-5/+4
| |/ /
* | | Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake2020-01-291-3/+19
|\ \ \ | |/ / |/| |
| * | Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow2019-12-101-3/+19
* | | Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke2019-12-161-1/+4
|\ \ \
| * | | node: Use mempool from node context instead of globalMarcoFalke2019-12-051-1/+1