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
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-19
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-13
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
scripted-diff: Remove g_rpc_node references
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-04-12
rpc: Rename first arg of generateblock RPC to "output"
MarcoFalke
2020-04-10
Merge #17693: rpc: Add generateblock to mine a custom set of transactions
MarcoFalke
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-03-27
Add generateblock rpc
Andrew Toth
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-11
Merge #18268: rpc: Remove redundant types from descriptions
MarcoFalke
2020-03-05
Remove redundant type information from rpc docs
David O'Callaghan
2020-03-04
Merge #17809: rpc: Auto-format RPCResult
MarcoFalke
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-01-23
doc: Add missing "optional" to "long" estimaterawfee RPC help
MarcoFalke
2020-01-17
Bugfix: Include "csv","!segwit" in "rules"
Luke Dashjr
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-02
Merge #17781: rpc: Remove mempool global from miner
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-12-16
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-05
rpc: Use mempool from node context instead of global
MarcoFalke
2019-11-20
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-11-04
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-02
Merge #17285: doc: Bip70 removal follow-up
Wladimir J. van der Laan
2019-11-01
doc: Remove explicit network name references
Fabian Jahr
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
Merge #16943: test: Add generatetodescriptor RPC
Wladimir J. van der Laan
2019-10-30
rpc: Add generatetodescriptor
MarcoFalke
2019-10-29
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-13
rpc: Fix getblocktemplate CLI example (#16594)
Emil Engler
2019-07-09
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-03
Merge #16262: rpc: Allow shutdown while in generateblocks
Wladimir J. van der Laan
2019-07-03
rpc: fix RPC help requirements for getblocktemplate
Karl-Johan Alm
2019-06-23
rpc: Allow shutdown while in generateblocks
Patrick Strateman
2019-06-07
validation: Add missing mempool locks
MarcoFalke
[next]