aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | pass nBytes as parameter to GetMinFee(..)Cozz Lovan2013-11-141-1/+1
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-87/+91
* Break dependency of init on wallet.Pieter Wuille2013-10-261-0/+19
* Use boost signals for callbacks from main to walletPieter Wuille2013-10-261-12/+8
* Remove broken PrintWallet functionalityPieter Wuille2013-10-261-13/+0
* Do not treat fFromMe transaction differently when broadcastingPieter Wuille2013-10-261-14/+0
* Merge branch 'bugfix_unknownoutputs' of git://github.com/luke-jr/bitcoinGavin Andresen2013-10-221-6/+19
|\
| * Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetA...Luke Dashjr2013-07-171-6/+19
* | Merge pull request #3074 from laanwj/2013_10_remove_default_key_1Gavin Andresen2013-10-201-19/+0
|\ \
| * | 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