There are some independent tests that can be added:
- Fix the TODO https://github.com/bitcoin/bitcoin/pull/18334/files#diff-a77567bbc57dc1bbc033560e5cdd3b7dR400 :heavy_check_mark: Done in #18593
- Add a test for msg_mempool. (Create a tx before the peer connects, then connect, then send msg_mempool)
- Check that a new peer get’s disconnected when Bitcoin Core doesn’t have
-peerbloomfilter
set - Run the
FilterTest
functional test with a second node that hasfRelay
set to false in the version message, see https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki#extensions-to-existing-messages - …
Useful skills:
Basic understanding of BIP 37 and the Bitcoin Core functional test framework
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.