aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/feebumper.cpp
AgeCommit message (Expand)Author
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
2020-04-30[wallet] Move getHeight from Chain::Lock interface to simple ChainAntoine Riard
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-26wallet: remove CreateTotalBumpTransaction()Jon Atack
2020-03-26rpc: remove deprecated totalFee arg from RPC bumpfeeJon Atack
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2019-12-18Change bumpfee to use watch-only funds for legacy watchonly walletsGregory Sanders
2019-12-01Fix origfee return for bumpfee with feerate argGregory Sanders
2019-11-06Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard
2019-10-18[wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-10-10typo and unneccessary parenthesesAdam Jonas
2019-09-28rpc bumpfee check fee_rate argumentezegom
2019-09-28rpc bumpfee: add fee_rate argumentezegom
2019-08-26rpc bumpfee: move feerate estimation logic into separate methodezegom
2019-07-10Restrict lifetime of ReserveDestination to CWallet::CreateTransactionGregory Sanders
2019-07-10CreateTransaction calls KeepDestination on ReserveDestination before successGregory Sanders