Releases: visualizevalue/mint
Releases · visualizevalue/mint
@visualizevalue/mint-app-base@0.3.0
Minor Changes
0c258d3Thanks @jwahdatehagh! - Add indexer mode (collector profiles)
@visualizevalue/mint-app-base@0.2.1
Patch Changes
-
293c2cbThanks @jwahdatehagh! - Fix configuration without indexer set -
293c2cbThanks @jwahdatehagh! - Gracefully degrade ens resolution in sepolia mode
@visualizevalue/mint-app-base@0.2.0
Minor Changes
-
6c1d61cThanks @jwahdatehagh! - Add indexer mode with dapp-query for dual-source data fetching- Integrate
@1001-digital/dapp-queryfor indexer-first data fetching with automatic RPC fallback - Add
NUXT_PUBLIC_INDEXER_ENDPOINTSconfiguration for Ponder indexer endpoints - Replace hand-rolled fetch logic with
graphqlSource(indexer) andcustomSource(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 — removeddedupehelper, manual try/catch fallback blocks, and incremental block-range mint fetching - Fix token page redirect bug: indexer returning
nullfor unindexed collections now correctly falls back to RPC - Clean up MintTimeline component: remove backfill machinery (both sources return all mints)
- Integrate