aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
AgeCommit message (Expand)Author
2014-12-31Bugfix: prioritisetransaction: Do some basic sanity checking on txidLuke Dashjr
2014-12-27en: Avoid ambiguous language regarding when transactions confirmLuke 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
2014-05-13switch from boost int types to <stdint.h>Kamil Domanski
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-03-22RPC command getmininginfo showing right genproclimitIsidoro Ghezzi
2013-12-29"getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.Gregory Maxwell
2013-12-19Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein
2013-12-09Allow mining RPCs with --disable-walletWladimir J. van der Laan
2013-11-27Split up bitcoinrpc (code movement only)Wladimir J. van der Laan
2013-11-22setgenerate creates multiple blocks in -regtest modeGavin Andresen
2013-11-13Issue #1865 - Clean up RPC help messagessje
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann