aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/spend.cpp
AgeCommit message (Expand)Author
2022-10-28wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-28wallet: Correctly check ismine for sendallAndrew Chow
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-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-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
2022-03-25Elaborate error messages for outdated optionsMurch
2022-03-25Extract prevention of outdated option namesMurch
2022-02-28doc: Use human-friendly DefaultHint for change_address/changeAddress in walle...Luke Dashjr
2022-02-28Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC help ...Luke Dashjr
2022-01-24rpc, wallet: Allow users to specify input weightsAndrew Chow
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
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-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08MOVEONLY: Move spending RPCs to spend.cppSamuel Dobson