index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
feebumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-26
1
-1
/
+2
*
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
1
-1
/
+1
*
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
1
-25
/
+27
*
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
1
-4
/
+0
*
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
1
-1
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
wallet: remove CreateTotalBumpTransaction()
Jon Atack
2020-03-26
1
-126
/
+0
*
rpc: remove deprecated totalFee arg from RPC bumpfee
Jon Atack
2020-03-26
1
-1
/
+1
*
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-1
/
+0
*
Change bumpfee to use watch-only funds for legacy watchonly wallets
Gregory Sanders
2019-12-18
1
-4
/
+8
*
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-12-01
1
-3
/
+4
*
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
1
-6
/
+6
*
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
1
-10
/
+2
*
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-18
1
-5
/
+1
*
change wallet pointers to references in feebumper
Adam Jonas
2019-10-10
1
-37
/
+37
*
typo and unneccessary parentheses
Adam Jonas
2019-10-10
1
-2
/
+2
*
rpc bumpfee check fee_rate argument
ezegom
2019-09-28
1
-0
/
+58
*
rpc bumpfee: add fee_rate argument
ezegom
2019-09-28
1
-1
/
+6
*
rpc bumpfee: move feerate estimation logic into separate method
ezegom
2019-08-26
1
-25
/
+29
*
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
1
-4
/
+2
*
CreateTransaction calls KeepDestination on ReserveDestination before success
Gregory Sanders
2019-07-10
1
-3
/
+0
*
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
1
-5
/
+5
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-4
/
+0
*
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-27
1
-2
/
+2
|
\
|
*
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-18
1
-2
/
+2
*
|
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-11
1
-34
/
+121
|
/
*
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
1
-1
/
+1
*
[build] Add several util units
John Newbery
2019-04-09
1
-0
/
+2
*
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-03-06
1
-6
/
+8
*
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
1
-1
/
+1
*
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
1
-2
/
+2
*
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2019-02-22
1
-3
/
+1
*
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-5
/
+5
*
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-4
/
+9
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
[wallet] Kill accounts
John Newbery
2018-08-30
1
-1
/
+1
*
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+1
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
1
-1
/
+1
|
/
*
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-23
1
-1
/
+1
|
\
|
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-1
/
+1
*
|
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
1
-1
/
+1
|
/
*
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
1
-4
/
+4
*
feebumper: discard change outputs below discard rate
Gregory Sanders
2018-03-21
1
-1
/
+1
*
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
1
-27
/
+0
|
\
|
*
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
1
-27
/
+0
*
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-10
/
+7
|
/
*
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-2
/
+1
|
\
[next]