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-10-18
test: Use C++11 member initializers for TestMemPoolEntryHelper
MacroFake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-17
test: Add unit tests for reconciliation negotiation
Gleb Naumenko
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-13
Merge bitcoin/bitcoin#23549: Add scanblocks RPC call (attempt 2)
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#26188: test: silence TSAN false positive in coinstatsin...
fanquake
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-12
Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind...
glozow
2022-10-12
Merge bitcoin/bitcoin#22087: Validate port-options
fanquake
2022-10-11
test: move SyncWithValidationInterfaceQueue() before Stop() in txindex_tests
Vasil Dimov
2022-10-11
test: silence TSAN false positive in coinstatsindex_initial_sync
Vasil Dimov
2022-10-10
Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own file
fanquake
2022-10-10
Merge bitcoin/bitcoin#25073: test: Cleanup miner_tests
fanquake
2022-10-09
Merge bitcoin/bitcoin#26103: refactor: mempool: use CTxMemPool::Limits
glozow
2022-10-06
test: Prevent UB in `minisketch_tests.cpp`
Hennadii Stepanov
2022-10-05
Validate port value in `SplitHostPort`
amadeuszpawlik
2022-10-05
test: use NoLimits() in MempoolIndexingTest
stickies-v
2022-10-05
test: Use dedicated mempool in TestBasicMining
MacroFake
2022-10-05
test: Use dedicated mempool in TestPackageSelection
MacroFake
2022-10-05
test: Use dedicated mempool in TestPrioritisedMining
MacroFake
2022-10-05
test: Pass mempool reference to AssemblerForTest
MacroFake
2022-10-05
Merge bitcoin/bitcoin#26250: fuzz: add mempool_utils.cpp
MacroFake
2022-10-04
refactor: move run_command from util to common
Cory Fields
2022-10-04
fuzz: pass max fee into ConsumeTxMemPoolEntry
fanquake
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-10-04
fuzz: add scanblocks as safe for fuzzing
James O'Beirne
2022-10-04
kernel: move RunCommandParseJSON to its own file
Cory Fields
2022-10-04
test: Remove unused fCheckpointsEnabled from miner_tests
MacroFake
2022-10-03
Merge bitcoin/bitcoin#26198: refactor: move Boost Datetime usage to wallet
fanquake
2022-10-03
test: Use proper Boost macros instead of assertions
Hennadii Stepanov
2022-10-02
Merge bitcoin/bitcoin#26216: fuzz: Limit outpoints.size in txorphan target to...
fanquake
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-30
fuzz: Limit outpoints.size in txorphan target to avoid OOM
MacroFake
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-09-22
Merge bitcoin/bitcoin#26012: fuzz: Avoid timeout in bitdeque fuzz target
fanquake
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-20
Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...
MacroFake
2022-09-17
Permit delaying duplicate key check in miniscript::Node construction
Pieter Wuille
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-13
test: add testcases for snapshot initialization
James O'Beirne
2022-09-13
test: move-only-ish: factor out LoadVerifyActivateChainstate()
James O'Beirne
2022-09-13
test: allow on-disk coins and block tree dbs in tests
James O'Beirne
2022-09-13
test: add reset_chainstate parameter for snapshot unittests
James O'Beirne
2022-09-13
move-only: test: make snapshot chainstate setup reusable
James O'Beirne
2022-09-13
init: add utxo snapshot detection
James O'Beirne
2022-09-13
validation: rename snapshot chainstate dir
James O'Beirne
2022-09-13
Merge bitcoin/bitcoin#24513: CChainState -> Chainstate
glozow
[next]