It would be helpful if you would have used any of the official releases rather then the self-compiled code from master.
i.e. It’s harder for me to associate a hash number with a certain set of released features.
( note that I’m not suggesting that there is anything wrong with your node; you might be working on a version that has some not-yet-released features )
The release/stable branch contains the latest released version.
If you want to compile the code yourself, the tag of the last stable v2.0.7-stable works on my computer.
Do: git checkout v2.0.7-stable and then recompile everything. But the official releases are even simpler to use.