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
...
*
|
|
|
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
2019-12-02
1
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Default to bnb_used = false as there are many cases where BnB is not used
Andrew Chow
2019-11-26
1
-7
/
+4
|
/
/
*
|
Merge #17553: wallet: Remove out of date comments for CalculateMaximumSignedT...
Samuel Dobson
2019-11-23
1
-5
/
+1
|
\
\
|
*
|
Remove out of date comments for CalculateMaximumSignedTxSize
Gregory Sanders
2019-11-21
1
-5
/
+1
*
|
|
Merge #17237: wallet: LearnRelatedScripts only if KeepDestination
Samuel Dobson
2019-11-23
1
-8
/
+9
|
\
\
\
|
*
|
|
wallet: LearnRelatedScripts only if KeepDestination
João Barbosa
2019-11-04
1
-2
/
+3
|
*
|
|
wallet: Lock address type in ReserveDestination
João Barbosa
2019-11-04
1
-6
/
+6
*
|
|
|
Merge #16944: gui: create PSBT with watch-only wallet
Samuel Dobson
2019-11-23
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
[wallet] ListCoins: include watch-only for wallets without private keys
Sjors Provoost
2019-11-13
1
-2
/
+6
*
|
|
|
|
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-23
1
-6
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-18
1
-6
/
+16
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-23
1
-20
/
+41
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-20
1
-4
/
+13
|
*
|
|
|
Use BnB when preset inputs are selected
Andrew Chow
2019-11-20
1
-16
/
+28
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
wallet: Avoid showing GUI popups on RPC errors (take 2)
MarcoFalke
2019-11-11
1
-2
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
1
-9
/
+9
|
\
\
\
|
*
|
|
wallet: Reuse existing batch in CWallet::SetUsedDestinationState
João Barbosa
2019-11-02
1
-8
/
+8
|
*
|
|
wallet: Avoid recursive lock in CWallet::SetUsedDestinationState
João Barbosa
2019-11-02
1
-1
/
+1
*
|
|
|
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-08
1
-82
/
+94
|
\
\
\
\
|
*
|
|
|
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
1
-1
/
+1
|
*
|
|
|
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
1
-43
/
+43
|
*
|
|
|
Use CWallet::m_last_block_processed_height in GetDepthInMainChain
Antoine Riard
2019-11-06
1
-1
/
+3
|
*
|
|
|
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-06
1
-1
/
+1
|
*
|
|
|
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
1
-15
/
+27
|
*
|
|
|
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-06
1
-23
/
+15
|
*
|
|
|
Add m_last_block_processed_height field in CWallet
Antoine Riard
2019-11-05
1
-2
/
+6
|
*
|
|
|
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
1
-2
/
+4
*
|
|
|
|
Add missing SetupGeneration error handling in EncryptWallet
Russell Yanofsky
2019-11-05
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Merge #16766: wallet: Make IsTrusted scan parents recursively
Samuel Dobson
2019-11-05
1
-18
/
+26
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Systematize style of IsTrusted single line if
Jeremy Rubin
2019-10-21
1
-19
/
+10
|
*
|
|
update variable naming conventions for IsTrusted
Jeremy Rubin
2019-10-21
1
-10
/
+10
|
*
|
|
Reuse trustedParents in looped calls to IsTrusted
Jeremy Rubin
2019-10-21
1
-3
/
+6
|
*
|
|
Cache tx Trust per-call to avoid DoS
Jeremy Rubin
2019-10-21
1
-1
/
+11
|
*
|
|
Make IsTrusted scan parents recursively
Jeremy Rubin
2019-10-21
1
-0
/
+4
*
|
|
|
Refactor: Move nTimeFirstKey accesses out of CWallet
Andrew Chow
2019-11-01
1
-2
/
+7
*
|
|
|
Refactor: Move GetKeypoolSize code out of CWallet
Andrew Chow
2019-11-01
1
-0
/
+11
*
|
|
|
Refactor: Move RewriteDB code out of CWallet
Andrew Chow
2019-11-01
1
-19
/
+9
*
|
|
|
Refactor: Move SetupGeneration code out of CWallet
Andrew Chow
2019-11-01
1
-16
/
+18
*
|
|
|
Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
1
-3
/
+4
*
|
|
|
Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
1
-25
/
+4
*
|
|
|
Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
Andrew Chow
2019-11-01
1
-13
/
+2
*
|
|
|
Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...
Andrew Chow
2019-11-01
1
-1
/
+11
*
|
|
|
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
1
-0
/
+5
*
|
|
|
Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadata
Andrew Chow
2019-11-01
1
-0
/
+5
*
|
|
|
Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...
Andrew Chow
2019-11-01
1
-1
/
+6
*
|
|
|
Refactor: Add new ScriptPubKeyMan virtual methods
Andrew Chow
2019-11-01
1
-8
/
+8
|
|
/
/
|
/
|
|
*
|
|
Fix missing strFailReason in CreateTransaction
Russell Yanofsky
2019-10-29
1
-5
/
+1
*
|
|
Fix misplaced AssertLockHeld
Russell Yanofsky
2019-10-29
1
-1
/
+1
*
|
|
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
1
-50
/
+210
*
|
|
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-25
1
-1075
/
+8
|
|
/
|
/
|
[prev]
[next]