PPCoin: Track coinstake search interval in RPC command 'getdifficulty'
[novacoin.git] / src / wallet.cpp
2012-09-16 Sunny KingPPCoin: Track coinstake search interval in RPC command...
2012-09-15 Sunny KingPPCoin: Rework stake minting to use randomized stake...
2012-09-05 Sunny KingPPCoin: Fix checkwallet/repairwallet since 7237fa0...
2012-08-29 Sunny KingPPCoin: Set stake full weight age at 90 days
2012-08-28 Sunny KingPPCoin: Split young stake to improve proof-of-stake...
2012-08-27 Sunny KingPPCoin: Enable public testnet
2012-08-25 Sunny KingPPCoin: Lower coinstake combine threshold to improve...
2012-08-24 Sunny KingPPCoin: Fix coinstake generation for pay-to-address...
2012-08-24 Sunny KingPPCoin: Allow multiple outputs for coinbase and coinstake
2012-08-07 Scott NadalPPCoin: Conditional print keypool reserve and return...
2012-08-06 Sunny KingPPCoin: When creating transaction any sub-cent change...
2012-08-03 Sunny KingPPCoin: Fix premature mint thread exit since 06281cf
2012-07-31 Sunny KingPPCoin: Limit the merging of coins into coinstake ...
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-05-30 Sunny KingPPCoin: Print coinstake info with printblocktree
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
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-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-04-30 Scott NadalPPCoin: Create coinstake with multiple inputs of same...
2012-04-29 Sunny KingPPCoin: Modify coinstake target protocol
2012-04-27 Sunny KingPPCoin: Fix CreateCoinStake() signature bug since 747f99fb
2012-04-22 Jeff GarzikPrefer 'unsigned int' for loop index variables tested...
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-19 Sunny KingPPCoin: Fix CreateCoinStake() bug from 747f99fb
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 Jeff GarzikMove CWalletDB code to new walletdb module.
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-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
2012-04-04 Wladimir J. van... Update UI through async calls MainFrameRepaint and...
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 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-03 Sunny KingPPCoin: stakeonly mode for RPC command 'walletpassphrase'
2012-02-27 Pieter WuilleFree pwalletdbEncryption after encryping wallet
2012-02-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-20 Pieter WuilleMerge pull request #864 from sipa/fix_856
2012-02-18 Sunny KingPPCoin: bug fix: malformed coinstake transaction create...
2012-02-18 Pieter WuilleFree pwalletdbEncryption after encryping wallet
2012-02-18 Pieter WuilleMake compressed pubkeys require 0.6.0
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-18 Pieter WuilleAdd SetMinVersion to CWallet
2012-02-16 Sunny KingPPCoin: fix a hang during reorg (bug introduced in...
2012-02-11 Sunny KingPPCoin: Coin creation model - coinstake reward with...
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-04 Sunny KingPPCoin: getinfo shows total stake in addition to balance
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-06 Sunny KingPPCoin: Rescale coin to 6 fractional digits, allowing...
2011-12-27 Sunny KingPPCoin: Safety check of timestamp with wallet create...
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #677 from luke-jr/minfee_modes
2011-12-20 Gavin AndresenMerge branch 'op_eval'
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenFix logic for IsChange() for send-to-self transactions.
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-17 Pieter WuilleKey import and export
2011-12-17 Pieter WuillePreparations for key import/export
2011-12-17 Pieter WuilleMake CWalletTx::pwallet private
2011-12-17 Sunny KingMerge bitcoin v0.4.0 into ppcoin
2011-12-14 Luke DashjrGetMinFee takes a mode parameter (GMF_{BLOCK,RELAY...
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-19 Sunny KingPPCoin: Disallow free transaction; minimum transaction...
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-15 Pieter WuilleResilvering
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-14 Pieter WuilleResilvering
2011-11-06 Pieter WuilleSome extra comments
2011-11-02 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-10-25 Matt CoralloAdd returns to avoid annoying compile-time warnings.
next