Commit Graph

1356 Commits (faee59103d8f5f2a5c91711d55c9a1f346593b33)

Author SHA1 Message Date
MarcoFalke faee59103d
test: Fix race in mempool_accept
6 years ago
MarcoFalke b53573e5c6
Merge #14951: Revert "tests: Support calling add_nodes more than once"
6 years ago
MarcoFalke fa4b8c90d3
test: add_nodes can only be called once after set_test_params
6 years ago
MarcoFalke 9a43344430
Merge #14947: scripts: Remove Python 2 import workarounds
6 years ago
MarcoFalke faa831102a
Revert "tests: Support calling add_nodes more than once"
6 years ago
practicalswift 4de11a3682 Remove Python 2 import workarounds
6 years ago
Wladimir J. van der Laan 914faf1784
Merge #14805: tests: Support calling add_nodes more than once
6 years ago
Wladimir J. van der Laan 7202ae2e1b
Merge #14926: test: consensus: Check that final transactions are valid
6 years ago
Wladimir J. van der Laan 84dc252a02
Merge #14884: Travis: enforce Python 3.4 support through linter
6 years ago
Wladimir J. van der Laan f17aca67b0
Merge #14903: tests: Handle ImportError explicitly, improve comparisons against None
6 years ago
Sjors Provoost 31926ee8cf
[test] functional framework: add CScript hex() for Python 3.4
6 years ago
Sjors Provoost 74ce326831
[test] Travis: enforce Python 3.4 support in functional tests
6 years ago
MarcoFalke f65bce858f
Merge #14886: [tests] Refactor importmulti tests
6 years ago
MarcoFalke 7701b62561
Merge #14857: wallet_keypool_topup.py: Test for all keypool address types
6 years ago
MarcoFalke aaaa8eb1ed
test: consensus: Check that final transactions are valid
6 years ago
MarcoFalke fae3617d79
test: Correctly deserialize without witness
6 years ago
John Newbery ee3b21dccb [tests] Add docstring for wallet_importmulti.py
6 years ago
John Newbery fbdba40594 [tests] add test_address method to wallet_import.py
6 years ago
John Newbery fd3a02c381 [tests] add test_importmulti method to wallet_import.py
6 years ago
John Newbery 08a4a0f70f [tests] add get_multisig function to wallet_importmulti.py
6 years ago
John Newbery 7c99614b40 [tests] add get_key function to wallet_importmulti.py
6 years ago
Daniel Ingram c9ba253f4f Add E711 to flake8 check
6 years ago
Daniel Ingram 17b55202da Compare to None with is/is not
6 years ago
MarcoFalke 2753285be7
Merge #14788: tests: Possible fix the permission error when the tests open the cookie file
6 years ago
MarcoFalke 9390217044
Merge #14795: test: allows test_runner command line to receive parameters for each test
6 years ago
MarcoFalke fa4c8679ed
rpc: Avoid creating non-standard raw transactions
6 years ago
John Newbery e5a8ea8f14 [tests] tidy up imports in wallet_importmulti.py
6 years ago
John Newbery cb41ade6b1 [tests] fix flake8 warnings in wallet_importmulti.py
6 years ago
Wladimir J. van der Laan a88bd3186d
Merge #14670: http: Fix HTTP server shutdown
6 years ago
Wladimir J. van der Laan 0936e2596b
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
6 years ago
Wladimir J. van der Laan 1858e6f2f2
Merge #14864: test: Run scripted-diff in subshell
6 years ago
Carl Dong 43f9099901 scripted-diff: Run scripted-diff in subshell
6 years ago
Wladimir J. van der Laan abbf4be181
Merge #14861: tests: Modify rpc_bind to conform to #14532 behaviour.
6 years ago
Wladimir J. van der Laan 88445889f1
Merge #14733: P2P: Make peer timeout configurable, speed up very slow test and ensure correct code path tested.
6 years ago
Wladimir J. van der Laan 0257062e50
Merge #14816: Add CScriptNum decode python implementation in functional suite
6 years ago
Carl Dong f3cf95ffdf tests: Modify rpc_bind to conform to #14532 behaviour.
6 years ago
Gregory Sanders 0dcac51049 wallet_keypool_topup.py: Test for all keypool address types
6 years ago
vim88 688f665a5e Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes.
6 years ago
Wladimir J. van der Laan 5ab5341d13
Merge #14841: consensus: Move CheckBlock() call to critical section
6 years ago
MarcoFalke 81bd349c9c
Merge #14845: [tests] Add wallet_balance.py
6 years ago
MarcoFalke 13a7454fbd
Merge #14380: fix assert crash when specified change output spend size is unknown
6 years ago
MarcoFalke 74254fea1e
Merge #14683: tests: better combine_logs.py behavior
6 years ago
John Newbery c1825b9d39 [tests] Add wallet_balance.py
6 years ago
Hennadii Stepanov c5ed6e73d3
Move CheckBlock() call to critical section
6 years ago
James O'Beirne 4aabadbf44 tests: have combine_logs default to most recent test dir
6 years ago
Gregory Sanders 2012d4df23 Add CScriptNum decode python implementation in functional suite
6 years ago
Zain Iqbal Allarakhia 8042bbfbf0 p2p: allow p2ptimeout to be configurable, speed up slow test
6 years ago
MarcoFalke 60b20c869f
Merge #14822: bench: Destroy wallet txs instead of leaking their memory
6 years ago
MarcoFalke 9ebfe0e927
Merge #14819: Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actually oversize
6 years ago
MarcoFalke fa5cef0f78
bench: Destroy wallet txs instead of leaking their memory
6 years ago