aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/spend.cpp
AgeCommit message (Expand)Author
2022-11-03rpc: doc: add missing option "bech32m" for `change_type` parametersSebastian Falbesoner
2022-10-29scripted-diff: wallet: rename AvailableCoinsParams members to snake_casefurszy
2022-10-29wallet: group AvailableCoins filtering parameters in a single structfurszy
2022-10-20wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-19wallet: Correctly check ismine for sendallAndrew Chow
2022-09-30Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...MacroFake
2022-09-21Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...fanquake
2022-09-20Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...MacroFake
2022-09-15rpc: remove unneeded RPCTypeCheckArgument checksfurszy
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-09-15wallet: fix sendall creates tx that fails tx-size checkkouloumos
2022-09-15Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceededMacroFake
2022-09-13sendall: check if the maxtxfee has been exceededishaanam
2022-09-13RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are providedfurszy
2022-09-13rpc: Set RPCArg options with designated initializersMacroFake
2022-09-05RPC: fix sendall docsAnthony Towns
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-22Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125fanquake
2022-08-19bumpfee: be able to bump fee of a tx with external inputsAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
2022-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-12refactor: Avoid copies in FlatSigningProvider MergeMacroFake
2022-08-10scripted-diff: Uppercase function namesjosibake
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-28Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...Andrew Chow
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-25scripted-diff: Replace NullUniValue with UniValue::VNULLMacroFake
2022-07-19refactor: store by OutputType in CoinsResultjosibake
2022-07-13refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULLMacroFake
2022-07-08send: refactor CreateTransaction flow to return a BResult<CTransactionRef>furszy
2022-07-08wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'furszy
2022-06-19scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputsfurszy
2022-06-19wallet: unify “allow/block other inputs“ conceptfurszy
2022-06-17Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...Andrew Chow
2022-06-16Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as externalAndrew Chow
2022-06-08wallet: IsSpent, 'COutPoint' arg instead of (hash, index)furszy
2022-06-08wallet: return 'CoinsResult' struct in `AvailableCoins`furszy
2022-05-21Set effective_value when initializing a COutputishaanam
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18wallet: do not count wallet utxos as externalS3RK
2022-05-16wallet: CreateTransaction(): return out-params as (optional) structSebastian Falbesoner
2022-04-25rpc: bumpfee signer supportSjors Provoost
2022-04-25rpc: document bools in FillPSBT() callsSjors Provoost
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-29Add sendall RPC née sweepMurch
2022-03-25Extract FinishTransaction from send()Murch
2022-03-25Extract interpretation of fee estimation argumentsMurch