aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-02-21test: framework: add skip_if_no_external_signerSjors Provoost
2021-02-21configure: add --enable-external-signerSjors Provoost
2021-02-21test: Avoid connecting to real network when running testsMarcoFalke
2021-02-21test: Assume node is running in subtestsMarcoFalke
2021-02-21test: Intermittent issue in feature_blockfilterindex_pruneMarcoFalke
2021-02-19Merge #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnectionJonas Schnelli
2021-02-19Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...Samuel Dobson
2021-02-18test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnectionMarcoFalke
2021-02-18test: Make test actually test somethingMarcoFalke
2021-02-18test: pep8 touched testMarcoFalke
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-18Merge #20524: test: Move MIN_VERSION_SUPPORTED to p2p.pyWladimir J. van der Laan
2021-02-18Merge #19136: wallet: add parent_desc to getaddressinfoSamuel Dobson
2021-02-18Merge #15946: Allow maintaining the blockfilterindex when using pruneJonas Schnelli
2021-02-17[test] Check user agent string from test framework connectionsJohn Newbery
2021-02-17[test] Add P2P_SERVICES to p2p.pyJohn Newbery
2021-02-17[test] Move MY_RELAY to p2p.pyJohn Newbery
2021-02-17[test] Move MY_SUBVERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MY_VERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MIN_VERSION_SUPPORTED to p2p.pyJohn Newbery
2021-02-17Merge #20993: test: store subversion (user agent) as string in msg_versionMarcoFalke
2021-02-16test: disallow sendtoaddress/sendmany when private keys disabledJon Atack
2021-02-16Merge #19806: validation: UTXO snapshot activationWladimir J. van der Laan
2021-02-16Merge #21008: test: fix zmq test flakiness, improve speedMarcoFalke
2021-02-16test: Speed up rpc_blockchain.py by removing miniwallet.generate()MarcoFalke
2021-02-16test: Change address type from P2PKH to P2WSH in rpc_blockchainMarcoFalke
2021-02-16test: Cache 25 mature coins for ADDRESS_BCRT1_P2WSH_OP_TRUEMarcoFalke
2021-02-16test: Remove unused bug workaroundMarcoFalke
2021-02-16test: Start only the number of nodes that are neededMarcoFalke
2021-02-16Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expec...Jonas Schnelli
2021-02-16Add functional test for blockfilterindex in prune-modeJonas Schnelli
2021-02-15Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...MarcoFalke
2021-02-15Merge #21096: Re-add dead code detectionMarcoFalke
2021-02-15Merge #21100: test: remove unused function xor_bytesMarcoFalke
2021-02-13Re-add dead code detectionflack
2021-02-12[test] Use mocktime in test_seed_peers()Dhruv Mehta
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-12tests: add snapshot activation testJames O'Beirne
2021-02-12simplify ChainstateManager::SnapshotBlockhash() return semanticsJames O'Beirne
2021-02-12Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...Wladimir J. van der Laan
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-12Merge #19145: Add hash_type MUHASH for gettxoutsetinfoWladimir 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-11Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)MarcoFalke
2021-02-11Merge #21023: fuzz: Disable shuffle when merge=1MarcoFalke
2021-02-09zmq test: speedup test by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2021-02-09zmq test: fix flakiness by using more robust sync methodSebastian Falbesoner
2021-02-09zmq test: accept arbitrary sequence start number in ZMQSubscriberSebastian Falbesoner
2021-02-09zmq test: dedup message reception handling in ZMQSubscriberSebastian Falbesoner
2021-02-09test: remove unused function xor_bytesSebastian Falbesoner