aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
AgeCommit message (Expand)Author
2016-12-14Merge #9264: 0.13.2 backportsWladimir J. van der Laan
2016-12-02Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-12-02instance of 'mem pool' to 'mempool'S. Matthew English
2016-12-02Always add default_witness_commitment with GBT client supportPieter Wuille
2016-11-01Fix compact block handling to not ban if block is invalidSuhas Daftuar
2016-10-19RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr
2016-09-21document return value of networkhashps for getmininginfo RPC endpointJameson Lopp
2016-09-21various typosleijurv
2016-08-10Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
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