We made a workaround to use geth v1.10.10 instead of master to get CI to pass for the time being:
#6936
Our tests need to be updated to work with latest geth, due to these breaking changes:
- removal of personal namespace in v1.14.12: See #30704
- removal of totalDifficulty field from RPC in v1.14.11. See #30386.