Skip to content

chore: upgrade HyperIndex to envio@3.2.1 - #1

Open
moose-code wants to merge 2 commits into
Forgeforward-Labs:mainfrom
moose-code:chore/upgrade-envio-3.2.1
Open

chore: upgrade HyperIndex to envio@3.2.1#1
moose-code wants to merge 2 commits into
Forgeforward-Labs:mainfrom
moose-code:chore/upgrade-envio-3.2.1

Conversation

@moose-code

Copy link
Copy Markdown

Summary

  • Upgrade envio (HyperIndex) to 3.2.1
  • Migrate config/handlers to the V3 API where needed (networks -> chains, indexer.onEvent, imports from envio, etc.)
  • Refresh bundled agent skills via envio skills update (under .claude/skills/)

Context

This indexer is deployed on Envio's hosted service. Merging this PR makes it straightforward to redeploy on 3.2.1.

Test plan

  • pnpm install
  • pnpm envio codegen
  • pnpm dev (or hosted redeploy) and confirm indexing starts

Bump envio, migrate to the V3 API where needed, and refresh bundled agent skills.
@vercel

vercel Bot commented Jul 21, 2026

Copy link
Copy Markdown

@moose-code is attempting to deploy a commit to the Mumeen's projects Team on Vercel.

A member of the Team first needs to authorize it.

pnpm 11 left allowBuilds.esbuild as a placeholder, which blocked install/codegen.
Approve esbuild, regenerate envio-env.d.ts, and refresh bundled agent skills.

Co-authored-by: Cursor <cursoragent@cursor.com>
@moose-code

Copy link
Copy Markdown
Author

Follow-up fix (codegen)

The initial upgrade commit left indexer/pnpm-workspace.yaml with a pnpm 11 placeholder:

allowBuilds:
  esbuild: set this to true or false

That caused pnpm install to fail with ERR_PNPM_IGNORED_BUILDS (esbuild), so envio codegen never ran successfully.

Fix

  • Set allowBuilds.esbuild: true
  • Re-ran pnpm install + envio codegen (OK)
  • Added envio-env.d.ts + refreshed .claude/skills via envio skills update

Local smoke

  • pnpm exec envio devSMOKE_OK (Starting indexing!, no handler load failures)

No new PR opened — updated existing head chore/upgrade-envio-3.2.1.

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.

1 participant