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
2021-07-05
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
Hennadii Stepanov
2021-06-30
[refactor] versionbits: make VersionBitsCache a full class
Anthony Towns
2021-06-30
[move-only] Rename versionbitsinfo to deploymentinfo
Anthony Towns
2021-06-30
scripted-diff: rename versionbitscache
Anthony Towns
2021-06-29
[refactor] Add deploymentstatus.h
Anthony Towns
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-05-27
miner: Pass in chainman to RegenerateCommitments
Carl Dong
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-21
Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
2021-04-14
rpc: Remove unnecessary casting of block height
Carl Dong
2021-04-14
rpc: Tidy up local references (see commit message)
Carl Dong
2021-04-14
scripted-diff: rest/rpc: Use renamed EnsureAny*()
Carl Dong
2021-04-05
rpc/mining: Use existing NodeContext
Carl Dong
2021-04-05
miner: Pass in previous CBlockIndex to RegenerateCommitments
Carl Dong
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "scripted-diff: Invoke CreateNewBlock with chainstate"
Carl Dong
2021-03-15
Merge #20556: rpc: Properly document return values (submitblock, gettxout, ge...
fanquake
2021-03-08
miner: Pass in blockman to ::RegenerateCommitments
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-02-25
rpc: Properly document submitblock return value
MarcoFalke
2021-02-25
rpc: Properly document getblocktemplate return value
MarcoFalke
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-28
validation: Pass in chainstate to TestBlockValidity
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-12
doc, rpc: add missing signet mentions in network name lists
Sebastian Falbesoner
2021-01-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2020-12-14
rpc: allow getblocktemplate for test chains when unconnected or in IBD
Anthony Towns
2020-12-14
rpc: update getblocktemplate with signet rule, include signet_challenge
Anthony Towns
2020-12-07
Merge #20568: doc: Use FeeModes doc helper in estimatesmartfee
Wladimir J. van der Laan
2020-12-07
rpc: Use FeeModes doc helper in estimatesmartfee
MarcoFalke
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-11-19
Merge #18531: rpc: remove deprecated CRPCCommand constructor
MarcoFalke
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-13
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-09-24
remove dead rpc code
MarcoFalke
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-28
Merge #19646: doc: Updated outdated help command for getblocktemplate
Wladimir J. van der Laan
2020-08-15
Updated outdated help command for getblocktemplate (fixes #19625)
Jake Leventhal
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
MarcoFalke
2020-08-14
Merge #19455: rpc generate: print useful help and error message
Wladimir J. van der Laan
2020-08-14
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
[next]