An append-only Merkle log (RFC 6962) of every attestation. Verify it; do not just trust it.
# fetch the signed tree head curl https://vega-cache.dev/log/sth # an inclusion proof for entry <i>, and a consistency proof between sizes curl https://vega-cache.dev/log/proof/inclusion/<i> curl "https://vega-cache.dev/log/proof/consistency?first=<m>&second=<n>"
| # | added | entry |
|---|---|---|
| The log is empty. Entries are appended as builds are attested. | ||