index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
feebumper.cpp
Age
Commit message (
Expand
)
Author
2023-04-10
bumpfee: Check the correct feerate when replacing outputs
Andrew Chow
2023-01-17
wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
Seibart Nedor
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer support
Andrew Chow
2022-08-22
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
fanquake
2022-08-19
bumpfee: be able to bump fee of a tx with external inputs
Andrew Chow
2022-08-19
bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
Andrew Chow
2022-08-19
bumpfee: extract weights of external inputs when bumping fee
Andrew Chow
2022-08-19
bumpfee: Calculate fee by looking up UTXOs
Andrew Chow
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-03
Change mapTxSpends to be a std::unordered_multimap
Andrew Chow
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-06-19
scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs
furszy
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-04-25
rpc: bumpfee signer support
Sjors Provoost
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-14
Remove unused feebumper code
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-27
doc: Remove fixed TODO from wallet/feebumper
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-26
Replace size/weight estimate tuple with struct for named fields
Gregory Sanders
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-11-30
Have CalculateMaximumSignedTxSize also compute tx weight
Andrew Chow
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-26
wallet: remove CreateTotalBumpTransaction()
Jon Atack
2020-03-26
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2019-12-18
Change bumpfee to use watch-only funds for legacy watchonly wallets
Gregory Sanders
2019-12-01
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-10-18
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
typo and unneccessary parentheses
Adam Jonas
2019-09-28
rpc bumpfee check fee_rate argument
ezegom
2019-09-28
rpc bumpfee: add fee_rate argument
ezegom
[next]