v0.5.0
May 3, 2026
Site

Composio-aligned redesign + blog launch

Marketing site rebranded to a hybrid dark/light system inspired by Composio's design language: Geist typography, electric-blue accent, dark canvas for engineering-facing surfaces, light mode for legal and long-form. Five blog posts shipped covering settlement mechanics, smart-contract design, Soroban choice, and test coverage. Trust + privacy + terms pages added; sitemap extended to 16 URLs. Pushed in commits 84f52d2..92675f9.

v0.4.1
May 2, 2026
Contract

Hardening: settle_service auth, init guard, dispute path

Three guard fixes in one release. settle_service requires factory authorization for credit-mode settlement (closes a third-party griefing vector). init rejects re-initialization (AlreadyInitialized). The dispute path rejects late QA responses (now > due_byTooEarlyOrLate), zero-bps default-slash calls, and self-slash where caller equals the QA being slashed. 61/61 tests still pass. Source: contract repo commits 9dfcc32..e69e3c2.

v0.4.0
April 7, 2026
Contract

Service Fabric — per-service settlement layer

Adds a service-oriented layer on top of the lot-based contract. New ServiceStage enum (EVT/DVT/PVT/MP/Sustaining), ServiceRequest + ServiceOrder + CompletionAttestation types. New mutators: register_fairbuild_oracle, create_service_order, accept_service_order, submit_artifacts, attest_completion, settle_service, redeem_credits, cancel_service_order. Soulbound SVT contract introduced as separate crate. 18 new service-fabric tests added; total 52 passing.

Want to read the contract?

Two contracts, ~3000 lines of Rust, 61 tests, CC BY-NC 4.0.