aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-7/+7
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* Add functionality to generate auxpow blocks in regtestMD Islam2021-05-251-18/+47
* Revert behaviour change in getauxblockRoss Nicoll2019-07-131-4/+4
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-191-5/+6
* [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2018-09-191-1/+13
* Change result from getauxblock to BIP22 validation stateRoss Nicoll2018-09-191-1/+1
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-5/+7
* Sync mining code from Namecore to resolve unit test failures (#1385)Ross Nicoll2018-09-191-203/+120
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-3/+264
* Check transaction count early in submitblock.Gregory Maxwell2017-04-041-0/+4
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-161-4/+14
* Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activatesLuke Dashjr2017-02-201-2/+6
* Remove redundant semicolonspracticalswift2017-01-141-2/+2
* Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-101-31/+31
|\
| * Update RPC argument namesJohn Newbery2017-01-101-11/+11
| * rpc: Named arguments for mining callsWladimir J. van der Laan2017-01-051-22/+22
* | Merge #8747: [rpc] Fix transaction size comments and RPC help text.Wladimir J. van der Laan2017-01-051-2/+4
|\ \ | |/ |/|
| * Fix transaction size comments. Size now refers to virtual size as defined in ...jonnynewbs2016-12-081-2/+4
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Added missing colons in when running help commandAnditto Heristyo2016-12-221-4/+4
* | 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