index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
mining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-7
/
+7
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Add functionality to generate auxpow blocks in regtest
MD Islam
2021-05-25
1
-18
/
+47
*
Revert behaviour change in getauxblock
Ross Nicoll
2019-07-13
1
-4
/
+4
*
Introduce basic Dogecoin branding
Ross Nicoll
2019-03-25
1
-1
/
+1
*
Update RPC tests for Dogecoin (#1431)
Ross Nicoll
2018-09-19
1
-5
/
+6
*
[auxpow] Guarantee backward compatibility on getauxblock
Patrick Lodder
2018-09-19
1
-1
/
+13
*
Change result from getauxblock to BIP22 validation state
Ross Nicoll
2018-09-19
1
-1
/
+1
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-5
/
+7
*
Sync mining code from Namecore to resolve unit test failures (#1385)
Ross Nicoll
2018-09-19
1
-203
/
+120
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-3
/
+264
*
Check transaction count early in submitblock.
Gregory Maxwell
2017-04-04
1
-0
/
+4
*
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-16
1
-4
/
+14
*
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-20
1
-2
/
+6
*
Remove redundant semicolons
practicalswift
2017-01-14
1
-2
/
+2
*
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
1
-31
/
+31
|
\
|
*
Update RPC argument names
John Newbery
2017-01-10
1
-11
/
+11
|
*
rpc: Named arguments for mining calls
Wladimir J. van der Laan
2017-01-05
1
-22
/
+22
*
|
Merge #8747: [rpc] Fix transaction size comments and RPC help text.
Wladimir J. van der Laan
2017-01-05
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix transaction size comments. Size now refers to virtual size as defined in ...
jonnynewbs
2016-12-08
1
-2
/
+4
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Added missing colons in when running help command
Anditto Heristyo
2016-12-22
1
-4
/
+4
*
|
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
1
-2
/
+2
*
|
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-3
/
+5
*
|
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
1
-1
/
+1
|
\
\
|
*
|
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
|
|
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-29
1
-0
/
+2
|
/
/
*
/
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-21
1
-1
/
+3
|
/
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-2
/
+3
*
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
1
-11
/
+5
*
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
1
-2
/
+2
*
Revert "RPC: Give more details when "generate" fails"
Matt Corallo
2016-11-08
1
-1
/
+1
*
RPC: Give more details when "generate" fails
Jorge Timón
2016-11-08
1
-1
/
+1
*
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
1
-2
/
+2
|
\
|
*
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
1
-2
/
+2
*
|
Remove priority estimation
Alex Morcos
2016-11-07
1
-2
/
+2
|
/
*
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-27
1
-1
/
+1
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-45
/
+45
*
Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help
Wladimir J. van der Laan
2016-10-19
1
-30
/
+36
|
\
|
*
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-19
1
-30
/
+36
*
|
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-2
/
+2
|
\
\
|
*
|
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-2
/
+2
*
|
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
1
-7
/
+3
|
\
\
\
|
*
|
|
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-18
1
-7
/
+3
*
|
|
|
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-10-18
1
-2
/
+0
|
|
/
/
|
/
|
|
*
|
|
Do not shadow variables
Pavel Janík
2016-09-27
1
-2
/
+2
*
|
|
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
1
-1
/
+4
*
|
|
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-2
/
+2
*
|
|
Merge #8163: Do not shadow global RPC table variable (tableRPC)
Wladimir J. van der Laan
2016-08-31
1
-2
/
+2
|
\
\
\
|
*
|
|
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-08-25
1
-2
/
+2
[next]