At least our tests are plagued by RPC connection lifetime issues. The connection (in python, test/functional/test_framework/authproxy.py
) often throws BrokenPipeError
( ConnectionResetError
on freebsd, OsError: [WinError 10053] An established connection was aborted by the software in your host machine
on Windows)
On Windows, running feature_fee_estimation is just not possible at all. See https://github.com/bitcoin/bitcoin/blob/d9fd7b5a675d94b99a5ee5b636bbc21088ed02fb/.appveyor.yml#L88
Useful skills:
- Strong background in internet protocols
- Strong background in libevent
- Basic knowledge of the Bitcoin Core HTTP RPC server and functional tests’ RPC dispatcher
Want to work on this issue?
The purpose of the good first issue
label is to highlight which issues are suitable for a new contributor without a deep understanding of the codebase.
You do not need to request permission to start working on this. You are encouraged to comment on the issue if you are planning to work on it. This will help other contributors monitor which issues are actively being addressed and is also an effective way to request assistance if and when you need it.
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.