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-11-28
Merge bitcoin/bitcoin#28554: bugfix: throw an error if an invalid parameter i...
Andrew Chow
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-07
Throw error if invalid parameters passed to getnetworkhashps RPC endpoint
Jameson Lopp
2023-08-24
rpc: Add MaybeArg() and Arg() default helper
MarcoFalke
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-22
RPC/Mining: Document template_request better for getblocktemplate
Luke Dashjr
2023-07-22
Bugfix: RPC: Remove quotes from non-string oneline descriptions
Luke Dashjr
2023-07-14
Added `longpollid` and `data` params to `template_request` #27998
Rhythm Garg
2023-06-07
Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...
Andrew Chow
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-10
[rpc] add getprioritisedtransactions
glozow
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
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
[next]