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
2021-02-22
Merge #21202: [validation] Two small clang lock annotation improvements
MarcoFalke
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-19
Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-19
Merge #21187: Net processing: Only call PushAddress() from net_processing
MarcoFalke
2021-02-19
Merge #21226: build: Fix fuzz binary compilation under windows
MarcoFalke
2021-02-18
Fix fuzz binary compilation under windows
Dan Benjamin
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
validation: Pass in chainstate to ::CheckSequenceLocks
Carl Dong
2021-02-18
scripted-diff: Invoke ::CheckFinalTx with chain tip
Carl Dong
2021-02-18
Avoid comparision of integers with different signs
Jonas Schnelli
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
[net] Change AdvertiseLocal to GetLocalAddrForPeer
John Newbery
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-17
[doc] Add a note about where lock annotations should go.
Amiti Uttarwar
2021-02-17
[validation] Move the lock annotation from function definition to declaration
Amiti Uttarwar
2021-02-17
Merge #21110: util: remove Boost posix_time usage from GetTime*
Wladimir J. van der Laan
2021-02-17
test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-17
Merge #21121: [test] Small unit test improvements, including helper to make m...
MarcoFalke
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-17
Merge #21159: test: fix sign comparison warning in socket tests
fanquake
2021-02-16
[test] Throw error instead of segfaulting in failure scenario
Amiti Uttarwar
2021-02-16
[test] Introduce a unit test helper to create a valid mempool transaction.
Amiti Uttarwar
2021-02-16
Merge #19806: validation: UTXO snapshot activation
Wladimir J. van der Laan
2021-02-16
Merge #20721: Net: Move ping data to net_processing
fanquake
2021-02-16
Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...
MarcoFalke
2021-02-15
scripted-diff: rename ping members
John Newbery
2021-02-15
fuzz: Remove expensive and redundant muhash from crypto fuzz target
MarcoFalke
2021-02-12
net: remove CNode::m_inbound_onion defaults for explicitness
Jon Atack
2021-02-12
net: make CNode::m_inbound_onion public, drop getter, update tests
Jon Atack
2021-02-12
test: Add tests with maleated snapshot data
Fabian Jahr
2021-02-12
tests: add snapshot activation test
James O'Beirne
2021-02-12
tests: add deterministic chain generation unittest fixture
James O'Beirne
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-12
test: fix sign comparison warning in socket tests
fanquake
2021-02-11
Merge #20370: fuzz: version handshake
MarcoFalke
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-11
fuzz: version handshake
MarcoFalke
2021-02-11
Merge #20211: Use -Wswitch for TxoutType where possible
MarcoFalke
2021-02-11
test: add Sock unit tests
Vasil Dimov
2021-02-11
fuzz: Fail if message type is not fuzzed
MarcoFalke
2021-02-11
fuzz: Count message type fuzzers before main()
MarcoFalke
2021-02-11
Merge #20663: fuzz: Hide script_assets_test_minimizer
MarcoFalke
2021-02-09
Merge #21052: refactor: Replace fs::unique_path with GetUniquePath(path) calls
Wladimir J. van der Laan
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2021-02-08
doc: Fixup docs in fuzz/script_assets_test_minimizer.cpp
MarcoFalke
[next]