aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
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
2019-12-10rpc: add missing newline in analyzepsbt rpcresultJon Atack
2019-12-10Merge #17524: psbt: handle unspendable psbtsMarcoFalke
2019-12-05node: Use mempool from node context instead of globalMarcoFalke
2019-12-05rpc: Use mempool from node context instead of globalMarcoFalke
2019-11-19Have a PSBTAnalysis state that indicates invalid PSBTAndrew Chow
2019-11-18Accumulate result UniValue in SignTransactionAndrew Chow
2019-11-04doc: Fix some misspellingsrandymcmillan
2019-10-30Merge #15921: validation: Tidy up ValidationState interfaceWladimir J. van der Laan
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-29[validation] Remove fMissingInputs from AcceptToMemoryPool()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-28Avoid using g_rpc_node global in wallet codeRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan
2019-10-24Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan
2019-10-17Merge #17119: doc: Fix broken bitcoin-cli examplesWladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-10-14[rpc] Fix broken bitcoin-cli examplesAndrew Toth
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-09-21doc: improve rawtransaction code/test docsJon Atack
2019-09-18Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan