CHANGELOG

Every release,logged in public.

1.0.0 Coming soon Release

Lull Protocol v1 — public launch

  • Full site redesign: persistent navigation, homepage-matched visual language across all marketing pages.
  • 14 paid API endpoints live on the gateway with x402 payment protocol. USDC settlement on Base mainnet.
  • lull-node SDK v0.2 published — install, register a resource, start earning in under 5 minutes.
0.9.2 May 08, 2026 Patch

Mobile audit + accessibility sweep

  • Fixed table overflow on /developers (nested scroll containers). BaseScan link touch targets enlarged to 28px.
  • All form inputs now have proper label associations. Missing aria-labels added across app pages.
  • FAQ sections unified: details/summary pattern with rotating + icon, consistent across /app/help, /token, /docs.
0.9.0 May 06, 2026 Release

Intelligence engine page + live counters

  • /developers rebuilt around the real 4-stage engine loop: Ingest → Score → Route → Settle, with live signals table.
  • Landing hero, MetricsStrip, and RoutingFeed all pull from /api/public/stats — no more placeholder numbers.
  • Token page burn feed now renders last 20 verified burn cycles with per-tx BaseScan links.
0.8.1 May 04, 2026 Patch

Nav restructure + 404 upgrade

  • Top-bar nav: Resources · How it works · Token · Docs · Developers · About. Mobile drawer adds Blog, Changelog, Status.
  • /404 rebuilt as a useful empty state with shortcut grid to top destinations.
  • Auth pill now shows email snippet or truncated wallet address when signed in.
0.8.0 May 03, 2026 Adapter

Per-resource deep-dive pages

  • New route /resources/:slug — one page per resource type with payout asset, mechanics, caveats, and FAQs.
  • Resource catalog cards now link to deep-dive pages. "Adapter pending" badge on resources without a live adapter.
  • Yield and compute adapters enhanced with read-only status and real-time data.
0.7.0 May 01, 2026 Release

Dashboard v2 — earnings intelligence

  • 5-stat ribbon: Lifetime · Available · 24h · 7d · Active Resources. Period toggle (7d/30d/all) on sparkline chart.
  • Recent activity feed shows last 6 on-chain events with BaseScan links. Per-network table sorted active-first.
  • Intelligence panel on dashboard with animated counters and real-time pulsing status indicators.
0.6.0 Apr 27, 2026 Security

Auth-aware header + on-chain signing

  • Privy-driven header: signed-in pill with email/wallet snippet, Dashboard link, and Sign out button.
  • Pattern A on-chain deposit flow now signs unsigned_tx_base64 via Privy embedded wallet on Base.
  • Content Security Policy hardened: frame-ancestors none, strict connect-src allowlist for all RPC endpoints.
0.5.0 Apr 23, 2026 Security

Edge-function DB proxy + RLS

  • All database queries now route through an edge-function proxy. Service-role keys never touch the client.
  • Query builder rewritten as HTTP-backed adapter with identical Supabase JS chain API — zero call-site changes.
  • 17 integration tests covering URL derivation, Bearer auth, every query verb shape. Row-level security policies enforced.
0.4.2 Apr 18, 2026 Patch

Buyback-burn cron + treasury wiring

  • Automated buyback-burn cron: collects protocol fees from treasury wallet, swaps to $LULL via Uniswap V3, burns on-chain.
  • Treasury wallet rotation completed. All fee splits (85/15) settle to the new 0xLULL… address.
  • Burn history now queryable from /api/public/burns — powers the live burn feed on /token.
0.4.0 Apr 13, 2026 Release

Gateway v2 — 14 paid endpoints

  • x402 payment gateway rebuilt: http-fetch, html-scrape, dns-lookup, ssl-check, whois, ping, traceroute, and more.
  • Gateway manifest at /x402/manifest.json auto-generated from registered resources. Coinbase x402 protocol compliant.
  • Job submission, status polling, and webhook callbacks all wired. USDC metering with sub-cent granularity.
0.3.1 Apr 08, 2026 Adapter

Yield + bandwidth adapter wave

  • Morpho V3 vault adapter: reads position data, calculates accrued yield, reports in USDC terms.
  • Auto-routing across best available yield rates on Base. Unit confusion fixed (gross_usd vs gross_native).
  • Bandwidth adapter added with ownership verification.
0.3.0 Apr 02, 2026 Release

Network catalog + connect flows

  • 7 resource types supported: Lull PC, Lull Wallet, Lull Agent, Lull Data, Lull API, Lull GPU, Lull Inference — all routed through x402 gateways.
  • Three onboarding patterns: Pattern A (on-chain deposit), Pattern B (external install + link), Pattern C (API key paste).
  • Mobile bottom-nav for all /app/* routes. Per-network connection status polling.
0.2.1 Mar 27, 2026 Patch

Base chain adapter + zod validation

  • Privy embedded wallet now handles all Base signing. viem + @wagmi/core pinned to stable versions.
  • Zod input validation on all API routes — every POST body and query param schema-checked before handler runs.
  • CORS allowlist updated for production domains. Sentry error reporting wired for server-side exceptions.
0.2.0 Mar 20, 2026 Release

lull-node SDK + resource registration

  • Published lull-node v0.1 to npm: LullNode class, task executor framework, CLI with register/start/status commands.
  • 12 fast task types: http-fetch, html-scrape, dns-lookup, ssl-check, whois, ping, screenshot, pdf-render, and more.
  • Resource registration API: POST /api/resources with schema validation, auto-generates gateway endpoint.
0.1.2 Mar 13, 2026 Security

Privy auth + embedded wallet

  • Privy authentication wired: email, wallet, and social login. Embedded Base wallet created on sign-up.
  • Session management with JWT tokens. Protected /app/* routes with auth guard.
  • Withdraw flow: user-initiated USDC transfer from protocol balance to external wallet with confirmation.
0.1.1 Mar 06, 2026 Patch

Gateway deploy + health monitoring

  • Gateway deployed to Railway with auto-scaling. Health endpoint at /health returns uptime, version, and endpoint count.
  • Status page at /status with real-time gateway health, recent burn feed, and incident history.
  • Webhook system for job completion callbacks. Retry logic with exponential backoff on transient failures.
0.1.0 Feb 26, 2026 Release

Lull Protocol — initial architecture

  • Core protocol design: distributed idle-resource marketplace with x402 payment gateways on Base.
  • Database schema: users, resources, jobs, earnings, burns, network_connections. Postgres backend with row-level security.
  • Frontend scaffold: vanilla HTML/CSS with Cormorant + DM Sans + JetBrains Mono. Marketing pages (landing, docs, about, token) + /app dashboard shell.
0.0.1 Feb 17, 2026 Patch

Project bootstrap + research

  • Whitepaper draft: tokenomics (buyback-burn), fee structure (85/15 split), and resource-type taxonomy.
  • x402 payment protocol research — Coinbase open standard for HTTP 402-based micropayments. Decision: build native support on Base.
  • Tech stack finalized: Base (settlement), Postgres (data), Privy (auth), Railway (infra), Alchemy (RPC).