592 Commits (392b7aba5f7332bf2ca87ee2fd620fe660b5eca1)

Author SHA1 Message Date
John Newbery ff8a9b068a [tests] Add combinedlogslen argument to test_runner.py 7 years ago
John Newbery dba94ead0c [tests] [travis-ci] Move Travis functional test log post processing to test_runner 7 years ago
John Newbery bba1c54edd [tests] Improve logging shutdown and add hint for combine_logs 7 years ago
Karl-Johan Alm a5f5a2ce53
[rpc] Fix fVerbose parsing (remove excess if cases). 7 years ago
John Newbery e9dfa9bccc [tests] Move version message sending from NodeConn to NodeConnCB 7 years ago
John Newbery dad596fc37 [tests] Make NodeConnCB a subclass of NodeConn 7 years ago
John Newbery e30d404385 [tests] Move only: move NodeConnCB below NodeConn 7 years ago
John Newbery 4d50598569 [tests] Tidy up mininode 7 years ago
John Newbery f2ae6f32a6 [tests] Remove mininode periodic (half-hour) ping messages 7 years ago
John Newbery ec59523c59 [tests] Remove rpc property from TestNode in p2p-segwit.py. 7 years ago
John Newbery 9d42cc3331 [tests] address review comments 7 years ago
practicalswift f522fb7c9c tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vector(l) 7 years ago
practicalswift 0f3b752ec7 Remove unused imports 7 years ago
Wladimir J. van der Laan dcfef277b4 cli: Reject arguments to -getinfo 7 years ago
MeshCollider c1e5d40e16 Make debugging test crash easier 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
MeshCollider 80c5cbc14f Add test for -walletdir 7 years ago
John Newbery f0c4ab9a70 [tests] fix flakiness in sendheaders.py 7 years ago
John Newbery 25fd6e2c20 [tests] refactor check_last_announcement() in sendheaders.py 7 years ago
John Newbery f39d4bbd1e [tests] tidy up BaseNode in sendheaders.py 7 years ago
John Newbery 2613c545f5 [tests] fix flake8 warnings in sendheaders.py 7 years ago
MarcoFalke fa61c6f6a6 qa: Add multiwallet prefix test 7 years ago
MarcoFalke fafdad0d46 qa: Remove unused NodeConn members 7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
John Newbery ea0cd24f7d [tests] Tidy up receivedby.py 7 years ago
John Newbery 1135c796a0 [tests] Tidy up mininode.py module 7 years ago
John Newbery f9cd9b1bfa [tests] Move test_framework Bitcoin primitives into separate module 7 years ago
John Newbery fb00c45c32 [tests] Explicitly disallow support for p2p versions below 60001 7 years ago
John Newbery 3858aabbd0 [tests] Remove support for p2p alert messages 7 years ago
John Newbery c0b1274705 [tests] Remove support for bre-BIP31 ping messages 7 years ago
John Newbery 2904e301c5 [tests] Remove dead code from mininode.py 7 years ago
John Newbery 32ae82f5c3 [tests] use TestNode p2p connection in tests 7 years ago
John Newbery 5e5725cc2b [tests] Add p2p connection to TestNode 7 years ago
John Newbery b86c1cd208 [tests] fix TestNode.__getattr__() method 7 years ago
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
Russell Yanofsky 725b79a9cf [test] Verify node doesn't send headers that haven't been fully validated 7 years ago
Matt Corallo f3d4adfa6f Make p2p-acceptablock not an extended test 7 years ago
Matt Corallo 00dcda60f6 [qa] test that invalid blocks on an invalid chain get a disconnect 7 years ago
Matt Corallo 932f118e6a Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo 3b4ac43bc3 Rewrite p2p-acceptblock in preparation for slight behavior changes 7 years ago
Suhas Daftuar c60fd71a65 Disconnecting from bad outbound peers in IBD 7 years ago
John Newbery bd9c18171d [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Russell Yanofsky 659b2061c4 Make listsinceblock refuse unknown block hash 7 years ago
Russell Yanofsky bc9c0a7b74 Improve wallet-accounts test 7 years ago
Suhas Daftuar 6d51eaefe9 qa: Fix race condition in sendheaders.py 7 years ago
Suhas Daftuar c96b2e4f09 qa: Fix replace-by-fee race condition failures 7 years ago
Suhas Daftuar 08fd822771 qa: add test for minchainwork use in acceptblock 7 years ago
Russell Yanofsky 478a89c1ef Avoid opening copied wallet databases simultaneously 7 years ago
John Newbery f893085325 [tests] Don't subclass from object for Python 3 7 years ago