Age | Commit message (Expand) | Author |
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille |
2014-09-16 | Merge pull request #4825 | Pieter Wuille |
2014-09-10 | Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) | jtimon |
2014-09-09 | Merge pull request #4868 | Pieter Wuille |
2014-09-09 | Remove some unnecessary c_strs() in logging and the GUI | Philip Kaufmann |
2014-09-08 | Separate script/sign | jtimon |
2014-09-06 | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' | ENikS |
2014-09-04 | Introduce BlockMap type for mapBlockIndex | Pieter Wuille |
2014-08-29 | Move CMerkleTx to wallet.cpp/h | Wladimir J. van der Laan |
2014-08-26 | Merge pull request #4673 | Wladimir J. van der Laan |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
2014-08-26 | Move functions in wallet.h to implementation file | Wladimir J. van der Laan |
2014-08-11 | Add boolean HaveWatchonly and signal NotifyWatchonlyChanged | Cozz Lovan |
2014-07-21 | Revert "UI to alert of respend attempt affecting wallet." | Wladimir J. van der Laan |
2014-07-21 | Revert "Add -respendnotify option and new RPC data" | Wladimir J. van der Laan |
2014-07-21 | Revert "Formatting, spelling, comment fixes." | Wladimir J. van der Laan |
2014-07-18 | Fix a signed/unsigned warning introduced in 1b4568c | Wladimir J. van der Laan |
2014-07-15 | Add vout to ListTransactions output | Cozz Lovan |
2014-07-14 | Fixed error in 'getbalance' when using watchonly addresses. | JaSK |
2014-07-14 | Merge pull request #4400 | Wladimir J. van der Laan |
2014-07-13 | Fix Watchonly: cs_main lock not held | Cozz Lovan |
2014-07-11 | `getrawchangeaddress` should fail when keypool exhausted | Wladimir J. van der Laan |
2014-07-09 | add GetRandBytes() as wrapper for RAND_bytes() | Philip Kaufmann |
2014-07-08 | Fee fixes | Cozz Lovan |
2014-07-07 | Merge pull request #4045 | Wladimir J. van der Laan |
2014-07-07 | Merge pull request #4446 | Wladimir J. van der Laan |
2014-07-07 | Use GetBlockTime() more | jtimon |
2014-07-07 | Rename SendMoneyToDestination to SendMoney. | Daniel Kraft |
2014-07-03 | Move fee policy out of core | Gavin Andresen |
2014-07-03 | Use fee/priority estimates in wallet CreateTransaction | Gavin Andresen |
2014-07-02 | replaced MINE_ with ISMINE_ | JaSK |
2014-07-02 | Added MINE_ALL = (spendable|watchonly) | JaSK |
2014-07-02 | removed default argument values for ismine filter | JaSK |
2014-07-02 | Use script matching rather than destination matching for watch-only. | Pieter Wuille |
2014-07-02 | fixed tiny glitch and improved readability like laanwj suggested | JaSK |
2014-07-02 | Added argument to getbalance to include watchonly addresses and fixed errors ... | JaSK |
2014-07-02 | Watchonly balances are shown separately in gui. | JaSK |
2014-07-02 | qt: Hide unspendable outputs in coin control | Wladimir J. van der Laan |
2014-07-02 | Add support for watch-only addresses | Pieter Wuille |
2014-06-27 | Formatting, spelling, comment fixes. | Tom Harding |
2014-06-27 | Add -respendnotify option and new RPC data | Tom Harding |
2014-06-27 | UI to alert of respend attempt affecting wallet. | Tom Harding |
2014-06-25 | Move network-time related functions to timedata.cpp/h | Wladimir J. van der Laan |
2014-06-24 | Merge pull request #3674 | Wladimir J. van der Laan |
2014-06-22 | Code simplifications after CTransaction::GetHash() caching | Pieter Wuille |
2014-06-21 | Add CMutableTransaction and make CTransaction immutable. | Pieter Wuille |
2014-06-20 | AvailableCoins: acquire cs_main mutex | Pavel Vasin |
2014-06-16 | Let -zapwallettxes recover transaction meta data | Cozz Lovan |
2014-06-12 | Ignore too-long redeemScripts while loading wallet | Wladimir J. van der Laan |
2014-06-06 | Type-safe CFeeRate class | Gavin Andresen |