263 Commits (master)

Author SHA1 Message Date
Michael Ford 5b40d88688 Update comments in wallet to be doxygen compatible 10 years ago
jtimon 99f41b9cf7 MOVEONLY: core.o -> core/block.o 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Daniel Kraft a31e8bad53 Make CBlockIndex* returned by GetDepthInMainChain const. 10 years ago
Pieter Wuille a96d113962 Rename CWalletInterface to CValidationInterface 10 years ago
Cozz Lovan 44bc988e7b [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..) 10 years ago
Cozz Lovan ccca27a788 [Wallet] Watch-only fixes 10 years ago
Philip Kaufmann 870da77da6 fix possible memory leaks in CWallet::EncryptWallet 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
jtimon c1e433b717 Rename scriptutils.o to wallet_ismine.o 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
Pieter Wuille 3f6540ad8f Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
Pieter Wuille 47eb76597e Serializer simplifications after IMPLEMENT_SERIALIZE overhaul 10 years ago
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Daniel Kraft 4b0deb3b2d Clean up CMerkleTx::SetMerkleBranch. 10 years ago
Wladimir J. van der Laan 0101483f46
Move CMerkleTx to wallet.cpp/h 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan 8bdd2877c4
Fix a few "Uninitialized scalar field" warnings 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan af8297c010 Move functions in wallet.h to implementation file 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Cozz Lovan 939ed97373 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged 10 years ago
Pieter Wuille 216e9a4456 Add a way to limit deserialized string lengths 10 years ago
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 10 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 10 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 10 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 10 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 10 years ago
JaSK 952877e01c Showing 'involvesWatchonly' property for transactions returned by 'listtransactions' and 'listsinceblock'. 10 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 10 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 11 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 10 years ago
Wladimir J. van der Laan 18116b06c1 Ignore too-long redeemScripts while loading wallet 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Jeff Garzik d04fd3e2af CWallet: fix nTimeFirstKey init, by making constructor init common code 10 years ago
tm314159 91855f279d Properly initialize CWallet::nTimeFirstKey 10 years ago
R E Broadley 79d06dc6e0 Remove redundant c_str 10 years ago
Kamil Domanski 0e31e5631c remove CWallet::AddReserveKey which is never used 10 years ago
Philip Kaufmann 3e1cf9b6f6 add DEFAULT_TRANSACTION_FEE constant in wallet 10 years ago