Skip to content

Tags: accensa/accensa-contracts

Tags

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0

First release since v0.1.0 (2026-07-14) — 58 commits.

BREAKING: event topics changed. 0.1.0 published (anchored, batch_id) and
(refunded, payment_ref) by hand; both contracts now derive events with
refund_event and withdraw_event. An indexer written against 0.1.0 matches
nothing.

Added: prune_batches, get_batch_count, extend_batch_ttl on ReceiptAnchor;
pause, unpause, extend_refund_ttl on RefundVault. contractmeta! provenance with
embedded GIT_SHA. soroban-sdk 27.0.4. Tests 25 to 58.

This is a SOURCE release. The testnet deployment is deliberately unchanged at
0.1.0 — redeploying mints new contract IDs and would invalidate every published
address, including the ones the public verifier reads live. See CHANGELOG.md
and DEPLOYMENTS.md.

v0.1.0

Toggle v0.1.0's commit message
v0.1.0 — first testnet deployment

Soroban contracts deployed to Stellar testnet:
- ReceiptAnchor: CBA7UQHWNZ4ERFH7TQVVIJQOBT5AELUCHKESW7QIIQ2YAM2FFZXQCCFU
- RefundVault:   CACSXZWQZ6G4XHU3Q5S263HSVFS2YQUVEBIKJUSHC6G3JS3DWVXWXHKX

25 passing contract tests (11 receipt-anchor, 14 refund-vault).
Cargo.lock pinned for reproducible builds.