aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
2020-12-21rpc: Add missing description of vout in getrawtransaction help textBen Carman
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-05[validation] Remove absurdfee from accepttomempoolJohn Newbery
2020-10-05[rpc/node] check for high fee before ATMP in clientsgzhao408
2020-09-22Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockch...MarcoFalke
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-05Remove mempool globalMarcoFalke
2020-09-04rawtransaction: fix argument in combinerawtransaction help messageMatthew Zipkin
2020-08-31Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)MarcoFalke
2020-08-30rpc: Properly deserialize txs with witness before signingMarcoFalke
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-08-14Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke
2020-08-14Merge #19644: rpc: document returned error fields as optional if applicableSamuel Dobson
2020-08-06refactor: Make HexStr take a spanWladimir J. van der Laan
2020-08-02refactor: Use C++11 range based for loops to simplify rpc codeMarcoFalke
2020-08-02rpc: document returned error fields as optional if applicableSebastian Falbesoner
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-26rpc: Avoid useless mempool query in gettxoutproofMarcoFalke
2020-07-26rpc: Style fixups in gettxoutproofMarcoFalke
2020-07-19rpc: deduplicate WriteHDKeypath() used in decodepsbtSebastian Falbesoner
2020-07-16Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUnivWladimir J. van der Laan
2020-07-14Increment input value sum only once per UTXO in decodepsbtAndrew Chow
2020-07-03Merge #19215: psbt: Include and allow both non_witness_utxo and witness_utxo ...Samuel Dobson
2020-06-28Merge #19114: scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-24rpc: show both UTXOs in decodepsbtAndrew Chow
2020-06-24refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan
2020-06-21scripted-diff: TxoutType C++11 scoped enum classMarcoFalke
2020-06-21rpc: Properly use underlying type in GetAllOutputTypesMarcoFalke
2020-06-21rpc: Simplify GetAllOutputTypes with the Join helperMarcoFalke
2020-06-19Prefer explicit uint160 conversionBen Woosley
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-12Merge #18495: rpc: Remove deprecated migration codeMarcoFalke
2020-04-10rpc: Remove deprecated migration codeVasil Dimov
2020-04-06rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke
2020-03-27Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.hSjors Provoost
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-02-05Merge #17804: doc: Misc RPC help fixesWladimir J. van der Laan
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-23doc: Fix syntax error (trailing square bracket) in finalizepsbtMarcoFalke
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-13Merge #17617: doc: unify unix epoch time descriptionsWladimir J. van der Laan
2019-12-13qa: unify unix epoch time descriptionsJon Atack
2019-12-10Don't calculate tx fees for PSBTs with invalid money valuesAndrew Chow