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.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.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.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.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.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.