Stake generation changes
[novacoin.git] / src / wallet.cpp
2013-08-21 alexStake generation changes
2013-08-18 alexRPC: optional size parameter for keypoolrefill
2013-08-17 alexUpdate getmininginfo
2013-07-30 alexFix message
2013-07-29 alexAdd -walletnotify option
2013-07-29 alexFix getbalance
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-20 alexhzFix local stake weight calculation v0.4.3-nvc-f
2013-06-15 alexSwitch stakepower to available coin*age instead of...
2013-06-15 alexAdd stakepower into getmininginfo output (EXPERIMENTAL)
2013-05-19 alexupdate to 0.4.2
2013-05-11 Alexfix
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-19 alexHide debug info
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
2012-10-02 Sunny KingPPCoin: Fix coinstake generation with lots of small...
2012-09-18 Sunny KingPPCoin: Combine FixSpentCoins and CheckSpentCoins
2012-09-17 Sunny KingPPCoin: Use nMaxClockDrift with CreateCoinStake
2012-09-17 Sunny KingPPCoin: Fix coinstake creation since 2a7d702
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.
next