Commit Graph

522 Commits (0d663f81977dbb83d12a1cbc970a13f41771605f)

Author SHA1 Message Date
MarcoFalke a332a7d5a1
Merge #11291: Fix string concatenation to os.path.join and add exception case
7 years ago
Wladimir J. van der Laan 9bad8d6472
Merge #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account
7 years ago
Wladimir J. van der Laan 711d16ca4a
Merge #11667: Add scripts to dumpwallet RPC
7 years ago
MarcoFalke 604e08c83c
Merge #11726: Cleanups + nit fixes for walletdir PR
7 years ago
Wladimir J. van der Laan cfd99ddc3c
Merge #11883: Add configuration file/argument testing
7 years ago
MeshCollider 68c1e00a00 Add test for importwallet
7 years ago
MeshCollider 9e1184dd54 Add dumpwallet scripts test
7 years ago
MeshCollider be9a13c8a0 Add configuration/argument testing
7 years ago
John Newbery ee5efad6cf [tests] refactor node_network_limited
7 years ago
John Newbery b425131f5a [tests] remove redundant duplicate tests from node_network_limited
7 years ago
John Newbery 2e02984591 [tests] node_network_limited - remove race condition
7 years ago
John Newbery dbfe294805 [tests] define NODE_NETWORK_LIMITED in test framework
7 years ago
John Newbery 1285312048 [tests] fix flake8 warnings in node_network_limited.py
7 years ago
MarcoFalke 8049241e22
Merge #11946: tests: Remove unused variable (firstAddrnServices)
7 years ago
Wladimir J. van der Laan 4508519250
test: Fix rawtransactions test
7 years ago
practicalswift bdaed47558 tests: Remove unused variable (firstAddrnServices)
7 years ago
Wladimir J. van der Laan fee0370fd6
Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs
7 years ago
João Barbosa 88af5028ad test: Add createrawtransaction functional tests
7 years ago
João Barbosa 27c6199373 test: Add multidict to support dictionary with duplicate key (laanwj)
7 years ago
MeshCollider b67342906c Cleanups for walletdir PR
7 years ago
Wladimir J. van der Laan ad1820cbad
Merge #11849: [tests] Assert that only one NetworkThread exists
7 years ago
Wladimir J. van der Laan 8ab6c0b09e
Merge #11839: don't attempt mempool entry for wallet transactions on startup if alr…
7 years ago
John Newbery 5c8ff26b2f [tests] Add NetworkThread assertions
7 years ago
John Newbery 34e08b3510 [tests] Fix network threading in functional tests
7 years ago
John Newbery 74e64f24b8 [tests] Use network_thread_start() in tests.
7 years ago
John Newbery 5fc6e71d19 [tests] Add network_thread_ utility functions.
7 years ago
Gregory Sanders 6697a70894 add test for unconfirmed balance between restarts
7 years ago
practicalswift c7399e7082 Remove unused Python imports
7 years ago
Wladimir J. van der Laan 59d3dc85b6
Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling only*
7 years ago
dongsamb a3ac7672ed Fix string concatenation to os.path.join and add exception case
7 years ago
Jonas Schnelli e054d0e532
[QA] Add node_network_limited test
7 years ago
MarcoFalke fa4c16d2e7 qa: Add getrawtransaction in_active_chain=False test
7 years ago
Wladimir J. van der Laan 497d0e014c
Merge #10275: [rpc] Allow fetching tx directly from specified block in getrawtransaction
7 years ago
Karl-Johan Alm 434526aba6
[test] Add tests for getrawtransaction with block hash.
7 years ago
Wladimir J. van der Laan 24df9af816
Merge #11781: Add `-debuglogfile` option
7 years ago
Anthony Towns 5a7c09aebf test: Add tests for `-debuglogfile` with subdirs
7 years ago
Wladimir J. van der Laan 23232422e5 test: Add test for `-debuglogfile`
7 years ago
MarcoFalke 13e31dd654
Merge #11791: [tests] Rename NodeConn and NodeConnCB
7 years ago
Wladimir J. van der Laan 60d739eb49
Merge #11789: [tests] [travis-ci] Combine logs on failure
7 years ago
John Newbery 873beca6de [tests] Rename NodeConn and NodeConnCB
7 years ago
MarcoFalke 9f2c2dba21
Merge #11712: [tests] Split NodeConn from NodeConnCB
7 years ago
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
MarcoFalke a89221873a
Merge #11683: tests: Remove unused mininode functions {ser,deser}_int_vector(...). Remove unused imports.
7 years ago