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
/
node
/
interfaces.cpp
Age
Commit message (
Expand
)
Author
2024-06-27
Have testBlockValidity hold cs_main instead of caller
Sjors Provoost
2024-06-27
Drop unneeded lock from createNewBlock
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
Always pass options to BlockAssembler constructor
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-17
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...
Ava Chow
2024-06-14
Merge bitcoin/bitcoin#30255: log: use error level for critical log messages
Ava Chow
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
introduce and use the generalized `node::Warnings` interface
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-10
log: use error level for critical log messages
MarcoFalke
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-16
util: add TransactionError includes and namespace declarations
Ryan Ofsky
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
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-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
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-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-13
Merge bitcoin/bitcoin#28721: multiprocess compatibility updates
fanquake
2023-11-10
[refactor] use CheckPackageLimits for checkChainLimits
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-10-20
interfaces: Rename CalculateBumpFees methods to be compatible with capn'proto
Ryan Ofsky
2023-10-20
interfaces: Change getUnspentOutput return type to avoid multiprocess segfault
Ryan Ofsky
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-13
[node] interface to get bump fees
glozow
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-06-16
Remove the syscall sandbox
fanquake
[next]