Age | Commit message (Expand) | Author |
2014-05-13 | switch from boost int types to <stdint.h> | Kamil Domanski |
2014-05-09 | Move {Get,Set}Compact from bignum to uint256 | Pieter Wuille |
2014-03-22 | RPC command getmininginfo showing right genproclimit | Isidoro Ghezzi |
2013-12-29 | "getnetworkhashps" with defaults was yielding "0", the hashrate is not 0. | Gregory Maxwell |
2013-12-19 | Make bitcoin compile without wallet if "db_cxx.h" is not present | Thomas Holenstein |
2013-12-09 | Allow mining RPCs with --disable-wallet | Wladimir J. van der Laan |
2013-11-27 | Split up bitcoinrpc (code movement only) | Wladimir J. van der Laan |
2013-11-22 | setgenerate creates multiple blocks in -regtest mode | Gavin Andresen |
2013-11-13 | Issue #1865 - Clean up RPC help messages | sje |
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille |
2013-10-01 | Support absence of wallet (pwalletMain==NULL) in several locations, | Jeff Garzik |
2013-10-01 | Merge pull request #2888 from litecoin-project/getnetworkhashps | Jeff Garzik |
2013-09-17 | Add getnetworkhashps to get the calculated network hashrate | coblee |
2013-08-24 | RPC: getblocktemplate does not require a key, to create a block template | Jeff Garzik |
2013-08-24 | CreateNewBlock() now takes scriptPubKey argument, | Jeff Garzik |
2013-07-31 | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik |
2013-06-24 | main.h->core.h include dependency improvements. | Jeff Garzik |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-06-05 | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. | Eric Lombrozo |
2013-06-01 | remove GetBoolArg() fDefault parameter defaulting to false | Philip Kaufmann |
2013-05-30 | Move pMiningKey init out of StartRPCThreads | Wladimir J. van der Laan |
2013-05-23 | Clean up mining CReserveKey to prevent crash at shutdown | Gavin Andresen |
2013-02-07 | Do not use C++11 std::vector.data() | Gavin Andresen |
2013-01-30 | CValidationState framework | Pieter Wuille |
2013-01-03 | moved "index_in_template" to a separate variable to clarify what it is | Forrest Voight |
2012-12-19 | use fee/sigop data in BlockTemplate struct instead of (not always correctly) ... | Forrest Voight |
2012-12-19 | changed CreateNewBlock to return a CBlockTemplate object, which includes per-... | Forrest Voight |
2012-10-24 | Don't force getblocktemplate to have a parameter. | Gregory Maxwell |
2012-10-20 | Batch block connection during IBD | Pieter Wuille |
2012-10-20 | Ultraprune | Pieter Wuille |
2012-10-04 | Document RPC error codes | Wladimir J. van der Laan |
2012-09-01 | Merge pull request #1771 from luke-jr/bugfix_bip22_mode | Jeff Garzik |
2012-09-01 | Bugfix: getblocktemplate: Accept optional "mode" parameter not being provided | Luke Dashjr |
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik |
2012-08-21 | RPC: submitblock returns null on success, string on error | Jeff Garzik |
2012-08-21 | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik |