aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-13test: Add createrawtransaction functional testsJoão Barbosa
2017-12-13test: Add multidict to support dictionary with duplicate key (laanwj)João Barbosa
2017-12-12Merge #11849: [tests] Assert that only one NetworkThread existsWladimir J. van der Laan
2017-12-11Merge #11839: don't attempt mempool entry for wallet transactions on startup ...Wladimir J. van der Laan
2017-12-11[tests] Add NetworkThread assertionsJohn Newbery
2017-12-11[tests] Fix network threading in functional testsJohn Newbery
2017-12-11[tests] Use network_thread_start() in tests.John Newbery
2017-12-11[tests] Add network_thread_ utility functions.John Newbery
2017-12-11add test for unconfirmed balance between restartsGregory Sanders
2017-12-10Remove unused Python importspracticalswift
2017-12-09Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling...Wladimir J. van der Laan
2017-12-06[QA] Add node_network_limited testJonas Schnelli
2017-12-06qa: Add getrawtransaction in_active_chain=False testMarcoFalke
2017-12-06Merge #10275: [rpc] Allow fetching tx directly from specified block in getraw...Wladimir J. van der Laan
2017-12-05[test] Add tests for getrawtransaction with block hash.Karl-Johan Alm
2017-12-04Merge #11781: Add `-debuglogfile` optionWladimir J. van der Laan
2017-12-01test: Add tests for `-debuglogfile` with subdirsAnthony Towns
2017-12-01test: Add test for `-debuglogfile`Wladimir J. van der Laan
2017-11-30Merge #11791: [tests] Rename NodeConn and NodeConnCBMarcoFalke
2017-11-30Merge #11789: [tests] [travis-ci] Combine logs on failureWladimir J. van der Laan
2017-11-29[tests] Rename NodeConn and NodeConnCBJohn Newbery
2017-11-29Merge #11712: [tests] Split NodeConn from NodeConnCBMarcoFalke
2017-11-29[tests] Add combinedlogslen argument to test_runner.pyJohn Newbery
2017-11-29[tests] [travis-ci] Move Travis functional test log post processing to test_r...John Newbery
2017-11-29[tests] Improve logging shutdown and add hint for combine_logsJohn Newbery
2017-11-29[rpc] Fix fVerbose parsing (remove excess if cases).Karl-Johan Alm
2017-11-28[tests] Move version message sending from NodeConn to NodeConnCBJohn Newbery
2017-11-28[tests] Make NodeConnCB a subclass of NodeConnJohn Newbery
2017-11-28[tests] Move only: move NodeConnCB below NodeConnJohn Newbery
2017-11-28[tests] Tidy up mininodeJohn Newbery
2017-11-25Merge #11683: tests: Remove unused mininode functions {ser,deser}_int_vector(...MarcoFalke
2017-11-23[tests] Remove mininode periodic (half-hour) ping messagesJohn Newbery
2017-11-22[tests] Remove rpc property from TestNode in p2p-segwit.py.John Newbery
2017-11-22Merge #11743: qa: Add multiwallet prefix testMarcoFalke
2017-11-18Merge #11707: [tests] Fix sendheadersMarcoFalke
2017-11-18Merge #11466: Specify custom wallet directory with -walletdir paramWladimir J. van der Laan
2017-11-17[tests] address review commentsJohn Newbery
2017-11-17tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vecto...practicalswift
2017-11-17Remove unused importspracticalswift
2017-11-17cli: Reject arguments to -getinfoWladimir J. van der Laan
2017-11-17Merge #11648: [tests] Add messages.pyWladimir J. van der Laan
2017-11-18Make debugging test crash easierMeshCollider
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-11-18Add test for -walletdirMeshCollider
2017-11-16[tests] fix flakiness in sendheaders.pyJohn Newbery
2017-11-16[tests] refactor check_last_announcement() in sendheaders.pyJohn Newbery
2017-11-16[tests] tidy up BaseNode in sendheaders.pyJohn Newbery
2017-11-16[tests] fix flake8 warnings in sendheaders.pyJohn Newbery
2017-11-16Merge #11087: Diagnose unsuitable outputs in lockunspent().Wladimir J. van der Laan
2017-11-15qa: Add multiwallet prefix testMarcoFalke