RPC: optional size parameter for keypoolrefill
[novacoin.git] / src / wallet.h
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
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-04 Sunny KingPPCoin: getinfo shows total stake in addition to balance
2012-01-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-11 Pieter WuilleRemove unused definition
2012-01-09 Pieter WuilleRemove unused definition
2011-12-27 Sunny KingPPCoin: Safety check of timestamp with wallet create...
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-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
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-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-06 Pieter WuilleSome extra comments
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-15 Wladimir J. van... Add call to request unconfirmed balance
2011-07-13 Jeff GarzikUpdate CWallet::LoadWallet for proper return type.
2011-07-13 Matt CoralloUse DB Transactions when encrypting wallet.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-11 Wladimir J. van... Show unconfirmed balance on overview page
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-05 Pieter WuilleFix synchronization of default key
2011-06-27 Stéphane GimenezFix AddressBook syncrhonization between a CWallet and...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-26 Pieter WuilleFix segfault when creating new wallet
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file