627 Commits (master)

Author SHA1 Message Date
Jonas Schnelli d64ac3f4aa [tests] Allow tests to pass when stderr is non-empty 7 years ago
John Newbery 05b8c081b4 [tests] reorganize utils.py module (code move only) 7 years ago
John Newbery 0d473c539e [tests] move mocktime property and functions to BitcoinTestFramework 7 years ago
John Newbery cad967a892 [tests] Move stop_node and start_node methods to BitcoinTestFramework 7 years ago
John Newbery f1fe5368f1 [tests] fix flake8 warnings in test_framework.py and util.py 7 years ago
John Newbery 37065d2ed2 [tests] remove unused imports from utils.py 7 years ago
Suhas Daftuar 4ed36539bc [qa] Bugfix: allow overriding extra_args in ComparisonTestFramework 7 years ago
John Newbery 11ba8e9cdd [tests] rename getblocktemplate_proposals.py to mining.py 7 years ago
John Newbery b29dd41f0f [tests] add test for submit block 7 years ago
John Newbery 9bf0d80ab0 [tests] run successful test in getblocktemplate first 7 years ago
John Newbery 82dc59706e [tests] don't build blocks manually in getblocktemplate test 7 years ago
John Newbery f82c709fbe [tests] clarify assertions in getblocktemplate test 7 years ago
John Newbery 66c570a38e [tests] Don't build the coinbase manually in getblocktemplate test 7 years ago
John Newbery 38b38cd2d1 [tests] getblocktemplate_proposals.py: add logging 7 years ago
John Newbery 0a3a5ff454 [tests] Fix flake8 warnings in getblocktemplate tests 7 years ago
John Newbery 32cffe6bef [tests] Fix import order in getblocktemplate test 7 years ago
John Newbery e7ba6c16b3 [tests] add example test 7 years ago
John Newbery 76859e6a76 [tests] Update functional tests documentation 7 years ago
Suhas Daftuar 176c021d08 [qa] Test non-atomic chainstate writes 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 7 years ago
MarcoFalke fab1fb737b [qa] blockchain: Pass on closed connection during generate call 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
MarcoFalke 999923e4bb [qa] util: Check return code after closing bitcoind proc 7 years ago
MarcoFalke 5555fa8b74 qa: Add stopatheight test 7 years ago
Andrew Chow 279fde58e3 Check for rpcuser/rpcpassword first then for cookie 7 years ago
John Newbery 0a4912e46a [tests] timeout integration tests on travis after 20 minutes 7 years ago
John Newbery 7c51e9f0dc [tests] destroy zmq context in zmq_tests.py 7 years ago
John Newbery b1bac1cb7e [tests] in zmq test, timeout if message not received 7 years ago
Andrew Chow 3ec5ad88e6 Add test for rpcuser/rpcpassword 7 years ago
John Newbery 5ebd5f9e15 [tests] tidy up zmq_test.py 7 years ago
Andrew Chow c53c9831ee Replace cookie auth in tests 7 years ago
Andrew Chow ec98b78e1e Tests for wallet encryption stuff 7 years ago
John Newbery 4a0c08fdcf [tests] update zmq test to use correct config.ini file 7 years ago
practicalswift 9f841a6c3d [tests] Remove accidental trailing semicolon 7 years ago
John Newbery 6294f3283a gettxoutproof() should return consistent result 7 years ago
MarcoFalke fa62dadabe [qa] fundrawtx: Fix shutdown race 7 years ago
Jonas Schnelli 5d26244148 [Tests] extend the replace-by-fee test to cover RPC rawtx features 7 years ago
Pieter Wuille 8b22af3ee5 Replace bytes_serialized with bogosize 7 years ago
Wladimir J. van der Laan 3457331386 test: Add test for `getpeerinfo` `bindaddr` field 7 years ago
Jimmy Song cc36b5e3d7 [test] Add test for getchaintxstats 7 years ago
John Newbery 53f6775fe1 fixup: fix nits 7 years ago
John Newbery a433d8a15e [tests] Update start/stop node functions to be private module functions 7 years ago
John Newbery d8c218f9c2 [tests] Functional tests call self.start_node(s) and self.stop_node(s) 7 years ago
shaolinfry 29c07196d0
Rename -bip9params to -vbparams 7 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 7 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 7 years ago
Gregory Maxwell 513da90cdd Add test for empty chain and reorg consistency for gettxoutsetinfo. 7 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 7 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 7 years ago
John Newbery 930deb9b2c [tests] skipped tests should clean up after themselves 7 years ago