@subsquid/pipes v1.0.0-alpha.19
Pre-release
Pre-release
·
19 commits
to main
since this release
Prerelease. Install with npm i @subsquid/pipes@alpha.
EVM
- Portal trace results accept null
gasUsedon failed/reverted CREATE and CALL frames. Such a frame carries a result envelope with no gas attributed to it, sogasUsedlegitimately comes through null — the same family as the reverted-CREATE nulladdressrelaxed in alpha.18. The strict validator previously rejected these real mainnet traces;TraceCreateResult.gasUsed/TraceCallResult.gasUsedare now nullable. Block- and transaction-levelgasUsedare 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).