aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | en: Avoid ambiguous language regarding when transactions confirmLuke Dashjr2014-12-231-2/+2
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* prioritisetransaction RPC: Restore compatibility with existing implementation...Luke Dashjr2014-12-011-6/+5
* Merge pull request #1816Wladimir J. van der Laan2014-11-241-23/+73
|\
| * submitblock: Check for duplicate submissions explicitlyLuke Dashjr2014-11-201-4/+21
| * Implement BIP 23 Block ProposalLuke Dashjr2014-11-201-0/+33
| * Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr2014-11-181-21/+21
* | Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-5/+7
* | Optimize -regtest setgenerate block generationGavin Andresen2014-11-141-8/+22
|/
* Merge pull request #3727Wladimir J. van der Laan2014-11-031-1/+6
|\
| * RPC: submitblock: Support for returning specific rejection reasonsLuke Dashjr2014-10-301-1/+6
* | Merge pull request #5106Wladimir J. van der Laan2014-11-031-2/+34
|\|
| * Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-281-1/+1
| * Rename RPC_TRANSACTION_* errors to RPC_VERIFY_* and use RPC_VERIFY_ERROR for ...Luke Dashjr2014-10-211-1/+1
| * Bugfix: submitblock: Use a temporary CValidationState to determine accurately...Luke Dashjr2014-10-211-1/+33
* | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
|/
* Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon2014-10-101-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
* Merge pull request #4911Pieter Wuille2014-09-161-2/+2
|\
| * header include cleanupPhilip Kaufmann2014-09-141-2/+2
* | Fixing compiler warning C4101ENikS2014-09-151-1/+1
|/
* Merge pull request #4377Pieter Wuille2014-08-271-1/+1
|\
| * Move UpdateTime to powjtimon2014-08-231-1/+1
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-291-3/+2
* Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitc...Cozz Lovan2014-07-151-2/+21
* getblocktemplate: longpolling supportLuke Dashjr2014-07-111-1/+59
* Use GetBlockTime() morejtimon2014-07-071-1/+1
* Replace HexBits with strprintfjtimon2014-06-281-1/+1
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+14
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-1/+1
* Refactor proof of work related functions out of mainjtimon2014-06-231-0/+1
* Remove getwork() RPC callPieter Wuille2014-06-211-159/+0
* Add "chain" to getmininginfo, improve help in getblockchaininfojtimon2014-06-171-0/+2
* Get rid of Params().RPCisTestNet()jtimon2014-06-171-1/+1
* small formatting, indentation and comment fixesPhilip Kaufmann2014-06-101-0/+2
* Merge pull request #3824Wladimir J. van der Laan2014-06-091-2/+2
|\
| * Add RPCisTestNet chain parameterjtimon2014-06-041-1/+1
| * Add MineBlocksOnDemand chain parameterjtimon2014-06-041-1/+1
* | estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+61
|/
* switch from boost int types to <stdint.h>Kamil Domanski2014-05-131-3/+3
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-2/+2
* RPC command getmininginfo showing right genproclimitIsidoro Ghezzi2014-03-221-0/+1
* "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0.Gregory Maxwell2013-12-291-1/+4
* Make bitcoin compile without wallet if "db_cxx.h" is not presentThomas Holenstein2013-12-191-2/+3
* Allow mining RPCs with --disable-walletWladimir J. van der Laan2013-12-091-6/+18
* Split up bitcoinrpc (code movement only)Wladimir J. van der Laan2013-11-271-1/+1
* setgenerate creates multiple blocks in -regtest modeGavin Andresen2013-11-221-5/+40
* Issue #1865 - Clean up RPC help messagessje2013-11-131-37/+155
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-2/+0