Substreams (v1.6.2)
- Added mechanism to immediately cancel pending requests that are doing an 'external call' (ex: eth_call) on a given block when it gets forked out (UNDO because of a reorg).
- Fixed handling of invalid module kind: prevent heavy logging from recovered panic
- Error considered deterministic which will cache the error forever are now suffixed with
<original message> (deterministic error).