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
/
test
Age
Commit message (
Expand
)
Author
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
Merge #20524: test: Move MIN_VERSION_SUPPORTED to p2p.py
Wladimir J. van der Laan
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-18
Merge #15946: Allow maintaining the blockfilterindex when using prune
Jonas Schnelli
2021-02-17
[test] Check user agent string from test framework connections
John Newbery
2021-02-17
[test] Add P2P_SERVICES to p2p.py
John Newbery
2021-02-17
[test] Move MY_RELAY to p2p.py
John Newbery
2021-02-17
[test] Move MY_SUBVERSION to p2p.py
John Newbery
2021-02-17
[test] Move MY_VERSION to p2p.py
John Newbery
2021-02-17
[test] Move MIN_VERSION_SUPPORTED to p2p.py
John Newbery
2021-02-17
Merge #20993: test: store subversion (user agent) as string in msg_version
MarcoFalke
2021-02-16
Merge #19806: validation: UTXO snapshot activation
Wladimir J. van der Laan
2021-02-16
Merge #21008: test: fix zmq test flakiness, improve speed
MarcoFalke
2021-02-16
Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expec...
Jonas Schnelli
2021-02-16
Add functional test for blockfilterindex in prune-mode
Jonas Schnelli
2021-02-15
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...
MarcoFalke
2021-02-15
Merge #21096: Re-add dead code detection
MarcoFalke
2021-02-15
Merge #21100: test: remove unused function xor_bytes
MarcoFalke
2021-02-13
Re-add dead code detection
flack
2021-02-12
[test] Use mocktime in test_seed_peers()
Dhruv Mehta
2021-02-12
[refactor] Correct log message in net.cpp
Dhruv Mehta
2021-02-12
tests: add snapshot activation test
James O'Beirne
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-02-12
Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...
Wladimir J. van der Laan
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
2021-02-12
Merge #19145: Add hash_type MUHASH for gettxoutsetinfo
Wladimir J. van der Laan
2021-02-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
2021-02-11
Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)
MarcoFalke
2021-02-11
Merge #21023: fuzz: Disable shuffle when merge=1
MarcoFalke
2021-02-09
zmq test: speedup test by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2021-02-09
zmq test: fix flakiness by using more robust sync method
Sebastian Falbesoner
2021-02-09
zmq test: accept arbitrary sequence start number in ZMQSubscriber
Sebastian Falbesoner
2021-02-09
zmq test: dedup message reception handling in ZMQSubscriber
Sebastian Falbesoner
2021-02-09
test: remove unused function xor_bytes
Sebastian Falbesoner
2021-02-09
test: remove unnecessary assignment in bdb
Bruno Garcia
2021-02-09
Merge #21117: test: remove assert_blockchain_height
MarcoFalke
2021-02-08
Merge #20944: rpc: Return total fee in getmempoolinfo
MarcoFalke
2021-02-08
test: remove assert_blockchain_height
MarcoFalke
2021-02-08
Merge #21107: test: remove type: comments in favour of actual annotations
MarcoFalke
2021-02-08
Merge #21084: test: fix timeout decrease in feature_assumevalid
MarcoFalke
2021-02-08
test: remove type: comments in favour of actual annotations
fanquake
2021-02-08
Merge #21081: test: fix the unreachable code at feature_taproot
fanquake
2021-02-05
Merge #20267: Disable and fix tests for when BDB is not compiled
Wladimir J. van der Laan
2021-02-04
test: fix timeout decrease in feature_assumevalid
Bruno Garcia
2021-02-04
fix the unreachable code at feature_taproot
Bruno Garcia
2021-02-04
Merge #21042: doc, test: Improve setup_clean_chain documentation
MarcoFalke
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-02-02
Merge #19509: Per-Peer Message Capture
MarcoFalke
2021-02-02
util: Disallow negative mocktime
MarcoFalke
2021-02-02
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
fanquake
[next]