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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2019-11-23
Merge #17553: wallet: Remove out of date comments for CalculateMaximumSignedT...
Samuel Dobson
2019-11-23
Merge #17237: wallet: LearnRelatedScripts only if KeepDestination
Samuel Dobson
2019-11-23
Merge #16944: gui: create PSBT with watch-only wallet
Samuel Dobson
2019-11-23
Merge #17371: Refactor: Require scriptPubKey to get wallet SigningProvider
Samuel Dobson
2019-11-23
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-21
Remove out of date comments for CalculateMaximumSignedTxSize
Gregory Sanders
2019-11-20
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-20
Use BnB when preset inputs are selected
Andrew Chow
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-11-13
[wallet] ListCoins: include watch-only for wallets without private keys
Sjors Provoost
2019-11-11
wallet: Avoid showing GUI popups on RPC errors (take 2)
MarcoFalke
2019-11-08
Merge #17354: wallet: Tidy CWallet::SetUsedDestinationState
fanquake
2019-11-08
Merge #15931: Remove GetDepthInMainChain dependency on locked chain interface
Samuel Dobson
2019-11-06
Remove getBlockDepth method from Chain::interface
Antoine Riard
2019-11-06
Remove locked_chain from GetDepthInMainChain and its callers
Antoine Riard
2019-11-06
Use CWallet::m_last_block_processed_height in GetDepthInMainChain
Antoine Riard
2019-11-06
Only return early from BlockUntilSyncedToCurrentChain if current tip
Antoine Riard
2019-11-06
Add block_height field in struct Confirmation
Antoine Riard
2019-11-06
Replace CWalletTx::SetConf by Confirmation initialization list
Antoine Riard
2019-11-05
Add m_last_block_processed_height field in CWallet
Antoine Riard
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
Add missing SetupGeneration error handling in EncryptWallet
Russell Yanofsky
2019-11-05
Merge #16766: wallet: Make IsTrusted scan parents recursively
Samuel Dobson
2019-11-04
wallet: LearnRelatedScripts only if KeepDestination
João Barbosa
2019-11-04
wallet: Lock address type in ReserveDestination
João Barbosa
2019-11-02
wallet: Reuse existing batch in CWallet::SetUsedDestinationState
João Barbosa
2019-11-02
wallet: Avoid recursive lock in CWallet::SetUsedDestinationState
João Barbosa
2019-11-01
Refactor: Move nTimeFirstKey accesses out of CWallet
Andrew Chow
2019-11-01
Refactor: Move GetKeypoolSize code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move RewriteDB code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move SetupGeneration code out of CWallet
Andrew Chow
2019-11-01
Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
Andrew Chow
2019-11-01
Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
Andrew Chow
2019-11-01
Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::Import...
Andrew Chow
2019-11-01
refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPu...
Andrew Chow
2019-11-01
Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadata
Andrew Chow
2019-11-01
Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestin...
Andrew Chow
2019-11-01
Refactor: Add new ScriptPubKeyMan virtual methods
Andrew Chow
2019-10-29
Fix missing strFailReason in CreateTransaction
Russell Yanofsky
2019-10-29
Fix misplaced AssertLockHeld
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-21
Systematize style of IsTrusted single line if
Jeremy Rubin
2019-10-21
update variable naming conventions for IsTrusted
Jeremy Rubin
2019-10-21
Reuse trustedParents in looped calls to IsTrusted
Jeremy Rubin
2019-10-21
Cache tx Trust per-call to avoid DoS
Jeremy Rubin
2019-10-21
Make IsTrusted scan parents recursively
Jeremy Rubin
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
[next]