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-02-04
Re-enable util_datadir check disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-01
Merge bitcoin/bitcoin#24190: test: Fix sanitizer suppresions in streams_tests
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24179: fuzz: Speed up script fuzz target
MarcoFalke
2022-01-28
test: Fix sanitizer suppresions in streams_tests
MarcoFalke
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-27
fuzz: Speed up script fuzz target
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-26
fs: consistently use fsbridge for fopen()
fanquake
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-25
Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main
Jon Atack
2022-01-25
Require CBlockIndex::RaiseValidity() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::IsAssumedValid() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-25
Merge bitcoin/bitcoin#24105: Optimize CHECKSIGADD Script Validation
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#23804: validation: followups for de-duplication of pack...
fanquake
2022-01-24
Merge bitcoin/bitcoin#24078: net, refactor: Rename CNetMessage::m_command wit...
MarcoFalke
2022-01-23
Merge bitcoin/bitcoin#24021: Rename and move PoissonNextSend functions
fanquake
2022-01-20
Merge bitcoin/bitcoin#23171: qa: test descriptors with mixed xpubs and const ...
Andrew Chow
2022-01-20
refactor tests to fix ubsan suppressions
MarcoFalke
2022-01-19
Optimize CHECKSIGADD Script Validation
Jeremy Rubin
2022-01-19
scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
w0xlt
2022-01-17
[unit test] package parents are a mix
glozow
2022-01-17
[unit test] different witness in package submission
glozow
2022-01-17
Merge bitcoin/bitcoin#23373: test: Parse command line arguments from unit and...
MarcoFalke
2022-01-17
Merge bitcoin/bitcoin#23992: fuzz: Limit fuzzed time to years 2000-2100
MarcoFalke
2022-01-15
scripted-diff: Rename CNetMessage::m_command with CNetMessage::m_type
Hennadii Stepanov
2022-01-15
rpc: getdeploymentinfo: include signalling info
Anthony Towns
2022-01-15
rpc: getdeploymentinfo: change stats to always refer to current period
Anthony Towns
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2022-01-13
[net processing] Move PoissonNextSendInbound to PeerManager
John Newbery
2022-01-12
Merge bitcoin/bitcoin#24041: util: Restore GetIntArg saturating behavior
MarcoFalke
2022-01-11
util: Restore GetIntArg saturating behavior
James O'Beirne
2022-01-11
fuzz: non-addrman fuzz tests: override-able check ratio
Vasil Dimov
2022-01-11
fuzz: addrman fuzz tests: override-able check ratio
Vasil Dimov
2022-01-11
test: non-addrman unit tests: override-able check ratio
Vasil Dimov
2022-01-11
test: addrman unit tests: override-able check ratio
Vasil Dimov
2022-01-11
fuzz: parse the command line arguments in fuzz tests
Vasil Dimov
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-11
Remove cs_main lock annotation from ChainstateManager.m_blockman
Ryan Ofsky
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-10
fuzz: Limit fuzzed time to years 2000-2100
MarcoFalke
2022-01-10
Merge bitcoin/bitcoin#23994: Consolidate all uses of the fast range mapping t...
MarcoFalke
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-06
scripted-diff: rename MapIntoRange to FastRange64
Pieter Wuille
[next]