Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-17 | scripted-diff: test: Replace connect_nodes_bi with connect_nodes | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/connect_nodes_bi\(self.nodes,\s*(.),\s*/connect_nodes(self.nodes[\1], /g' $(git grep -l connect_nodes_bi) sed -i --regexp-extended -e 's/connect_nodes_bi(,| )/connect_nodes\1/g' $(git grep -l connect_nodes_bi) -END VERIFY SCRIPT- | |||
2019-09-17 | test: Reformat python imports to aid scripted diff | MarcoFalke | |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT- | |||
2019-02-25 | rpc/gui: Remove 'Unknown block versions being mined' warning | Wladimir J. van der Laan | |
Due to miners inserting garbage into the version numbers, the current version signalling has become completely useless. This removes the "unknown block versions" warning which has the tendency to scare users unnecessarily (and might get them to "update" to something bad). It preserves the warning in the logs. Whether this is desirable can be a point of discussion. | |||
2018-10-12 | tests: Stop node before removing the notification file | Chun Kuan Lee | |
2018-09-25 | qa: Run more tests with wallet disabled | MarcoFalke | |
2018-09-25 | tests: write the notification to different files to avoid race condition | Chun Kuan Lee | |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-06-12 | Explicitly specify encoding when opening text files in Python code | practicalswift | |
2018-04-08 | qa: Windows fixups for functional tests | MarcoFalke | |
2018-01-25 | [tests] Rename feature_* functional tests. | Anthony Towns | |