Age | Commit message (Expand) | Author |
2014-10-28 | Update comments in wallet to be doxygen compatible | Michael Ford |
2014-10-24 | Make CBlockIndex* returned by GetDepthInMainChain const. | Daniel Kraft |
2014-10-17 | script: move CScriptID to standard.h and add a ctor for creating them from CS... | Cory Fields |
2014-10-13 | Merge pull request #4937 | Wladimir J. van der Laan |
2014-10-08 | Merge pull request #4996 | Pieter Wuille |
2014-10-03 | [Wallet] Watch-only fixes | Cozz Lovan |
2014-10-01 | change exit(1) to an assert in CWallet::EncryptWallet | Philip Kaufmann |
2014-10-01 | fix possible memory leaks in CWallet::EncryptWallet | Philip Kaufmann |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-22 | Merge pull request #4787 | Wladimir J. van der Laan |
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-30 | Clean up CMerkleTx::SetMerkleBranch. | Daniel Kraft |
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 |