Skip to content

@subsquid/pipes v1.0.0-alpha.19

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 20:42
· 19 commits to main since this release

Prerelease. Install with npm i @subsquid/pipes@alpha.

EVM

  • Portal trace results accept null gasUsed on failed/reverted CREATE and CALL frames. Such a frame carries a result envelope with no gas attributed to it, so gasUsed legitimately comes through null — the same family as the reverted-CREATE null address relaxed in alpha.18. The strict validator previously rejected these real mainnet traces; TraceCreateResult.gasUsed / TraceCallResult.gasUsed are now nullable. Block- and transaction-level gasUsed are unchanged (always present).

ClickHouse

  • A missing class-A repair hook is now surfaced as an error instead of letting the target diverge silently.

What to test

Any EVM traces pipeline that touches reverted/failed CREATE or CALL frames (previously a validation throw on null gasUsed).