MarcoFalke
fa3b9ee8b2
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
...
-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-
5 years ago
MarcoFalke
1111bb91f5
test: Reformat python imports to aid scripted diff
5 years ago
MarcoFalke
faa7cdf764
scripted-diff: Update copyright in ./test
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
6 years ago
Wladimir J. van der Laan
ef362f2773
rpc/gui: Remove 'Unknown block versions being mined' warning
...
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.
6 years ago
Chun Kuan Lee
ca6d86c322
tests: Stop node before removing the notification file
6 years ago
MarcoFalke
faa4043c66
qa: Run more tests with wallet disabled
6 years ago
Chun Kuan Lee
67654b6405
tests: write the notification to different files to avoid race condition
6 years ago
MarcoFalke
fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
DrahtBot
eb7daf4d60
Update copyright headers to 2018
6 years ago
practicalswift
634bd97001
Explicitly specify encoding when opening text files in Python code
7 years ago
MarcoFalke
fab9095d40
qa: Windows fixups for functional tests
7 years ago
Anthony Towns
ca6523d0c8
[tests] Rename feature_* functional tests.
7 years ago