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
Age
Commit message (
Expand
)
Author
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
Merge #17381: LegacyScriptPubKeyMan code cleanups
Wladimir J. van der Laan
2019-11-05
Merge #16540: test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
2019-11-05
Add missing SetupGeneration error handling in EncryptWallet
Russell Yanofsky
2019-11-05
Clean up nested scope in GetReservedDestination
Russell Yanofsky
2019-11-05
Get rid of confusing LegacyScriptPubKeyMan::TopUpKeyPool method
Russell Yanofsky
2019-11-05
Pass CTxDestination to ScriptPubKeyMan::GetMetadata
Russell Yanofsky
2019-11-05
Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cpp
Russell Yanofsky
2019-11-05
Merge #16766: wallet: Make IsTrusted scan parents recursively
Samuel Dobson
2019-11-05
Merge #17258: Fix issue with conflicted mempool tx in listsinceblock
Samuel Dobson
2019-11-04
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-04
test: Add ASSERT_DEBUG_LOG to unit test framework
MarcoFalke
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 GetMetadata code out of getaddressinfo
Andrew Chow
2019-11-01
Refactor: Move LoadKey LegacyScriptPubKeyMan method definition
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: Remove UnsetWalletFlag call from LegacyScriptPubKeyMan::SetHDSeed
Andrew Chow
2019-11-01
Remove SetWalletFlag from WalletStorage
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-11-01
Refactor: Declare LegacyScriptPubKeyMan methods as virtual
Andrew Chow
2019-11-01
MOVEONLY: Reorder LegacyScriptPubKeyMan methods
Andrew Chow
2019-10-31
Merge #17300: LegacyScriptPubKeyMan code cleanups
MarcoFalke
2019-10-30
Merge #17316: refactor: Replace all uses of boost::optional with our own Opti...
fanquake
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
Merge #17280: refactor: Change occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-29
Fix missing strFailReason in CreateTransaction
Russell Yanofsky
2019-10-29
Fix misplaced AssertLockHeld
Russell Yanofsky
2019-10-29
doc: Clarify WalletStorage / Wallet relation
Russell Yanofsky
2019-10-29
Add back mistakenly removed AssertLockHeld
Russell Yanofsky
2019-10-29
Refactor: Add GetLegacyScriptPubKeyMan helper
Russell Yanofsky
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
Fix issue with conflicted mempool tx in listsinceblock
Adam Jonas
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
[next]