Add createmultisig RPC
[novacoin.git] / src / bitcoinrpc.cpp
2014-07-31 MASM fanAdd createmultisig RPC
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-02-05 MASM fanMerge RPC and wallet updates from 0.4.4.7 v0.4.4.6-nvc-update1
2013-09-15 alexRPC: sendalert params types casting
2013-08-24 alexRemove loop macro from util.h
2013-08-24 alexMitigate Timing Attacks On Basic RPC Authorization
2013-08-18 alexRPC: optional size parameter for keypoolrefill
2013-08-18 alexP2SH related RPC improvements
2013-07-28 alexAdd wallet dump functionality and key creation timestamps
2013-07-27 alexAdd getbestblockhash RPC call support
2013-06-19 alexhzAdd network PoW speed and Stake weight estimation into...
2013-06-15 alexRemove PoW-miner related RPC calls
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-16 alexhzAdd missing RPC calls
2013-04-15 alexhzupdate to 0.4 preview
2013-04-09 alexAdd getworkex
2013-03-26 alexhzFix PoS difficulty at 0.25 after blocks v3 supermajorit...
2013-03-07 alexUse 33 byte compressed keys
2013-03-01 alexRemove getworkex, for now
2013-03-01 alexImprove getblock/getblockbynumber output
2013-03-01 alexCleanup
2013-03-01 alexMerge non-wallet transactions support for gettransactio...
2013-02-25 alexAdd getpowreward RPC
2013-02-23 alexadd validatepubkey RPC call
2013-02-21 rootAdd resendtx RPC call
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-18 alexhzadd getblocktemplate support
2013-02-18 alexgetmemorypool patch by Sunny King
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-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-30 Sunny KingPPCoin: RPC command 'getblock' to print mint amount...
2012-08-26 Sunny KingPPCoin: More detailed print of RPC command 'getblock'
2012-08-23 Sunny KingPPCoin: Fix coinbase mint checks
2012-08-03 Sunny KingPPCoin: Fix premature mint thread exit since 06281cf
2012-08-03 Scott NadalPPCoin: Enforce minimum output amount 1 cent
2012-08-01 Sunny KingPPCoin: Separate thread for minting proof-of-stake...
2012-08-01 Sunny KingPPCoin: RPC command 'getdifficulty' shows proof-of...
2012-07-30 Scott NadalPPCoin: No safe mode when detecting longer invalid...
2012-07-29 Sunny KingPPCoin: Replace RPC command 'setcheckpointkey' with...
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-25 Sunny KingPPCoin: Immediate sync-checkpoint to defend against...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-12 Sunny KingPPCoin: RPC 'makekeypair' limits loop to avoid hang
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-07-05 Sunny KingPPCoin: Sign block when communicating with miners via...
2012-06-29 Sunny KingPPCoin: RPC commands show difficulty of proof-of-work...
2012-06-26 Richard SmithPPCoin: Add RPC command 'getcheckpoint'
2012-06-26 Sunny KingPPCoin: Matching prefix of public key for RPC command...
2012-06-26 Scott NadalPPCoin: Remove automatic checkpoint code
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-12 Scott NadalPPCoin: Automatically select a checkpoint for 'sendchec...
2012-06-11 Scott NadalPPCoin: RPC command 'sendcheckpoint'
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-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-06 Peter ToddFixed non-sensical error message
2012-05-06 Peter ToddFixed non-sensical error message
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 Gavin Andresenfix compiler error in bitcoinrpc RE: boost::system
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-27 freewilremove strange debug message from listsinceblock
2012-04-26 Gavin AndresenMerge pull request #1151 from freewil/listsinceblock...
2012-04-26 freewilremove strange debug message from listsinceblock
2012-04-26 freewillistsinceblock: rpc param blockid -> blockhash
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-20 Pieter WuilleExpose CRPCTable via bitcoinrpc.h for testing
2012-04-20 Pieter WuilleEncapsulate mapCommands in class CRPCTable
2012-04-20 Jeff GarzikEncapsulate RPC command dispatch in an array of CRPCCom...
2012-04-20 Richard SmithPPCoin: Minor fix of RPC command 'sendalert'
2012-04-19 Richard SmithPPCoin: RPC commands for 'sendalert' and 'makekeypair'
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
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.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
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 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Jeff GarzikCTxMemPool: encapsulate AddToMemoryPoolUnchecked()...
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-04-12 Gavin AndresenMerge pull request #1041 from gavinandresen/listtransac...
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
next