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
...
*
|
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
*
|
|
|
Merge #8461: document return value of networkhashps for getmininginfo RPC end...
Wladimir J. van der Laan
2016-08-19
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
2016-08-05
1
-2
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
various typos
leijurv
2016-08-14
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Bugfix: Use pre-BIP141 sigops until segwit activates
Luke Dashjr
2016-08-08
1
-2
/
+15
|
/
/
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-6
/
+6
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-6
/
+12
*
|
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-4
/
+16
|
/
*
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-13
1
-2
/
+2
|
\
|
*
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-05-18
1
-2
/
+2
*
|
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-08
1
-9
/
+96
|
\
\
|
|
/
|
/
|
|
*
getblocktemplate: Use version/force mutation to support pre-BIP9 clients
Luke Dashjr
2016-06-06
1
-7
/
+20
|
*
getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...
Luke Dashjr
2016-06-06
1
-2
/
+30
|
*
Implement BIP 9 GBT changes
Luke Dashjr
2016-06-06
1
-2
/
+48
*
|
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-28
1
-1
/
+1
*
|
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-0
/
+24
*
|
Create generatetoaddress rpc
Andrew C
2016-03-21
1
-33
/
+76
|
/
*
Merge #7663: Make the generate RPC call function for non-regtest
Wladimir J. van der Laan
2016-03-14
1
-10
/
+17
|
\
|
*
Make the generate RPC call function for non-regtest
Pieter Wuille
2016-03-09
1
-10
/
+17
*
|
Remove internal miner
Leviathn
2016-02-10
1
-67
/
+0
|
/
*
Changed getnetworkhps value to double to avoid overflow.
instagibbs
2016-02-08
1
-1
/
+1
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-0
/
+800
[prev]