Skip to content

Releases: iamfurydammit/xstrp-reference

XSTRP Phase C1 — Frozen Core

07 Jan 15:25
46428f5

Choose a tag to compare

This release marks the formal freeze of XSTRP Phase C1.

Frozen components:

  • RFC-XSTRP-0001 (v1.0)
  • Core state machine
  • CompletionProof v1
  • Proof enforcement logic
  • Optional IntentBinding metadata
  • Serialization guarantees

No XRPL integration.
No cryptography.
No protocol refactors.

This release defines the immutable protocol core.

XSTRP v1.0 — RFC-XSTRP-0001 (Frozen Draft)

06 Jan 16:35
6a3ecf6

Choose a tag to compare

This release freezes RFC-XSTRP-0001 as Draft v1.0.

Status:

  • Specification frozen
  • No external peer review completed yet
  • Reference architecture and threat model committed
  • No implementation code included

Security Notice:
This specification has not yet undergone external peer review. All security claims are subject to future audit.

Scope:
This release is informational and intended for review, discussion, and future implementation work.

Reference Implementation v0.1 (Skeleton)

06 Jan 21:01
fc5213a

Choose a tag to compare

Reference-only Rust skeleton for XSTRP.

  • Implements core TransferIntent data model
  • Serialization only (no signing, no XRPL integration)
  • Aligned with RFC-XSTRP-0001 (Frozen Draft v1.0)
  • CI enabled

This release exists for review and gap analysis only.