aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-2/+2
|\
| * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-1/+1
|/
* Implement raw transaction RPC callsGavin Andresen2012-07-051-2/+5
* Fix coin selection to only include change when it's necessary.Chris Moore2012-06-041-42/+51
* Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore2012-06-041-1/+10
* Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore2012-06-041-0/+2
* Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-47/+55
* Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan2012-06-021-7/+20
|\
| * Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-7/+20
* | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-28/+28
* | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-16/+16
|/
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Process address book updates incrementallyWladimir J. van der Laan2012-05-201-2/+2
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-2/+2
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-12/+21
* | change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
|/
* Always check return values of TxnBegin() and TxnCommit()Jeff Garzik2012-05-141-1/+2
* Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik2012-04-221-2/+2
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+2
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-1/+2
* Remove headers.hPieter Wuille2012-04-171-1/+5
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-7/+7
* fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+2
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-38/+43
* qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-1/+1
* Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-041-0/+2
* Introduce explicit -walletupgrade optionPieter Wuille2012-03-221-17/+22
* Merge pull request #864 from sipa/fix_856Pieter Wuille2012-02-191-2/+46
|\
| * Make compressed pubkeys require 0.6.0Pieter Wuille2012-02-181-1/+8
| * Move GenerateNewKey back to CWalletPieter Wuille2012-02-181-0/+10
| * Add SetMinVersion to CWalletPieter Wuille2012-02-181-2/+29
* | Free pwalletdbEncryption after encryping walletPieter Wuille2012-02-181-1/+1
|/
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-3/+3
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-2/+2
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-64/+62
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-62/+64
* Merge pull request #677 from luke-jr/minfee_modesGavin Andresen2011-12-201-1/+2
|\
| * GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr2011-12-141-1/+2
* | Merge branch 'op_eval'Gavin Andresen2011-12-201-7/+32
|\ \
| * | Fix logic for IsChange() for send-to-self transactions.Gavin Andresen2011-12-191-1/+1
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-3/+11
| * | OP_EVAL implementationGavin Andresen2011-12-191-2/+20
| * | Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-5/+4
* | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
|/ /
* | Key import and exportPieter Wuille2011-12-171-0/+10
* | Preparations for key import/exportPieter Wuille2011-12-171-1/+45
* | Make CWalletTx::pwallet privatePieter Wuille2011-12-171-3/+3