aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #8461: document return value of networkhashps for getmininginfo RPC end...Wladimir J. van der Laan2016-08-191-2/+3
|\ \ \ \
| * | | | document return value of networkhashps for getmininginfo RPC endpointJameson Lopp2016-08-051-2/+3
| | |_|/ | |/| |
* | | | various typosleijurv2016-08-141-1/+1
| |/ / |/| |
* | | Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr2016-08-081-2/+15
|/ /
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-6/+6
* | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-6/+12
* | BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-4/+16
|/
* Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan2016-06-131-2/+2
|\
| * Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-181-2/+2
* | Merge #7935: Versionbits: GBT supportPieter Wuille2016-06-081-9/+96
|\ \ | |/ |/|
| * getblocktemplate: Use version/force mutation to support pre-BIP9 clientsLuke Dashjr2016-06-061-7/+20
| * getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr2016-06-061-2/+30
| * Implement BIP 9 GBT changesLuke Dashjr2016-06-061-2/+48
* | auto_ptr → unique_ptrWladimir J. van der Laan2016-04-281-1/+1
* | rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+24
* | Create generatetoaddress rpcAndrew C2016-03-211-33/+76
|/
* Merge #7663: Make the generate RPC call function for non-regtestWladimir J. van der Laan2016-03-141-10/+17
|\
| * Make the generate RPC call function for non-regtestPieter Wuille2016-03-091-10/+17
* | Remove internal minerLeviathn2016-02-101-67/+0
|/
* Changed getnetworkhps value to double to avoid overflow.instagibbs2016-02-081-1/+1
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+800