592 Commits (392b7aba5f7332bf2ca87ee2fd620fe660b5eca1)

Author SHA1 Message Date
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
John Newbery b040243cc3 [tests] improve tmpdir structure 7 years ago
Gregory Sanders 6e9e026656 Expand signrawtransaction.py to cover error witness checking 7 years ago
MarcoFalke fac79e4d18 qa: Warn when specified test is not found 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Jimmy Song d4668f35ab [test] Add test for getmemoryinfo 7 years ago
John Newbery 3ba2c08980 [tests] fix disconnect_ban intermittency 7 years ago
John Newbery 56befa03ac [tests] increase timeouts in sendheaders test 7 years ago
John Newbery b0bfa233a1 [tests] Make wait_until timeout 60 seconds by default 7 years ago
MarcoFalke fa7396d6d9 qa: disablewallet: Check that wallet is really disabled 7 years ago
John Newbery 329ac3bab1 [tests] use wait_until in mempool_persist.py 7 years ago
Wladimir J. van der Laan 20187e4ad0 test: Add elapsed time to RPC tracing 7 years ago
Suhas Daftuar 6c2e25caf6 [qa] Test prioritise_transaction / getblocktemplate interaction 7 years ago
Suhas Daftuar f19abd9053 [qa] Fixes segwit block relay test after inv-direct-fetch was disabled 7 years ago
John Newbery 4550049903 Reorganize BitcoinTestFramework class 7 years ago
John Newbery 965a124427 [tests] Fix abandonconflict.py intermittency 7 years ago
Suhas Daftuar 9decd648ac [qa] Relax assumptions on mempool behavior during reorg 7 years ago
John Newbery 95836c5eba Use shared config file for functional and util tests 7 years ago
John Newbery 981e586ab8 [tests] remove import-abort-rescan.py 7 years ago
John Newbery 3e3c22f09d [tests] fix wait_for_inv() 7 years ago
practicalswift 0c60c63de0 Remove unused Python imports 7 years ago
John Newbery b7dd44c528 Add start and stop node methods to BitcoinTestFramework 7 years ago
John Newbery b111324acd move initialize_chain() and initialize_chain_clean() to be methods of BitcoinTestFramework 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 7 years ago
John Newbery b8251f6337 [tests] allow zmq test to be run in out-of-tree builds 7 years ago
Jimmy Song dadfee38e8 [test] Add test for listaddressgroupings 7 years ago
Gregory Sanders 7c588637d4 [Wallet] unset change position when there is no change on exact match 7 years ago
Jimmy Song dd1ea59624 [test] Add gettxout call 7 years ago
Jimmy Song 85f950a5c4 [test] Add tests for getconnectioncount, getnettotals and ping 7 years ago
John Newbery d6732d832a [tests] update disconnect_ban.py test case to work with listbanned 7 years ago
Jimmy Song de487b730b Tests: Add test for getnetworkhashps 7 years ago
Karl-Johan Alm ed60970c83
[test] Test abortrescan command. 7 years ago
Jimmy Song bc53752616 Tests: Add simple test for getaddednodeinfo 7 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function 7 years ago
John Newbery 6803e09e6e Move zmq test skipping logic into individual test case. 7 years ago