aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/feebumper.cpp
AgeCommit message (Expand)Author
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-12-08wallet: Replace SelectExternal with SetTxOutAndrew Chow
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-07doc: fix typosSjors Provoost
2023-10-20interfaces: Rename CalculateBumpFees methods to be compatible with capn'protoRyan Ofsky
2023-09-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-09-19Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead...fanquake
2023-09-13Amend bumpfee for inputs with overlapping ancestryMurch
2023-09-13Bump unconfirmed parent txs to target feerateMurch
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-06-26bumpfee: Allow original change position to be specifiedAndrew Chow
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-04-15bumpfee: enable send coins back to yourselffurszy
2023-04-10bumpfee: Check the correct feerate when replacing outputsAndrew Chow
2023-01-17wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`Seibart Nedor
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-20Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer supportAndrew Chow
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-19bumpfee: Clear scriptSigs and scriptWitnesses before calculated max sizeAndrew Chow
2022-08-19bumpfee: extract weights of external inputs when bumping feeAndrew Chow
2022-08-19bumpfee: Calculate fee by looking up UTXOsAndrew Chow
2022-08-05Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...Andrew Chow
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-03Change mapTxSpends to be a std::unordered_multimapAndrew Chow
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
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-05-16wallet: CreateTransaction(): return out-params as (optional) structSebastian Falbesoner
2022-04-25rpc: bumpfee signer supportSjors Provoost
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-14Remove unused feebumper codeMarcoFalke
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-27doc: Remove fixed TODO from wallet/feebumperMarcoFalke
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-05-26Replace size/weight estimate tuple with struct for named fieldsGregory Sanders
2021-03-09Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...Samuel Dobson
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2020-12-19Replace boost::optional with std::optionalMarcoFalke
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-12-06Don't declare de facto const reference variables as non-constpracticalswift
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-11-30Have CalculateMaximumSignedTxSize also compute tx weightAndrew Chow
2020-09-26[send] Make send RPCs return fee reasonSishir Giri
2020-05-01wallet: Remove trailing whitespace from potential translation stringsMarcoFalke
2020-05-01wallet: Avoid translating RPC errors when creating txsMarcoFalke
2020-04-30[wallet] Remove locked_chain from CWallet, its RPCs and testsAntoine Riard