At the moment we have unit tests that emulate events from a specific protocol. These tests check out that the handler functions are working properly and processing the events properly. In my opinion we should use e2e tests for production on-chain data that way we can 100% guarantee that the handlers will deal correctly with the emitted events
At the moment we have unit tests that emulate events from a specific protocol. These tests check out that the handler functions are working properly and processing the events properly. In my opinion we should use e2e tests for production on-chain data that way we can 100% guarantee that the handlers will deal correctly with the emitted events