Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Soroban smart contracts for the Callora API marketplace: prepaid vault (USDC) and balance deduction for pay-per-call settlement.

## API stability snapshots

Client-facing contract error code numbers are treated as part of each
contract's public API. The checkpoint contract freezes its
`CheckpointError` discriminants with a focused snapshot test in
`contracts/checkpoint/tests/err_stab.rs` so accidental renumbering is caught
by diff.

[![CI](https://github.com/CalloraOrg/Callora-Contracts/actions/workflows/ci.yml/badge.svg)](https://github.com/CalloraOrg/Callora-Contracts/actions/workflows/ci.yml)
[![Coverage](https://github.com/CalloraOrg/Callora-Contracts/actions/workflows/coverage.yml/badge.svg)](https://github.com/CalloraOrg/Callora-Contracts/actions/workflows/coverage.yml)

Expand Down
1 change: 1 addition & 0 deletions contracts/allowlist/tests/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ use soroban_sdk::{token, Address, Env, IntoVal, Vec};

use callora_vault::{CalloraVault, CalloraVaultClient};


// ---------------------------------------------------------------------------
// Helpers
// ---------------------------------------------------------------------------
Expand Down
Loading