aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4787Wladimir J. van der Laan2014-09-221-32/+18
|\
| * Clean up CMerkleTx::SetMerkleBranch.Daniel Kraft2014-08-301-32/+18
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-4/+3
* | Merge pull request #4825Pieter Wuille2014-09-161-4/+4
|\ \
| * | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS2014-09-061-4/+4
| |/
* | Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)jtimon2014-09-101-1/+34
* | Merge pull request #4868Pieter Wuille2014-09-091-1/+1
|\ \
| * | Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-1/+1
* | | Separate script/signjtimon2014-09-081-0/+2
|/ /
* / Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-3/+3
|/
* Move CMerkleTx to wallet.cpp/hWladimir J. van der Laan2014-08-291-0/+99
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+1
|\
| * Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-0/+1
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+8
* | Move functions in wallet.h to implementation fileWladimir J. van der Laan2014-08-261-0/+17
|/
* Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan2014-07-211-27/+6
* Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan2014-07-211-8/+0
* Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan2014-07-211-1/+1
* Fix a signed/unsigned warning introduced in 1b4568cWladimir J. van der Laan2014-07-181-2/+2
* Add vout to ListTransactions outputCozz Lovan2014-07-151-15/+17
* Fixed error in 'getbalance' when using watchonly addresses.JaSK2014-07-141-1/+1
* Merge pull request #4400Wladimir J. van der Laan2014-07-141-4/+5
|\
| * add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann2014-07-091-4/+5
* | Fix Watchonly: cs_main lock not heldCozz Lovan2014-07-131-3/+3
* | `getrawchangeaddress` should fail when keypool exhaustedWladimir J. van der Laan2014-07-111-5/+1
|/
* Fee fixesCozz Lovan2014-07-081-1/+1
* Merge pull request #4045Wladimir J. van der Laan2014-07-071-23/+90
|\
| * replaced MINE_ with ISMINE_JaSK2014-07-021-5/+5
| * Added MINE_ALL = (spendable|watchonly)JaSK2014-07-021-2/+2
| * removed default argument values for ismine filterJaSK2014-07-021-2/+2
| * Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-7/+8
| * fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-021-3/+3
| * Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK2014-07-021-5/+5
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-4/+49
| * qt: Hide unspendable outputs in coin controlWladimir J. van der Laan2014-07-021-0/+2
| * Add support for watch-only addressesPieter Wuille2014-07-021-8/+27
* | Merge pull request #4446Wladimir J. van der Laan2014-07-071-5/+5
|\ \
| * | Use GetBlockTime() morejtimon2014-07-071-5/+5
* | | Rename SendMoneyToDestination to SendMoney.Daniel Kraft2014-07-071-21/+16
|/ /
* | Move fee policy out of coreGavin Andresen2014-07-031-3/+6
* | Use fee/priority estimates in wallet CreateTransactionGavin Andresen2014-07-031-8/+36
|/
* Formatting, spelling, comment fixes.Tom Harding2014-06-271-1/+1
* Add -respendnotify option and new RPC dataTom Harding2014-06-271-0/+8
* UI to alert of respend attempt affecting wallet.Tom Harding2014-06-271-6/+27
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
* Merge pull request #3674Wladimir J. van der Laan2014-06-241-2/+2
|\
| * Let -zapwallettxes recover transaction meta dataCozz Lovan2014-06-161-2/+2
* | Code simplifications after CTransaction::GetHash() cachingPieter Wuille2014-06-221-8/+7
* | Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-7/+11
* | AvailableCoins: acquire cs_main mutexPavel Vasin2014-06-201-1/+1
|/