aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
AgeCommit message (Expand)Author
2022-10-13psbt: Change m_tap_tree to store just the tuplesAndrew Chow
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-08-01Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by defaultMacroFake
2022-07-25RPC: Document "asm" and "hex" fields for scriptsLuke Dashjr
2022-07-18refactor: remove unused using directivesfanquake
2022-07-15rpc: Default rbf enabledAndrew Chow
2022-07-14fix gettxout help textMarnix
2022-07-07rpc, refactor: Add `decodepsbt_outputs`Hennadii Stepanov
2022-07-07rpc, refactor: Add `decodepsbt_inputs`Hennadii Stepanov
2022-06-27Implement decodepsbt for Taproot fieldsAndrew Chow
2022-05-20Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not neededMacroFake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-04refactor: Change * to & in MutableTransactionSignatureCreatorMarcoFalke
2022-04-25Remove not needed clang-format off commentsMarcoFalke
2022-04-16util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...Aurèle Oulès
2022-03-31doc: Use DecodeTxDoc helperMarcoFalke
2022-03-31Merge bitcoin/bitcoin#24716: rpc: Fix documentation assertion for `getrawtran...MarcoFalke
2022-03-30refactor: use named args when ScriptToUniv or TxToUniv are invokedMichael Dietz
2022-03-30refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one functionMichael Dietz
2022-03-30rpc: Fix documentation assertion for `getrawtransaction`laanwj
2022-03-28Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempoolMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excludedfanquake
2022-03-24Move mempool RPCs to rpc/mempoolMarcoFalke
2022-03-23rpc: Exclude descriptor when address is excludedMarcoFalke
2022-03-17Move txoutproof RPCs to txoutproof.cppMarcoFalke
2022-03-09refactor: more const annotations for uses of CBlockIndex*Anthony Towns
2022-02-22Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...laanwj
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-02-14Move `GetAllOutputTypes` function from `rpc/rawtransaction.cpp` to `rpc/util....Kiminuo
2022-01-27Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...laanwj
2022-01-26transaction decoding infer output descriptorsGregory Sanders
2022-01-25Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_mainJon Atack
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-04doc: Mark proprietary array optionalMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-15Merge bitcoin/bitcoin#22674: validation: mempool validation and submission fo...W. J. van der Laan
2021-12-11rpc: output all hash preimages in 'decodepsbt'Antoine Poinsot
2021-12-10Merge global xpubs in joinpsbts and combinepsbtsAndrew Chow
2021-12-10Add global_xpubs to decodepsbtAndrew Chow
2021-12-10Output proprietary type info in decodepsbtAndrew Chow
2021-12-10Output psbt version in decodepsbtAndrew Chow
2021-12-10Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signingMarcoFalke
2021-12-08rpc: Document that DEFAULT is for Taproot, ALL for everything elseAndrew Chow
2021-12-08psbt: Make sighash_type std::optional<int>Andrew Chow
2021-12-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-06rpc: Only allow specific types to be P2(W)SH wrapped in decodescriptMarcoFalke
2021-12-02Merge bitcoin/bitcoin#23642: refactor: Call type-solver earlier in decodescriptMarcoFalke
2021-12-02rpc: move Ensure* helpers to server_util.hSjors Provoost