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
2022-04-05
Remove nHeightEnd and nHeight in generateBlocks helper
MarcoFalke
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-02-21
doc: Rework generate* doc
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
MarcoFalke
2021-12-07
Merge bitcoin/bitcoin#23547: Bugfix: RPC/mining: Fail properly in estimatesma...
MarcoFalke
2021-12-02
rpc: move Ensure* helpers to server_util.h
Sjors Provoost
2021-11-26
Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/node
MarcoFalke
2021-11-18
Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is un...
Luke Dashjr
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
2021-11-16
style: Sort file list after rename
MarcoFalke
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-28
update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...
pranabp-bit
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-09-02
Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCs
MarcoFalke
2021-07-05
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
Hennadii Stepanov
2021-06-30
[refactor] versionbits: make VersionBitsCache a full class
Anthony Towns
2021-06-30
[move-only] Rename versionbitsinfo to deploymentinfo
Anthony Towns
2021-06-30
scripted-diff: rename versionbitscache
Anthony Towns
2021-06-29
[refactor] Add deploymentstatus.h
Anthony Towns
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-05-27
miner: Pass in chainman to RegenerateCommitments
Carl Dong
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-21
Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
2021-04-14
rpc: Remove unnecessary casting of block height
Carl Dong
2021-04-14
rpc: Tidy up local references (see commit message)
Carl Dong
2021-04-14
scripted-diff: rest/rpc: Use renamed EnsureAny*()
Carl Dong
2021-04-05
rpc/mining: Use existing NodeContext
Carl Dong
2021-04-05
miner: Pass in previous CBlockIndex to RegenerateCommitments
Carl Dong
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "scripted-diff: Invoke CreateNewBlock with chainstate"
Carl Dong
2021-03-15
Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge...
fanquake
2021-03-08
miner: Pass in blockman to ::RegenerateCommitments
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-02-25
rpc: Properly document submitblock return value
MarcoFalke
2021-02-25
rpc: Properly document getblocktemplate return value
MarcoFalke
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-28
validation: Pass in chainstate to TestBlockValidity
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
[next]