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-08-13
Deduplicate list of chain strings in RPC help texts
Martin Saposnic
2024-08-12
doc: add missing "testnet4" network string in RPC/init help texts
Sebastian Falbesoner
2024-07-24
refactor: Replace ParseHashStr with FromHex
MarcoFalke
2024-07-16
refactor: pass BlockCreateOptions to createNewBlock
Sjors Provoost
2024-07-16
refactor: use CHECK_NONFATAL to avoid single-use symbol
Sjors Provoost
2024-06-27
Have testBlockValidity hold cs_main instead of caller
Sjors Provoost
2024-06-27
refactor: use CHECK_NONFATAL to avoid single-use symbol
Sjors Provoost
2024-06-26
refactor: testBlockValidity make out argument last
Sjors Provoost
2024-06-18
rpc: call IsInitialBlockDownload via miner interface
Sjors Provoost
2024-06-18
rpc: minize getTipHash() calls in gbt
Sjors Provoost
2024-06-18
rpc: call processNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getTransactionsUpdated via miner interface
Sjors Provoost
2024-06-18
rpc: call CreateNewBlock via miner interface
Sjors Provoost
2024-06-18
rpc: getblocktemplate getTipHash() via Miner interface
Sjors Provoost
2024-06-18
rpc: call TestBlockValidity via miner interface
Sjors Provoost
2024-06-18
Introduce Mining interface
Sjors Provoost
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-04
Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
Ava Chow
2024-05-20
rpc: avoid copying into UniValue
Cory Fields
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-15
rpc: Remove index-based Arg accessor
MarcoFalke
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
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
[next]