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-21
test: Fix Wambiguous-reversed-operator compiler warnings
MarcoFalke
2022-02-21
util: Add SaturatingAdd helper
MarcoFalke
2022-02-21
Merge bitcoin/bitcoin#24343: Add descriptor_tests covering tr(), and fix mino...
fanquake
2022-02-17
Merge bitcoin/bitcoin#24349: fuzz: Split script formatting from script fuzz t...
fanquake
2022-02-17
test: Add fs_tests/create_directories unit test
Hennadii Stepanov
2022-02-17
util: Work around libstdc++ create_directories issue
laanwj
2022-02-17
Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinGW-w64
laanwj
2022-02-15
Add tr() descriptor unit tests
Pieter Wuille
2022-02-15
fuzz: Split script formatting from script fuzz target
MarcoFalke
2022-02-14
test: Add fs_tests/rename unit test
Hennadii Stepanov
2022-02-14
Merge bitcoin/bitcoin#24309: test: test that OP_1-OP_16 (but not lower/higher...
fanquake
2022-02-13
build: use header-only Boost unit test
fanquake
2022-02-10
Test that OP_1-OP_16 (but not lower/higher) start witness programs
Pieter Wuille
2022-02-10
Merge bitcoin/bitcoin#24298: fuzz: Avoid unsigned integer overflow in FormatP...
fanquake
2022-02-09
util: Add ArgsManager::GetPathArg() function
Hennadii Stepanov
2022-02-09
Merge bitcoin/bitcoin#24253: Remove broken and unused CDataStream methods
laanwj
2022-02-09
fuzz: Avoid unsigned integer overflow in FormatParagraph
MarcoFalke
2022-02-07
Merge bitcoin/bitcoin#24237: test: Avoid testing negative block heights
MarcoFalke
2022-02-05
Merge bitcoin/bitcoin#24251: Re-enable windows path tests disabled by #20744
fanquake
2022-02-04
Re-enable util_datadir check disabled in #20744
Ryan Ofsky
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-02-03
Remove broken and unused CDataStream methods
MarcoFalke
2022-02-03
test: Create fresh CDataStream each time
MarcoFalke
2022-02-03
test: Inline expected_xor
MarcoFalke
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-02
test: Avoid testing negative block heights
MarcoFalke
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-28
net: use Sock in CNode
Vasil Dimov
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
[next]