RPC: Replace resendtx with resendwallettransactions.
[novacoin.git] / src / wallet.h
2016-04-01 CryptoManiacRPC: Replace resendtx with resendwallettransactions.
2016-04-01 CryptoManiacMove some implementations of CWallet methods to wallet...
2016-04-01 CryptoManiacMove some implementations of CWallet methods to wallet...
2016-03-31 CryptoManiacRemove unused argument.
2016-03-30 svostRemove print() methods: all unused
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
2016-03-13 CryptoManiacFix compilation warnings.
2016-03-11 CryptoManiacFix daemon compilation isue.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-08 CryptoManiacResendTX: forced rebroadcasting of unconfirmed transact...
2016-03-07 CryptoManiacNew dump function.
2016-03-06 CryptoManiacCleanup
2016-03-04 CryptoManiacEncryption/decryption support for malleable keys.
2016-02-23 alexAdd CWallet::ExtractAddress method
2016-02-18 CryptoManiacWallet core: remove SendMoneyToDestination
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2015-10-03 svostCWallet: added SetNull() 247/head
2015-04-14 CryptoManiacMiner stats didn't work in RPC and UI
2015-04-13 MASM fanNew stake miner
2015-03-02 MASM fanAdd -zapwallettxes cli/config option, used for wallet...
2015-02-11 MASM fanWallet decryption support
2015-02-06 CryptoManiacRPC: add new keypoolreset RPC call
2015-01-27 fsb4000устранил предупреждения компилятора 133/head
2015-01-13 MASM fanSmall refactoring
2015-01-10 CryptoManiacAdd redeemScript size sanity checkings.
2014-12-31 fsb4000Add removeaddress RPC call
2014-12-27 CryptoManiacCode cleanup
2014-11-27 MASM fanCalculate actual kernel and coin*day rates on the fly.
2014-11-24 alexhzMove basic variables back to main.cpp.
2014-11-20 fsb4000Add a menu entry in the transaction view allowing...
2014-11-17 fsb4000PosTab
2014-11-07 MASM fanFix miner issues
2014-11-07 MASM fanRemove zerocoin for now
2014-08-28 CryptoManiacRPC: modify mergecoins
2014-08-20 CryptoManiacCoins metadata load fixes
2014-08-04 CryptoManiacFix immature balance caching issues v0.4.4.6-nvc-update7
2014-08-03 CryptoManiacMerge remote-tracking branch 'remotes/origin_project...
2014-08-02 MASM fanRPC: Add mergecoins function
2014-08-02 CryptoManiacFix immature balance caching issues 27/head
2014-07-26 CryptoManiacFix calculation of immature balance. 25/head
2014-07-26 CryptoManiacImplement IsMine filter 24/head
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-10 CryptoManiacAdd input weight to coin control interface
2014-02-14 MASM fanRename IsConfirmed() to IsTrusted()
2014-02-11 MASM fanAdd -confchange=0 option.
2014-02-05 MASM fanMerge RPC and wallet updates from 0.4.4.7 v0.4.4.6-nvc-update1
2014-01-12 alexPre-0.4.8 update
2013-10-23 alexAdd -mininput=value option
2013-09-29 alexMerge coin control features v0.4.4.5
2013-08-18 alexRPC: optional size parameter for keypoolrefill
2013-08-17 alexUpdate getmininginfo
2013-07-28 alexKey metadata update + new timestamp conversion function
2013-07-28 alexAdd wallet dump functionality and key creation timestamps
2013-07-06 alexhzImprove getmininginfo
2013-06-15 alexAdd stakepower into getmininginfo output (EXPERIMENTAL)
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-17 alexAdd getnewpubkey RPC call
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-09-18 Sunny KingPPCoin: Combine FixSpentCoins and CheckSpentCoins
2012-09-15 Sunny KingPPCoin: Rework stake minting to use randomized stake...
2012-08-24 Sunny KingPPCoin: Fix coinstake generation for pay-to-address...
2012-08-03 Sunny KingPPCoin: Fix premature mint thread exit since 06281cf
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-05-22 Richard SmithPPCoin: Separate newmint value from stake in RPC 'getin...
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-04 Philip Kaufmannremove obsolete BackupWallet() entry in wallet.h
2012-05-03 Philip Kaufmannremove obsolete BackupWallet() entry in wallet.h
2012-04-30 Scott NadalPPCoin: Create coinstake with multiple inputs of same...
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-21 Wladimir J. van... Remove no-longer used UI hints in bitcoin core
2012-04-21 Wladimir J. van... change type of various bare chars to bool that are...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-15 Scott NadalPPCoin: a preliminary version of coinstake creation
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-24 Sunny KingPPCoin: Mark inputs unspent in wallet when disconnectin...
2012-03-22 Pieter WuilleIntroduce explicit -walletupgrade option
2012-03-22 Sunny KingPPCoin: Add RPC command 'repairwallet'
2012-03-22 Sunny KingPPCoin: Add RPC command 'checkwallet'
2012-03-03 Sunny KingPPCoin: stakeonly mode for RPC command 'walletpassphrase'
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-18 Pieter WuilleAdd SetMinVersion to CWallet
2012-02-11 Sunny KingPPCoin: Coin creation model - coinstake reward with...
2012-02-08 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
next