aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
AgeCommit message (Expand)Author
2015-02-17Rename Interval() to DifficultyAdjustmentInterval()Shaul Kfir
2015-02-09Merge pull request #5739Wladimir J. van der Laan
2015-02-04fix getblocktemplate lock issueJonas Schnelli
2015-02-02Replace difficulty readjustment blocks with Interval()Shaul Kfir
2015-01-28Removed main.h dependency from rpcserver.cppEric Lombrozo
2015-01-24Merge pull request #5599Wladimir J. van der Laan
2015-01-05Use arith_uint256 where necessaryWladimir J. van der Laan
2015-01-04Get rid of the internal miner's hashmeterjtimon
2014-12-31Merge pull request #5499Wladimir J. van der Laan
2014-12-23en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-01prioritisetransaction RPC: Restore compatibility with existing implementation...Luke Dashjr
2014-11-24Merge pull request #1816Wladimir J. van der Laan
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-20submitblock: Check for duplicate submissions explicitlyLuke Dashjr
2014-11-20Implement BIP 23 Block ProposalLuke Dashjr
2014-11-18Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr
2014-11-14Optimize -regtest setgenerate block generationGavin Andresen
2014-11-03Merge pull request #3727Wladimir J. van der Laan
2014-11-03Merge pull request #5106Wladimir J. van der Laan
2014-10-30RPC: submitblock: Support for returning specific rejection reasonsLuke Dashjr
2014-10-28Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr
2014-10-27MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon
2014-10-21Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...Luke Dashjr
2014-10-21Bugfix: submitblock: Use a temporary CValidationState to determine accurately...Luke Dashjr
2014-10-10Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-16Merge pull request #4911Pieter Wuille
2014-09-15Fixing compiler warning C4101ENikS
2014-09-14header include cleanupPhilip Kaufmann
2014-08-27Merge pull request #4377Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-23Move UpdateTime to powjtimon
2014-07-29Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik
2014-07-15Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan
2014-07-11getblocktemplate: longpolling supportLuke Dashjr
2014-07-07Use GetBlockTime() morejtimon
2014-06-28Replace HexBits with strprintfjtimon
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-23Refactor proof of work related functions out of mainjtimon
2014-06-21Remove getwork() RPC callPieter Wuille
2014-06-17Add "chain" to getmininginfo, improve help in getblockchaininfojtimon
2014-06-17Get rid of Params().RPCisTestNet()jtimon
2014-06-10small formatting, indentation and comment fixesPhilip Kaufmann
2014-06-09Merge pull request #3824Wladimir J. van der Laan
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-06-04Add RPCisTestNet chain parameterjtimon
2014-06-04Add MineBlocksOnDemand chain parameterjtimon