Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(events): don't log.Warn for EVM events with non-Raw codec (#11742)
Codec != Raw likely means built-in actor events, which we can safely skip, so avoid filling up logs with warnings for every built-in actor event that comes past this point. Fixes: #11718
- Loading branch information