Skip to content

v1.5.2

Choose a tag to compare

@iJaack iJaack released this 20 Mar 16:11
· 83 commits to main since this release

Evalanche v1.5.2

This release packages the fixes and cleanup shipped since v1.5.0.

Highlights since v1.5.0

  • Custom RPC chain mapping fixed

    • custom RPC overrides now map the correct chain IDs for supported aliases
    • no more defaulting arbitrary custom RPCs to Avalanche / Fuji semantics
  • Polymarket MCP wiring corrected

    • fixed Polymarket client construction to use Polygon chain ID explicitly
    • pm_search now performs real market filtering over fetched markets
    • pm_orderbook now calls the correct order book method
    • pm_positions now uses the supported positions path
  • Honest failure mode for unsupported Polymarket actions

    • pm_approve, pm_buy, and pm_redeem no longer pretend to work
    • unsupported actions now fail explicitly with a clear implementation boundary
  • Market workflow surface sharpened

    • added dYdX market reference exports, including ZEC-USD
    • refreshed README, ClawHub skill, and public Evalanche page for the current surface area

Verification

  • full test suite passing: 398/398 tests
  • npm run typecheck
  • npm run build

Compare: v1.5.0...v1.5.2