Public log
Changelog
Every ship, feature, and fix on FlareForge. Newest first. Dates are UTC.
Five dev guides shipped — full coverage of FTSO, FAssets and FDC
A linear series of five tutorials at /docs/*: FTSOv2 block-latency in 10 lines of Solidity, FTSO data-provider strategy backtester, FAssets agent liquidation-risk monitoring with a Discord webhook, FDC cross-chain payment verification, and a CrossChain Sandbox walkthrough for Foundry tests. Each guide is copy-pasteable, cross-linked with prev/next, and ships with TechArticle JSON-LD for richer SERPs.
docsftsofassetsfdcAgent detail pages get 24h collateral and minting history charts
/agents/[address] now renders the last 24 hours of vault collateral ratio and outstanding minted FXRP as two line charts alongside the snapshot stat cards. Endpoint /api/v1/agents/{address}/history was already populated by the indexer; the UI just caught up.
agentsuiPhase 7a shipped: FAssets liquidation-risk dashboard
Every tracked FAssets agent now carries a risk classification (safe/warning/danger/critical/unknown) computed from the vault collateral cushion over mintingCR plus on-chain liquidation status. New summary strip at the top of /agents, per-agent risk card on the detail page, and public /api/v1/agents/risk-summary endpoint.
agentsfassetsapiPhase 6 built and parked: SubscriptionManager live on Flare mainnet, flow unlinked
The zero-custody SubscriptionManager contract is deployed at 0xF2464817187f055794dca894EC1c980aa7155872, backend SIWE + subscription mirror tables are wired, and /account is reachable by direct URL. Deliberately removed from the header nav and landing until there is real traffic that justifies the monetization flow.
authcontractsCoston2 removed, Flare mainnet only
Coston2 had zero traffic and zero product value. Ripped it out of the contracts, backend indexer, frontend config, and docs. Flare mainnet is the only supported chain now.
infraPhase 5 shipped: FDC Attestation Explorer
Every AttestationRequest event emitted by FdcHub on Flare mainnet, indexed and decoded to a readable attestation type plus source chain. Filterable by type, source, or time window, with a 24-hour throughput chart on /fdc.
fdcPhase 3 (CrossChain Sandbox) + Phase 4 (Agent Monitor) shipped
Agent Monitor now tracks all 6 live FAssets FXRP agents on Flare mainnet, snapshotting collateral ratio, minted UBA and status every 60 seconds. CrossChain Sandbox generates mock Flare Data Connector proofs for four attestation types (Payment, AddressValidity, ConfirmedBlockHeightExists, EVMTransaction), structurally compatible with real FDC for local tests. Added public API docs at /docs with Swagger UI at /api/docs.
agentssandboxapiOracle Lab polish: crypto icons, movers, live-stats strip
Added real crypto icons for all 30 feeds, top gainers / losers 24h strip at the top of /oracle-lab, and a live-stats strip on the landing page showing current FLR price, BTC price, latest block and agent count. Also a persistent header nav across the whole site.
oracle-labuiPublic launch on flareforge.io
Registered flareforge.io on Cloudflare Registrar, set up Cloudflare Tunnel to self-hosted Docker Compose stack, and deployed the full app layer. TLS terminated at Cloudflare edge; no public IP, no open ports.
infralaunchPhase 2 shipped: Oracle Lab with FTSOv2 feed explorer and strategy backtester
Browse 30+ live block-latency FTSO feeds, drill into individual feed history charts, run strategy backtests against historical consensus with 5 presets and URL-shareable configurations.
oracle-labPhase 0 + Phase 1 shipped: monorepo and Flare Health dashboard
Initial monorepo layout (Next.js 16 frontend, FastAPI backend, Foundry contracts, Docker Compose infra). Flare Health dashboard indexes mainnet block time, FTSO participation and FDC attestation volume via a Celery-backed RPC indexer writing to TimescaleDB.
healthinfra