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
/
test
Age
Commit message (
Expand
)
Author
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Make GetMinFee() with custom size protected
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#24565: Remove LOCKTIME_MEDIAN_TIME_PAST constant
fanquake
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-27
fuzz/rbf: Add missing TestingSetup
Carl Dong
2022-06-27
Merge bitcoin/bitcoin#25144: refactor: Pass Peer& to Misbehaving()
MacroFake
2022-06-22
Merge bitcoin/bitcoin#25428: Remove Sock::Release() and CloseSocket()
laanwj
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-22
Merge bitcoin/bitcoin#25314: p2p: always set nTime for self-advertisements
laanwj
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-20
net: remove now unused Sock::Release()
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-16
Merge bitcoin/bitcoin#25215: [kernel 2d/n] Reduce CTxMemPool constructor call...
laanwj
2022-06-15
scripted-diff: test: Use CTxMemPool in TestingSetup
Carl Dong
2022-06-15
test/policyestimator: Use ChainTestingSetup's CTxMemPool
Carl Dong
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-10
p2p: always set nTime for self-advertisements
Martin Zumsande
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-06-08
logging: add LogPrintfCategory to log unconditionally with category
Jon Atack
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-04
Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups
fanquake
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
Merge bitcoin/bitcoin#24927: Add test util to populate mempool with random tr...
laanwj
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
test: Use Set/UnsetGlobals in BasicTestingSetup
Carl Dong
2022-05-31
Merge bitcoin/bitcoin#25200: doc: Fix spelling errors identified by codespell...
MacroFake
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-30
[test util] to populate mempool with random transactions/packages
glozow
2022-05-30
[test util] use -checkmempool for TestingSetup mempool check ratio
glozow
2022-05-30
[test util] add chain name to TestChain100Setup ctor
glozow
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-05-28
compat: remove glibcxx sanity checks
fanquake
2022-05-27
Pass Peer& to Misbehaving()
MacroFake
2022-05-27
Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...
MacroFake
2022-05-26
Merge bitcoin/bitcoin#24032: Add defaults to vDeployments to avoid uninitiali...
laanwj
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-25
tree-wide: clang-format CTxMemPool references
Carl Dong
2022-05-25
refactor: Change LogPrintLevel order to category, severity
laanwj
2022-05-25
doc: Fix spelling errors identified by codespell in coments
Ben Woosley
2022-05-24
Merge bitcoin/bitcoin#24464: logging: Add severity level to logs
laanwj
2022-05-24
Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...
laanwj
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats
Carl Dong
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
[next]