Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-05 | qa: Pad scriptPubKeys to get minimum sized txs | MarcoFalke | |
2018-03-21 | Merge #12716: Fix typos and cleanup in various files | MarcoFalke | |
4d9b4256d8 Fix typos (Dimitris Apostolou) Pull request description: Unfortunately I messed up my repo while trying to squash #12593 so I created a PR with just the correct fixes. Tree-SHA512: 295d77b51bd2a9381f1802c263de7ffb2edd670d9647391e32f9a414705b3c8b483bb0e469a9b85ab6a70919ea13397fa8dfda2aea7a398b64b187f178fe6a06 | |||
2018-03-21 | Fix typos | Dimitris Apostolou | |
2018-03-19 | scripted-diff: rename TestNode to TestP2PConn in tests | John Newbery | |
Several test scripts define a subclass of P2PInterface called TestNode. This commit renames those to TestP2PConn since we already have a TestNode class in the test framework. -BEGIN VERIFY SCRIPT- sed -i s/TestNode/TestP2PConn/ test/functional/*py test/functional/test_framework/comptool.py _END VERIFY SCRIPT- | |||
2018-01-25 | [tests] Rename p2p_* functional tests. | Anthony Towns | |