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
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-01
rpc: access some args by name
stickies-v
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-12
Merge bitcoin/bitcoin#28885: mempool / rpc: followup to getprioritisedtransac...
glozow
2024-01-11
rpc: exposing modified_fee in getprioritisedtransactions
kevkevin
2024-01-08
rpc: renaming txid -> transactionid
kevkevin
2024-01-08
rpc: changed prioritisation-map -> ""
kevkevin
2024-01-05
Remove GetAdjustedTime
dergoegge
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-14
Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...
Ava Chow
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-07
refactor: rpc: Pass CBlockIndex by reference instead of pointer
MarcoFalke
2023-12-04
refactor: Remove call to ShutdownRequested from rpc/mining
Ryan Ofsky
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
[next]