This disbands test/util.h and test/util.cpp and moves the content into the test utility library recently created in #17542, so that all test utility functions are in one place.
The content of the original files are split into three modules:
- string helper functions go to
test/util/str - mining helper functions go to the newly created
test/util/mining - wallet helper functions go to the newly created
test/util/wallet