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
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-24
Merge #10412: Improve wallet rescan API
Wladimir J. van der Laan
2017-06-22
Handle TIMESTAMP_WINDOW within CWallet::RescanFromTime
Russell Yanofsky
2017-06-22
Make CWallet::RescanFromTime comment less ambiguous
Russell Yanofsky
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-15
Supress struct/class mismatch warnings introduced in #10284.
Pavel Janík
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-14
Don't create change at the dust limit, even if it means paying more than expe...
Alex Morcos
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-12
Merge #10568: Remove unnecessary forward class declarations in header files
Pieter Wuille
2017-06-12
Add missing include for atomic in db.h
Alex Morcos
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-11
Merge #10546: Remove 33 unused Boost includes
Wladimir J. van der Laan
2017-06-11
Merge #10561: Remove duplicate includes
Wladimir J. van der Laan
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
Remove duplicate includes
practicalswift
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-07
Merge #10321: Use FastRandomContext for all tests
Pieter Wuille
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
Wladimir J. van der Laan
2017-06-06
Merge #10523: Perform member initialization in initialization lists where pos...
Pieter Wuille
2017-06-06
Merge #10522: [wallet] Remove unused variables
MarcoFalke
2017-06-06
wallet: Update formatting
Luke Dashjr
2017-06-06
wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...
Luke Dashjr
2017-06-06
wallet: Base backup filenames on original wallet filename
Luke Dashjr
2017-06-06
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
Bugfix: wallet: Fix warningStr, errorStr argument order
Luke Dashjr
2017-06-06
Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...
Luke Dashjr
2017-06-06
Wallet: Support loading multiple wallets if -wallet used more than once
Luke Dashjr
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
RPC/Wallet: Add RBF support for fundrawtransaction
Luke Dashjr
2017-06-05
Wallet: Refactor FundTransaction to accept parameters via CCoinControl
Luke Dashjr
2017-06-05
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
wallet: Move nAccountingEntryNumber from static/global to CWallet
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" when modifying account stuff
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" only after actually making the app...
Luke Dashjr
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
[next]