index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
mining.cpp
Age
Commit message (
Expand
)
Author
2016-11-08
RPC: Give more details when "generate" fails
Jorge Timón
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-27
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help
Wladimir J. van der Laan
2016-10-19
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-08-31
Merge #8163: Do not shadow global RPC table variable (tableRPC)
Wladimir J. van der Laan
2016-08-25
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-08-19
Merge #8461: document return value of networkhashps for getmininginfo RPC end...
Wladimir J. van der Laan
2016-08-14
various typos
leijurv
2016-08-08
Bugfix: Use pre-BIP141 sigops until segwit activates
Luke Dashjr
2016-08-05
document return value of networkhashps for getmininginfo RPC endpoint
Jameson Lopp
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-18
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-13
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-08
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-06
getblocktemplate: Use version/force mutation to support pre-BIP9 clients
Luke Dashjr
2016-06-06
getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...
Luke Dashjr
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-21
Create generatetoaddress rpc
Andrew C
2016-03-14
Merge #7663: Make the generate RPC call function for non-regtest
Wladimir J. van der Laan
2016-03-09
Make the generate RPC call function for non-regtest
Pieter Wuille
2016-02-10
Remove internal miner
Leviathn
2016-02-08
Changed getnetworkhps value to double to avoid overflow.
instagibbs
2016-01-21
move rpc* to rpc/
Daniel Cousens