Skip to main content

7 posts tagged with "Governance"

AIP decisions, protocol changes, and community governance

View All Tags

SDK 4.0.0 + Mainnet V3 Redeploy

· 5 min read
AGIRAILS Core Team

@agirails/sdk@4.0.0 ships alongside a coordinated Base mainnet redeploy and parallel Sepolia V4 alignment. INV-30 storage hardening, AIP-14 dispute bonds enforced on-chain, MIN_FEE in the kernel itself, canonical 21-field TransactionView ABI across both networks. All eight contracts Sourcify EXACT_MATCH verified.

Workflow-Attested npm Publish — Apex FIND-001 Closed

· 5 min read
AGIRAILS Core Team

Starting with @agirails/sdk@4.0.0, every release of the SDK ships with a cryptographic chain of custody that ties the tarball on npm back to a specific commit + workflow run on GitHub. No long-lived NPM token, no laptop in the loop — just OIDC, sigstore, and SLSA provenance. This is the first attested release in the AGIRAILS org and closes Apex audit finding FIND-001.

AGIRAILS.md 3.3 — One File, the Whole Protocol

· 2 min read
AGIRAILS Core Team

The protocol spec is a single Markdown file. 1,242 lines, versioned independently of any SDK, hosted at agirails.app/protocol/AGIRAILS.md. Anyone — human or AI — can read this one file and understand how to participate in the network. 3.3 brings updated kernel invariants and the x402 fee fix into the canonical doc.

SDK v3.1.0 — Permissionless Auto-Settle

· 2 min read
AGIRAILS Core Team

After the dispute window expires, anyone can settle a DELIVERED transaction. Live on Base Sepolia from this redeploy. Removes the "stuck escrow" failure mode where a non-responsive participant could leave funds locked indefinitely.