aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2014-09-22Merge pull request #4787Wladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-16Merge pull request #4825Pieter Wuille
2014-09-10Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)jtimon
2014-09-09Merge pull request #4868Pieter Wuille
2014-09-09Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann
2014-09-08Separate script/signjtimon
2014-09-06Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
2014-08-30Clean up CMerkleTx::SetMerkleBranch.Daniel Kraft
2014-08-29Move CMerkleTx to wallet.cpp/hWladimir J. van der Laan
2014-08-26Merge pull request #4673Wladimir J. van der Laan
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Move functions in wallet.h to implementation fileWladimir J. van der Laan
2014-08-11Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan
2014-07-21Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan
2014-07-21Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan
2014-07-21Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan
2014-07-18Fix a signed/unsigned warning introduced in 1b4568cWladimir J. van der Laan
2014-07-15Add vout to ListTransactions outputCozz Lovan
2014-07-14Fixed error in 'getbalance' when using watchonly addresses.JaSK
2014-07-14Merge pull request #4400Wladimir J. van der Laan
2014-07-13Fix Watchonly: cs_main lock not heldCozz Lovan
2014-07-11`getrawchangeaddress` should fail when keypool exhaustedWladimir J. van der Laan
2014-07-09add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann
2014-07-08Fee fixesCozz Lovan
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-07Merge pull request #4446Wladimir J. van der Laan
2014-07-07Use GetBlockTime() morejtimon
2014-07-07Rename SendMoneyToDestination to SendMoney.Daniel Kraft
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-03Use fee/priority estimates in wallet CreateTransactionGavin Andresen
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02Added MINE_ALL = (spendable|watchonly)JaSK
2014-07-02removed default argument values for ismine filterJaSK
2014-07-02Use script matching rather than destination matching for watch-only.Pieter Wuille
2014-07-02fixed tiny glitch and improved readability like laanwj suggestedJaSK
2014-07-02Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-07-02qt: Hide unspendable outputs in coin controlWladimir J. van der Laan
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-27Formatting, spelling, comment fixes.Tom Harding
2014-06-27Add -respendnotify option and new RPC dataTom Harding
2014-06-27UI to alert of respend attempt affecting wallet.Tom Harding
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-24Merge pull request #3674Wladimir J. van der Laan
2014-06-22Code simplifications after CTransaction::GetHash() cachingPieter Wuille
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-20AvailableCoins: acquire cs_main mutexPavel Vasin
2014-06-16Let -zapwallettxes recover transaction meta dataCozz Lovan