← Back to home
Changelog
What's New
Every release, documented. Building in public.
v2.4.0
latest
March 10, 2026
added
Live status page at /status — polls API health every 60s, shows Base L2 RPC, Redis and contract state
added
Embeddable trust badge — GET /api/badge/:address returns a live SVG (shields.io pattern, 5-min cache)
added
Badge showcase section on landing — live README mockup, address input, markdown copy
added
Report abuse on /verify — POST /api/report triggers suspension flow
changed
Pricing: Standard / Growth / Sentinel tiers (replaced Explorer / Builder / Enterprise naming)
changed
Sentinel volumes corrected: 250k → 1M → 5M certs/yr, per-cert prices below Growth overage rate
changed
Full site translated to English — all French copy removed
fixed
AbortSignal.timeout() replaced with AbortController + setTimeout across all fetch calls (browser compat)
v2.3.0
March 8, 2026
added
Abuse prevention system — flag score, suspend score, blocklist, report endpoint
added
Ownership proof requirement for certification (BMAXI_REQUIRE_OWNERSHIP_PROOF flag)
added
Enterprise page (/enterprise) — Sentinel value stack, SLA table, support tiers, volume pricing
added
Verify page (/verify) — shareable certification link, badge embed on certified status
changed
Minimum certify payment enforced at gateway level ($0.99 USDC)
changed
ABUSE_PREVENTION.md published — public documentation of anti-abuse mechanisms
v2.2.0
March 7, 2026
added
Pricing page — three-tier model with fee breakdown table
added
Security page — vulnerability disclosure, audit scope, responsible disclosure contact
added
Public roadmap (6 phases) — from Foundation to Arbitration & Adoption
added
SDK section on landing — @bmaxi/sdk npm package, TypeScript-first
added
ComparisonTable section — BMAXI vs alternatives
changed
Hero: removed jargon, tightened value proposition
v2.1.0
March 6, 2026
added
UUPS Proxy — upgradeable contracts without data migration
added
EIP-165 supportsInterface() for standard detection
added
Emergency pause mechanism on all write operations
added
Live dashboard (/dashboard) — real-time on-chain metrics via Base L2 RPC
added
Admin panel (/admin) — gateway health, stats, API key management
changed
.gitignore hardened for secrets & build artifacts
v2.0.0
March 5, 2026
added
IERC8004.sol — formal ERC-8004 interface
added
Full NatSpec documentation with @inheritdoc
added
Complete test suite (45+ tests)
changed
Contract implements IERC8004 explicitly
changed
Events: timestamp now indexed
v1.0.0
March 4, 2026
added
BaymaxCertificate.sol — issue, revoke, renew, batchCheck on Base L2
added
API Gateway with circuit breaker, LRU cache, Redis rate limiting
added
x402 HTTP payment protocol — USDC on Base L2
added
@bmaxi/sdk TypeScript package published on npm
added
Landing page (Next.js 14 + Tailwind), docs & quickstart