aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | wallet: remove automatic update of default keyWladimir J. van der Laan2013-10-101-19/+0
* | | Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\ \ \
| * | | Bump Year Number to 2013super32013-10-201-1/+1
| |/ /
* | | Merge pull request #2945 from gmaxwell/fee-logic_encourage_sweepingGavin Andresen2013-10-191-1/+9
|\ \ \
| * | | [Fee logic] Don't count txins for priority to encourage sweeping.Gregory Maxwell2013-09-171-1/+9
* | | | Merge pull request #3008 from gavinandresen/CENTruleGavin Andresen2013-10-191-3/+4
|\ \ \ \
| * | | | Remove CENT-output free transaction rule when relayingGavin Andresen2013-10-041-3/+4
* | | | | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-5/+5
| |_|/ / |/| | |
* | | | fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-201-3/+3
* | | | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-29/+28
|/ / /
* | | qt: Handle address purpose in incremental updatesWladimir J. van der Laan2013-08-291-2/+6
* | | Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell2013-08-231-7/+2
|/ /
* | Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-4/+6
* | Refactor: Move GetAccountAddresses to CWalletGavin Andresen2013-08-221-0/+13
* | Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-4/+4
* | Merge pull request #2776 from jgarzik/keypoolsizeGavin Andresen2013-08-141-2/+7
|\ \
| * | CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik2013-06-251-2/+7
| |/
* | Remove #define loop from util.hGavin Andresen2013-07-311-1/+1
* | Bugfix: Store last/next wallet resend times unique per CWallet objectLuke Dashjr2013-07-171-7/+5
|/
* Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-231-1/+1
* Merge pull request #2592 from sipa/dumpwalletPieter Wuille2013-06-231-1/+51
|\
| * Add GetKeyBirthTimes to walletPieter Wuille2013-06-221-1/+51
* | Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille2013-06-221-1/+1
|\ \ | |/ |/|
| * Refactor fee rules to make them actually readable.Matt Corallo2013-06-141-1/+1
* | Refactor keytime/metadata and wallet encryption bugfixPieter Wuille2013-06-201-15/+21
* | Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-131-2/+2
|/
* Wallet: optimize rescan to skip blocks prior to birthdayJeff Garzik2013-06-101-0/+7
* Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik2013-06-101-5/+22
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-7/+7
* Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo2013-06-051-1/+1
* build: cosmetics after last commitCory Fields2013-06-041-12/+12
* build: use runtime setting for wallet rather than QT_GUI defineCory Fields2013-06-041-2/+3
* Merge pull request #2644 from sipa/constfindblockJeff Garzik2013-05-301-1/+1
|\
| * Make FindBlockByHeight constant-time.Pieter Wuille2013-05-121-1/+1
* | Merge pull request #2625 from gavinandresen/walletlock_asioJeff Garzik2013-05-301-4/+1
|\ \
| * | Use boost::asio::deadline_timer for walletpassphrase timeoutGavin Andresen2013-05-071-4/+1
| |/
* / CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-8/+10
|/
* Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-041-15/+50
|\
| * Un-hardcode TX_FEE constantsGavin Andresen2013-05-031-3/+3
| * CreateTransaction: return strFailReason on failureGavin Andresen2013-05-031-8/+26
| * Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-031-4/+21
* | Merge pull request #2566 from sipa/nodefGavin Andresen2013-05-031-17/+22
|\ \
| * | Allow the default key to be unavailablePieter Wuille2013-04-251-17/+22
| |/
* / Do not write to wallet during LoadWalletGavin Andresen2013-05-021-0/+5
|/
* Merge pull request #2478 from sipa/fullhashGavin Andresen2013-04-091-3/+3
|\
| * Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-3/+3
* | Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen2013-04-081-1/+1
|\ \ | |/ |/|
| * Fix getbalance discrepencyGavin Andresen2013-02-041-1/+1
* | Clean up shutdown processGavin Andresen2013-04-031-1/+0
* | Merge pull request #2312 from gmaxwell/random_randomGavin Andresen2013-02-221-1/+9
|\ \