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-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
refactor: use chainman instead of chainParams for DeploymentActive*
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-04-29
rpc: Move fee estimation RPCs to separate file
MacroFake
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
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
[next]