op-interop-filter
A lightweight service that validates interop executing messages for op-geth or op-reth transaction filtering.
Any reorg will trigger the failsafe which disables all interop transactions. If --reorg-recovery-enabled is set, reorg-triggered failsafe is automatically resolved by rewinding logs DB state to finalized.
Usage
Build from source
just op-interop-filter
./bin/op-interop-filter --help
Run from source
go run ./cmd --help
Build docker image
docker buildx bake op-interop-filter