aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
AgeCommit message (Expand)Author
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-18[c++11] Use std::unique_ptr for block creation.Daniel Kraft
2016-06-13Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan
2016-06-08Merge #7935: Versionbits: GBT supportPieter Wuille
2016-06-06getblocktemplate: Use version/force mutation to support pre-BIP9 clientsLuke Dashjr
2016-06-06getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr
2016-06-06Implement BIP 9 GBT changesLuke Dashjr
2016-05-18Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos
2016-04-28auto_ptr → unique_ptrWladimir J. van der Laan
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-03-21Create generatetoaddress rpcAndrew C
2016-03-14Merge #7663: Make the generate RPC call function for non-regtestWladimir J. van der Laan
2016-03-09Make the generate RPC call function for non-regtestPieter Wuille
2016-02-10Remove internal minerLeviathn
2016-02-08Changed getnetworkhps value to double to avoid overflow.instagibbs
2016-01-21move rpc* to rpc/Daniel Cousens