Skip to content

Releases: visualizevalue/mint

@visualizevalue/mint-app-base@0.3.0

30 Mar 22:33
144bd17

Choose a tag to compare

Minor Changes

@visualizevalue/mint-app-base@0.2.1

30 Mar 21:29
d1a3b50

Choose a tag to compare

Patch Changes

@visualizevalue/mint-app-base@0.2.0

25 Mar 16:05
186a221

Choose a tag to compare

Minor Changes

  • 6c1d61c Thanks @jwahdatehagh! - Add indexer mode with dapp-query for dual-source data fetching

    • Integrate @1001-digital/dapp-query for indexer-first data fetching with automatic RPC fallback
    • Add NUXT_PUBLIC_INDEXER_ENDPOINTS configuration for Ponder indexer endpoints
    • Replace hand-rolled fetch logic with graphqlSource (indexer) and customSource (RPC) per query
    • Collections, tokens, mint events, and artist profiles all fetched via dapp-query with source health tracking, dedup, and idbCache persistence
    • Simplify Pinia store actions to queryClient.fetch() calls — removed dedupe helper, manual try/catch fallback blocks, and incremental block-range mint fetching
    • Fix token page redirect bug: indexer returning null for unindexed collections now correctly falls back to RPC
    • Clean up MintTimeline component: remove backfill machinery (both sources return all mints)