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
2023-03-10
rpc: Add submit option to generateblock
MarcoFalke
2023-03-10
refactor: Replace block_hash with block_out
MarcoFalke
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-10
Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging
MacroFake
2022-09-30
Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...
MacroFake
2022-09-19
scripted-diff: Rename time symbols
MacroFake
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-09
RPC/Mining: Clean out pre-Segwit miner compatibility code
Luke Dashjr
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
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
[next]