Skip to content

Fix evmExtendedModel for base-only chains and add firehose validation#239

Merged
YaroShkvorets merged 4 commits into
mainfrom
fix-evm-block-models
Jun 24, 2026
Merged

Fix evmExtendedModel for base-only chains and add firehose validation#239
YaroShkvorets merged 4 commits into
mainfrom
fix-evm-block-models

Conversation

@YaroShkvorets

Copy link
Copy Markdown
Collaborator

Summary

  • Set firehose.evmExtendedModel to false for all EVM (eip155) chains that had evmExtendedModel: true while declaring blockFeatures: ["base"] — the extended model flag is inconsistent with a base-only feature set. This corrects 22 chains.
  • ink.json additionally had its blockFeatures changed from ["extended"] to ["base"] to match its (now false) model.
  • monad.json first streamable block updated (height 0 → 1, new block id).
  • Added a validation warning in validate_logic.ts for the block model / features mismatch so this can't silently regress.
  • Reworked validate_firehose.ts to also validate the firehose first streamable block height.

Chains with evmExtendedModel flipped to false

autonomys-chronos, autonomys, berachain-bepolia, berachain, fraxtal, gravity-mainnet, gravity-testnet, ink, ink-sepolia, megaeth-timothy, megaeth, peaq, polkadot-testnet, sei-atlantic, stable, status-sepolia, swellchain-sepolia, swellchain, vana-moksha, vana, viction, zetachain

🤖 Generated with Claude Code

@pinax-bot

Copy link
Copy Markdown
Contributor

🤖 Auto Version Bump

Version automatically bumped from 0.7.97 to 0.7.98 (patch bump).

💡 Tip: Add labels major, minor, or patch to your PR to control the bump type. Default is patch.

@YaroShkvorets YaroShkvorets merged commit 521d92b into main Jun 24, 2026
2 checks passed
@YaroShkvorets YaroShkvorets deleted the fix-evm-block-models branch June 24, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants