Upgrade envio to 3.0.1#10
Conversation
- Bump envio dependency from 3.0.0-alpha.23 to 3.0.1 - Remove optionalDependencies.generated (replaced by .envio/types.d.ts + envio-env.d.ts wiring) - Switch handler/test imports from "generated" to "envio" - Add envio-env.d.ts ambient types reference at project root - Add types: ["node"] to tsconfig.json per v3 guide - Refresh agent skills via `pnpx envio skills update` (indexing-* -> indexer-*) - Update docs: TUI_OFF=true -> ENVIO_TUI=false - Refresh CTFExchangeV2 snapshots for current Polymarket Gamma outcomePrices Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (33)
📝 WalkthroughWalkthroughThis PR migrates the Polymarket V2 indexer from legacy ChangesEnvio Indexer API migration and documentation refactor
🎯 2 (Simple) | ⏱️ ~12 minutes ✨ Finishing Touches📝 Generate docstrings
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Comment |
pnpx envio skills update(indexing-* -> indexer-*)Summary by CodeRabbit
Release Notes
New Features
context.chain.isRealtimeproperty for distinguishing realtime vs. historical indexing phases.Documentation
Improvements
TUI_OFF=truetoENVIO_TUI=falsefor consistent configuration.enviomodule for simpler access to core utilities.Dependencies