Motivation
Currently, inside TestNode, the global wait_until_helper_internal
must be used, and each time the timeout factor must be passed.
See #29006 (review)
Possible solution
It would be nice to have a method wait_until
that wraps the wait_until_helper_internal
call, like in other classes.
Useful Skills
- Compiling Bitcoin Core from source
- Running the C++ unit tests and the Python functional tests
- Python 3
Guidance for new contributors
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.