Resources/Changelog
Changelog
Curated, chronological log of what shipped on Invia. Generated from git history with the noise filtered out.
2026-04 — public REST surface and SEO
- Sitemap and robots for
invia.marketsanddocs.invia.markets. - Apple touch icon, full favicon set, PWA manifest.
- Open Graph + Twitter card meta enriched with canonical, locale, robots, handles.
2026-03 — SDK release prep, REST hardening, brand polish
@invia-app/sdk0.1.0 prepared for npm publish: publishConfig, prepublishOnly, .npmignore, MIT license, CHANGELOG, JSDoc on every public symbol, badges, examples.- REST API hardened:
/v1/health,/v1/version, consistent{error, code}envelope, stale-while-revalidate cache-control, 24h CORS preflight cache. /v1/blockhashand/v1/simulateremoved; consumers BYO RPC.- Landing footer reworked: real social row (X, GitHub, npm), Resources column, MIT + Solana tagline; GitHub pill in header.
- Sidebar SVG redo: dedicated icons for fee schedule, FAQ, every SDK and REST API page.
- Top-level README rebranded with banner, centered logo, badges, quick links.
2026-02 — docs cleanup and protocol stats
- Em dashes scrubbed across docs and SDK README.
- Code blocks redesigned: shiki highlighting, copy button, no chrome around inline code.
api.invia.marketsbrought live with expanded LetsEncrypt cert.- SDK pill on landing, app, and docs topbars.
- 56-test SDK vitest suite hitting live API + devnet program.
2026-01 — pricing precision and indexer rewrite
price_scalefield added to the Offer account so low-cap tokens price cleanly against wSOL.- Fill indexer rewritten to scan program signatures with cursor-based pagination.
- Mobile-friendly pass on landing + docs.
- Privy wallet flow refactored, signSendConfirm stabilized.
2025-12 — D0 plan lock-in
- Master plan committed: D0 deploy + token, D1 awareness, D2 growth.
- Full landing rebrand to current colorway and typography.
2025-11 — first end-to-end fill
take_offerinstruction landed devnet, partial fills supported.- New offer dialog with payment-mint cards.
2025-10 — frontend bring-up
- Next.js 14 app router scaffolded.
- Trending feed wired against Jupiter.
2025-09 — indexer + REST API alpha
- Postgres schema for offers + fills.
- Fastify REST surface stood up at
api.invia.markets/v1/*.
2025-08 — Anchor program v0
create_offer,take_offer,cancel_offer,expire_offershipped.- Treasury baked in at compile time.
2025-07 — repo bootstrap
- pnpm monorepo with
app,program,api,sdk,docs-site. - Docker Compose + Nginx + Certbot infra.
2025-06 — kickoff
- First commit. Brand kit, README, master plan drafted.