aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-2/+2
* | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-3/+5
* | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille2016-12-021-1/+1
|\ \
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | | Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-0/+2
|/ /
* / Always add default_witness_commitment with GBT client supportPieter Wuille2016-11-211-1/+3
|/
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-2/+3
* Replace CValidationState param in ProcessNewBlock with BlockCheckedMatt Corallo2016-11-091-11/+5
* Remove pfrom parameter from ProcessNewBlockMatt Corallo2016-11-091-2/+2
* Revert "RPC: Give more details when "generate" fails"Matt Corallo2016-11-081-1/+1
* RPC: Give more details when "generate" failsJorge Timón2016-11-081-1/+1
* Merge #9026: Fix handling of invalid compact blocksPieter Wuille2016-11-071-2/+2
|\
| * Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-031-2/+2
* | Remove priority estimationAlex Morcos2016-11-071-2/+2
|/
* instance of 'mem pool' to 'mempool'S. Matthew English2016-10-271-1/+1
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-45/+45
* Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of helpWladimir J. van der Laan2016-10-191-30/+36
|\
| * RPC/Mining: getblocktemplate: Update and fix formatting of helpLuke Dashjr2016-10-191-30/+36
* | Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-2/+2
|\ \
| * | Remove CConnman parameter from ProcessNewBlock/ActivateBestChainMatt Corallo2016-10-041-2/+2
* | | Merge #8223: [c++11] Use std::unique_ptr for block creation.Wladimir J. van der Laan2016-10-181-7/+3
|\ \ \
| * | | [c++11] Use std::unique_ptr for block creation.Daniel Kraft2016-06-181-7/+3
* | | | RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPCJorge Timón2016-10-181-2/+0
| |/ / |/| |
* | | Do not shadow variablesPavel Janík2016-09-271-2/+2
* | | net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-1/+4
* | | net: Pass CConnman around as neededCory Fields2016-09-081-2/+2
* | | Merge #8163: Do not shadow global RPC table variable (tableRPC)Wladimir J. van der Laan2016-08-311-2/+2
|\ \ \
| * | | Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
* | | | 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