Skip to content

Releases: jasonxkensei/xProof-Action

v1.2.0 - Universal agent compatibility

18 Feb 21:26
bac2a15

Choose a tag to compare

What's new in v1.2.0

Universal Agent Compatibility

  • All discovery endpoints now surface complete protocol support: MCP, ACP, x402, MX-8004, OpenAI Plugin, LangChain, CrewAI
  • OpenClaw skill reference included in all manifests
  • x402/openx402 compatibility explicitly documented

Improvements

  • Logo upgraded to high-resolution icon (512x512)
  • All metadata endpoints bumped to v1.2.0 for consistency
  • Added repository links (main, action, openclaw-skill) across all discovery files
  • Pricing now reflects dual payment methods: EGLD (MultiversX) + USDC (Base via x402)

Links

v1.1.1 - Positioning coherence & AI agents branding

16 Feb 22:39
c072079

Choose a tag to compare

What's changed :

Positioning alignment

  • Updated description field to reflect canonical positioning: "Proof primitive for AI agents and humans on MultiversX"
  • Fixed GitHub Marketplace rendering issue where & was stripped — now uses and for reliable display

Why this matters
This is a branding-only update. No functional changes.
Ensures the Marketplace sidebar, action metadata, and all discovery surfaces consistently identify xProof as a proof primitive for AI agents and humans.

Full Changelog: v1.1.0...v1.1.1

xProof Action v1.1.0 - Operable trust primitive

16 Feb 11:17
5731145

Choose a tag to compare

xProof Action v1.1.0 — Operable trust primitive

This release marks xProof's transition from certification tool to operable infrastructure primitive for AI agents & humans on MultiversX.

Security

Webhook HMAC signing with timestamp-based replay protection (asymmetric window)
Timing-safe signature verification
API key rotation with 24h grace period
IPv6-safe rate limiting across all endpoints
Observability

Structured JSON logging with end-to-end requestId correlation
Blockchain latency monitoring with rolling percentiles (p50/p95/p99)
Configurable alerting on transaction queue failures (threshold + cooldown)
Health endpoint with operational metrics
Architecture

Persistent transaction queue (PostgreSQL-backed, exponential backoff retry)
MX-8004 compliant validation flow
Centralized RBAC middleware
Agent-ready, API-first design
xProof is now an operable trust primitive on MultiversX, suitable for CI/CD artifact anchoring and agent output certification.

xProof – Cryptographic File Proof for GitHub Actions

12 Feb 21:42

Choose a tag to compare

xProof Notarize Action v1.0.0

Generate verifiable, immutable proof for your build artifacts directly from your CI/CD workflow.

Initial Stable Release - Ready for production use! 🚀

What's New

This GitHub Action enables seamless notarization of build artifacts on the MultiversX blockchain via xProof, creating immutable proof-of-existence for any file.

Key Features

Automated Notarization - Notarize multiple files in a single workflow step
Glob Pattern Support - Use wildcards to notarize entire directories (e.g., dist/**/*.js)
Rich Outputs - Get proof IDs, verification URLs, and SVG badges for documentation
Error Handling - Gracefully handles missing files and API failures
GitHub Step Summary - Beautiful markdown tables in your workflow summary
Flexible Configuration - Optional author names and custom API URLs

Quick Start

- uses: jasonxkensei/notarize-action@v1.0.0
  with:
    api_key: ${{ secrets.XPROOF_API_KEY }}
    files: './dist/** ./build/**'
    author_name: 'Your Name'