PPCoin: Separate newmint value from stake in RPC 'getinfo' output
[novacoin.git] / src / bitcoinrpc.cpp
2012-05-22 Richard SmithPPCoin: Separate newmint value from stake in RPC 'getin...
2012-04-20 Richard SmithPPCoin: Minor fix of RPC command 'sendalert'
2012-04-19 Richard SmithPPCoin: RPC commands for 'sendalert' and 'makekeypair'
2012-03-22 Sunny KingPPCoin: Add RPC command 'repairwallet'
2012-03-22 Sunny KingPPCoin: Add RPC command 'checkwallet'
2012-03-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
2012-03-03 Sunny KingPPCoin: stakeonly mode for RPC command 'walletpassphrase'
2012-02-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-18 Sunny KingPPCoin: Allow RPC commands resetcheckpoint and getbranc...
2012-02-17 Sunny KingPPCoin: RPC commands 'getbranchpoint' and 'resetcheckpoint'
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-04 Sunny KingPPCoin: getinfo shows total stake in addition to balance
2012-01-06 Sunny KingPPCoin: Rescale coin to 6 fractional digits, allowing...
2011-12-29 Sunny KingPPCoin: Addresses begin with letter P; RPC messages...
2011-12-21 Sunny KingPPCoin: default ports; disabling irc; dns seeds; Thread...
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-01 Gavin AndresenSpeed up RPC authentication (reworked pull from Joel...
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-21 Gavin AndresenMerge pull request #632 from mndrix/deprecate-getblockn...
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-12 Wladimir J. van... Do not launch Shutdown in a new thread in case we are...
2011-11-11 Michael HendricksDeprecate RPC getblocknumber
2011-10-06 Luke DashjrBugfix: "bits" should be a hex-string, not a number...
2011-10-05 David Joel SchwartzUse C's const char* for status strings rather than...
2011-10-05 Gavin AndresenMerge branch 'listsinceblock' of https://github.com...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-05 Luke DashjrSend "Connection: close" HTTP header with JSON-RPC...
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-29 Nils SchneiderMerge pull request #537 from tcatm/remove-deprecated...
2011-09-28 Nils Schneiderdeprecate midstate and hash1 in getwork
2011-09-28 Nils Schneiderremove deprecated RPCs
2011-09-27 Pieter WuilleUse key recovery for message signatures
2011-09-27 Pieter Wuillebase64-based sign/verify
2011-09-27 Pieter WuilleIncorporate pubkey in signature, check based on address
2011-09-27 KhalahanSign and verify message with bitcoin address and public key
2011-09-27 Pieter WuilleInline base64 encoder/decoder
2011-09-27 JoelKatzFaster Base64 decoder.
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-06 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-03 Wladimir J. van... windows build fixes