MarrowStack

Changelog

Release notes for all blocks. Security patches are released immediately; feature updates are batched.

v1.2.0launch2025-05-19
New

Solana Auth (SIWS) block — Sign-In-With-Solana with Ed25519 server-side verification, single-use nonces, domain binding, and wallet↔email account linking. MIT licensed.

New

Solana Payments block — Reference-keyed USDC payments with 6-point on-chain verification, idempotency, subscription scaffold, and optional x402 pay-per-request middleware. MIT licensed.

New

Interactive playgrounds for all five blocks — step-through simulations of the auth and payment flows, running against Solana devnet.

New

Full documentation site — exhaustive per-block reference pages for all five blocks, a security model page, and an FAQ.

Improved

Block detail pages now show a three-tab playground (Preview, Code, Usage) with a syntax-highlighted code viewer.

Improved

All block files include MIT or commercial license headers, embedded SQL migrations, and @ts-nocheck to ensure clean TypeScript checking in the platform repo without requiring buyer-side dependencies.

v1.1.0update2025-03-01
New

Team Workspace block — role hierarchy (owner/admin/member/viewer), invite flows with token expiry, composable permission matrix, and ORM adapter pattern.

Improved

Admin block: added feature flag rollout percentages, audit log, and CSV export.

Fix

Auth block: lockout IP detection now reads X-Forwarded-For correctly behind reverse proxies.

v1.0.0launch2025-01-15
New

Auth System block — email/password with bcrypt, GitHub and Google OAuth, email verification, brute-force lockout, and RBAC.

New

Admin Dashboard block — user management, revenue analytics, and feature flags.

New

Delivery via GitHub repository access — purchased blocks appear in a private repo within seconds of payment confirmation.