I've been implementing rollback netcode in one of my games, and one of the requirements for rollback is deterministic physics. Since Godot's built-in physics engine isn't deterministic, I built this little Open Source module.
Here's a short tutorial on how to get started using it:
I hope others find it useful! :-)