op-e2e/actions: Add Holocene FP action tests (#12520)
* Add Holocene action tests
* fix invalid batch tests
* Handle rpc.Errors directly instead of relying on eth.InputErrors
The fault proof program's L2 Engine API doesn't return eth.InputErrors,
like the sources engine client, but directly returns rpc.Errors.
So instead of relying on this translation, derivers need to deal
directly with rpc.Errors.
* In TryBackupUnsafeReorg, only reset on InvalidForkchoiceState error code
* Add logs
* include genesis FPP tests
---------
Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
Showing
Please register or sign in to comment