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
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-02
Use "return false" instead assert() in CWallet::SignTransaction
Jonas Schnelli
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-29
Merge #9294: Use internal HD chain for change outputs (hd split)
Wladimir J. van der Laan
2017-03-29
Introduce FastRandomContext::randbool()
Pieter Wuille
2017-03-28
ApproximateBestSubset should take inputs by reference, not value
Ryan Havar
2017-03-27
Do not break backward compatibility during wallet encryption
Jonas Schnelli
2017-03-24
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT)
Jonas Schnelli
2017-03-24
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys
Jonas Schnelli
2017-03-24
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very firs...
Jonas Schnelli
2017-03-24
Overhaul the internal/external key derive switch
Jonas Schnelli
2017-03-24
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-...
Jonas Schnelli
2017-03-24
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split...
Jonas Schnelli
2017-03-24
Switch to 100% for the HD internal keypool size
Jonas Schnelli
2017-03-24
Make sure we always generate one keypool key at minimum
Jonas Schnelli
2017-03-24
Fix issue where CDataStream->nVersion was taken a CKeyPool record version
Jonas Schnelli
2017-03-24
Make sure we hand out keypool keys if HD_SPLIT is not enabled
Jonas Schnelli
2017-03-24
Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is s...
Jonas Schnelli
2017-03-24
Removed redundant IsLocked() check in NewKeyPool()
Jonas Schnelli
2017-03-24
Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not sup...
Jonas Schnelli
2017-03-24
[Wallet] split the keypool in an internal and external part
Jonas Schnelli
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-09
Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled
Wladimir J. van der Laan
2017-03-09
Trivial: Add const modifier to GetHDChain and IsHDEnabled
NicolasDorier
2017-03-08
Refactor: Remove using namespace <xxx> from wallet/
Karl-Johan Alm
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
Merge #9369: Factor out CWallet::nTimeSmart computation into a method.
Wladimir J. van der Laan
2017-03-06
Rename FlushWalletDB -> CompactWalletDB, add function description
Matt Corallo
2017-03-06
Use CScheduler for wallet flushing, remove ThreadFlushWalletDB
Matt Corallo
2017-03-06
[Wallet] refactor CWallet/CWalletDB/CDB
Jonas Schnelli
2017-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-06
Merge #9576: [wallet] Remove redundant initialization
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Clean up braces in CWallet::ComputeTimeSmart
Russell Yanofsky
2017-03-03
Add documentation describing CWallet::nTimeSmart.
Russell Yanofsky
2017-03-03
Factor out CWallet::nTimeSmart computation into a method.
Russell Yanofsky
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-02
Merge #9143: Refactor ZapWalletTxes to avoid layer violations
Wladimir J. van der Laan
2017-03-01
Improve ScanForWalletTransactions return value
Russell Yanofsky
2017-02-28
[wallet] Remove redundant initialization
practicalswift
2017-02-27
Wallet: Sanitise -wallet parameter
Luke Dashjr
2017-02-27
wallet: Remove sendfree
MarcoFalke
2017-02-22
Merge #9773: Return errors from importmulti if complete rescans are not succe...
Wladimir J. van der Laan
2017-02-21
Merge #9727: Remove fallbacks for boost_filesystem < v3
Wladimir J. van der Laan
[prev]
[next]