Transactions verification update
[novacoin.git] / src / wallet.cpp
2014-06-19 CryptoManiacTransactions verification update
2014-06-15 CryptoManiacAdd input weight to coin control interface
2014-06-14 CryptoManiacReplace MIN_TX_FEE with CENT in change calculation
2014-06-01 CryptoManiacTransactions fee handling
2014-06-01 CryptoManiacForce allowfree = false until 1 july 2014
2014-06-01 CryptoManiacAllow free transactions
2014-02-23 Luke DashjrBugfix: Avoid trying to parse outputs that aren't relev...
2014-02-16 MASM fanAdd getunconfirmedbalance() RPC call, fix balance calcu...
2014-02-16 MASM fanAdd -zapwallettxes cli/config option, used for wallet...
2014-02-16 MASM fanHandle "conflicted" transactions properly
2014-02-15 MASM fanAdd -enforcecanonical and -confchange options, rename...
2014-02-04 MASM fanBugFix: free transactions are not allowed yet
2014-02-02 MASM fanRPC: getrawtransaction and resendtx improvement
2014-01-25 alexSet of several minor fixes:
2014-01-24 alexUpdate only if there are any mismatched coins v0.4.4.7-nvc-next-testing
2014-01-24 alexFix repairwallet to update walletmodel without restart.
2014-01-22 alexSanity checking for coinstake inputs and checkwallet...
2014-01-21 alexTransaction hash caching
2014-01-20 alexAdd CCoinsViewCache::GetCoinsReadOnly() method for...
2014-01-20 alexSome proof-of-stake checkings refactoring
2014-01-19 alexAdd previous block checking in the proof-of-stake miner
2014-01-19 alexDon't reaccept coinstakes
2014-01-19 alexUI fixes
2014-01-18 alexBatch block connection during initial block download
2014-01-18 alexSwitch to CCoins & CCoinsView approach
2014-01-15 alexhzOne file per block
2014-01-14 alexSecond pre-release update
2014-01-12 alexPre-0.4.8 update
2014-01-01 alexBump version to 0.4.4.6 v0.4.4.6-nvc
2013-12-31 alexCache scrypt hashes on disk
2013-10-23 alexAdd -mininput=value option
2013-09-29 alexMerge coin control features v0.4.4.5
2013-09-04 alexAlways reserialize transactions before relaying
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexRemove loop macro from util.h
2013-08-23 alexAdd scrypt+sha512 key derivation method.
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...
next