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
/
wallet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Use CAmount for constant amounts too
Ross Nicoll
2021-08-08
1
-1
/
+1
*
p2p: Reduce BIP125 replace by fee increment value
Michi Lumin
2021-08-04
1
-1
/
+1
*
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-1
/
+6
*
Add query options to listunspent rpc call
Pedro Branco
2021-02-22
1
-1
/
+1
*
Correct dust and change
Ross Nicoll
2019-11-03
1
-2
/
+2
*
Bring 1.14 fees in line with 1.10 (#1425)
Ross Nicoll
2018-09-19
1
-2
/
+2
*
Add Dogecoin current fee calculation logic (#1413)
Ross Nicoll
2018-09-19
1
-5
/
+10
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-78
/
+1
*
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-22
1
-1
/
+1
*
wallet: Prevent "overrides a member function but is not marked 'override'" wa...
Wladimir J. van der Laan
2017-02-15
1
-11
/
+11
*
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
1
-4
/
+17
*
Dedup nTimeFirstKey update logic
Russell Yanofsky
2017-02-10
1
-2
/
+4
*
Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.
Wladimir J. van der Laan
2017-02-06
1
-0
/
+5
|
\
|
*
Add documentation for CWalletTx::fFromMe member.
Russell Yanofsky
2016-12-15
1
-0
/
+5
*
|
wallet: Refactor dummy signature signing for reusability
Suhas Daftuar
2017-01-30
1
-0
/
+27
*
|
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-30
1
-0
/
+7
|
\
\
|
*
|
Introduce WALLET_INCREMENTAL_RELAY_FEE
Alex Morcos
2017-01-26
1
-0
/
+2
|
*
|
Refactor GetMinimumFee to give option of providing targetFee
Alex Morcos
2017-01-25
1
-0
/
+5
*
|
|
Merge #9377: fundrawtransaction: Keep change-output keys by default, make it ...
Wladimir J. van der Laan
2017-01-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Wallet] Add an option to keep the change address key, true by default
Jonas Schnelli
2017-01-19
1
-1
/
+1
*
|
|
Merge #8456: [RPC] Simplified bumpfee command.
Wladimir J. van der Laan
2017-01-19
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[RPC] bumpfee
mrbandrews
2017-01-19
1
-0
/
+6
|
*
|
[wallet] Add IsAllFromMe: true if all inputs are from wallet
Suhas Daftuar
2017-01-10
1
-0
/
+6
*
|
|
Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.
Wladimir J. van der Laan
2017-01-12
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.
Chris Moore
2016-12-13
1
-1
/
+1
|
|
/
*
|
Try to reduce change output to make needed fee in CreateTransaction
Alex Morcos
2017-01-06
1
-1
/
+3
*
|
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
1
-1
/
+1
|
\
\
|
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
|
Merge #8776: Wallet refactoring leading up to multiwallet
Pieter Wuille
2017-01-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile
Luke Dashjr
2016-11-11
1
-0
/
+1
|
*
|
|
Wallet: Let the interval-flushing thread figure out the filename
Luke Dashjr
2016-11-11
1
-0
/
+3
*
|
|
|
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Jonas Schnelli
2016-12-30
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()
Wladimir J. van der Laan
2016-12-21
1
-0
/
+1
|
\
\
\
|
*
|
|
[WALLET] Addition of ImmatureCreditCached to MarkDirty()
Spencer Lievens
2016-09-13
1
-0
/
+1
*
|
|
|
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-20
1
-1
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-13
1
-1
/
+3
*
|
|
|
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
1
-14
/
+19
|
/
/
/
*
|
/
Make strWalletFile const
Jonas Schnelli
2016-11-11
1
-4
/
+2
|
|
/
|
/
|
*
|
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-12
/
+16
*
|
Merge #9071: Declare wallet.h functions inline
Wladimir J. van der Laan
2016-11-03
1
-2
/
+2
|
\
\
|
*
|
Declare wallet.h functions inline
Pieter Wuille
2016-11-02
1
-2
/
+2
*
|
|
Merge #9036: wallet: Change default confirm target from 2 to 6
Pieter Wuille
2016-11-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Change default confirm target from 2 to 6
Wladimir J. van der Laan
2016-10-28
1
-1
/
+1
*
|
|
Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...
Wladimir J. van der Laan
2016-11-02
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)
Jonas Schnelli
2016-10-20
1
-0
/
+7
*
|
|
Return useful error message on ATMP failure
instagibbs
2016-10-26
1
-2
/
+2
|
/
/
*
|
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-10-18
1
-1
/
+1
|
\
\
|
*
|
[wallet] Set fLimitFree = true
MarcoFalke
2016-08-25
1
-1
/
+1
*
|
|
Move key derivation logic from GenerateNewKey to DeriveNewChildKey
Patrick Strateman
2016-09-30
1
-0
/
+1
[next]