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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
wallet: Get rid of fFileBacked
Wladimir J. van der Laan
2017-04-20
1
-69
/
+26
|
*
|
|
|
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
1
-78
/
+51
*
|
|
|
|
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-24
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Introduce FastRandomContext::randbool()
Pieter Wuille
2017-03-29
1
-1
/
+1
*
|
|
|
|
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
1
-5
/
+6
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-5
/
+6
*
|
|
|
|
Merge #9827: Improve ScanForWalletTransactions return value
Wladimir J. van der Laan
2017-04-19
1
-3
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Improve ScanForWalletTransactions return value
Russell Yanofsky
2017-03-01
1
-3
/
+4
*
|
|
|
|
|
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at...
Jonas Schnelli
2017-04-19
1
-27
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-17
1
-27
/
+0
*
|
|
|
|
|
|
Merge #10226: wallet: Use boost to more portably ensure -wallet specifies onl...
Wladimir J. van der Laan
2017-04-19
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
wallet: Use boost to more portably ensure -wallet specifies only a filename
Luke Dashjr
2017-04-18
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge #10208: [wallet] Rescan abortability
Wladimir J. van der Laan
2017-04-18
1
-1
/
+8
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
[wallet] Add support for aborting wallet transaction rescans.
Kalle Alm
2017-04-17
1
-1
/
+8
*
|
|
|
|
|
|
|
Merge #10178: Remove CValidationInterface::UpdatedTransaction
Wladimir J. van der Laan
2017-04-17
1
-11
/
+27
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Remove CValidationInterface::UpdatedTransaction
Matt Corallo
2017-04-13
1
-11
/
+27
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Wladimir J. van der Laan
2017-04-13
1
-40
/
+37
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[Wallet] Prevent CInputCoin to be in a null state
NicolasDorier
2017-04-13
1
-9
/
+9
|
*
|
|
|
|
|
|
[Wallet] Simplify code using CInputCoin
NicolasDorier
2017-04-13
1
-29
/
+27
|
*
|
|
|
|
|
|
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
2017-04-13
1
-10
/
+9
|
*
|
|
|
|
|
|
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-04-08
1
-10
/
+10
*
|
|
|
|
|
|
|
Make CWallet::SyncTransactions() interface friendlier
John Newbery
2017-04-11
1
-5
/
+5
*
|
|
|
|
|
|
|
AddToWalletIfInvolvingMe should test pIndex, not posInBlock
John Newbery
2017-04-11
1
-5
/
+5
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
1
-9
/
+41
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copy
Matt Corallo
2017-04-07
1
-4
/
+5
|
*
|
|
|
|
|
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
1
-2
/
+2
|
*
|
|
|
|
|
Hold cs_wallet for whole block [dis]connection processing
Matt Corallo
2017-04-07
1
-3
/
+3
|
*
|
|
|
|
|
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
1
-4
/
+35
*
|
|
|
|
|
|
Merge #10164: Wallet: reduce excess logic InMempool()
Wladimir J. van der Laan
2017-04-10
1
-4
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Wallet: reduce excess logic InMemPool()
Kewde
2017-04-07
1
-4
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #9681: Refactor Bumpfee, move core functionality to CWallet
Wladimir J. van der Laan
2017-04-07
1
-0
/
+23
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Use "return false" instead assert() in CWallet::SignTransaction
Jonas Schnelli
2017-04-02
1
-1
/
+3
|
*
|
|
|
|
Refactor Bumpfee core functionality
Jonas Schnelli
2017-04-02
1
-0
/
+21
*
|
|
|
|
|
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-5
/
+5
*
|
|
|
|
|
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
/
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-5
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #9294: Use internal HD chain for change outputs (hd split)
Wladimir J. van der Laan
2017-03-29
1
-51
/
+129
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Do not break backward compatibility during wallet encryption
Jonas Schnelli
2017-03-27
1
-2
/
+8
|
*
|
|
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT)
Jonas Schnelli
2017-03-24
1
-0
/
+1
|
*
|
|
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys
Jonas Schnelli
2017-03-24
1
-3
/
+9
|
*
|
|
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs...
Jonas Schnelli
2017-03-24
1
-3
/
+4
|
*
|
|
Overhaul the internal/external key derive switch
Jonas Schnelli
2017-03-24
1
-7
/
+9
|
*
|
|
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...
Jonas Schnelli
2017-03-24
1
-1
/
+19
|
*
|
|
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...
Jonas Schnelli
2017-03-24
1
-4
/
+3
|
*
|
|
Switch to 100% for the HD internal keypool size
Jonas Schnelli
2017-03-24
1
-4
/
+2
|
*
|
|
Make sure we always generate one keypool key at minimum
Jonas Schnelli
2017-03-24
1
-3
/
+3
|
*
|
|
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
Jonas Schnelli
2017-03-24
1
-0
/
+1
|
*
|
|
Make sure we hand out keypool keys if HD_SPLIT is not enabled
Jonas Schnelli
2017-03-24
1
-1
/
+1
|
*
|
|
Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is s...
Jonas Schnelli
2017-03-24
1
-1
/
+1
|
*
|
|
Removed redundant IsLocked() check in NewKeyPool()
Jonas Schnelli
2017-03-24
1
-3
/
+2
[prev]
[next]