Published State Summaries

A published state summary is a compact form for representing the outcome of an epoch.

Overview

It is needed so that the canonical outcome can be used, verified, and passed forward without disclosing the entire internal array of the environment.

Without a published state summary, epochal architecture remains incomplete.

The network then either:

  • forces participants to re-enter the internal history deeply every time;
  • or leaves the current outcome without a compact verifiable form.

For Realith, that is undesirable.

What it is not

A published state summary must not be confused with:

  • an operator receipt;
  • a separate proof;
  • transport confirmation;
  • the full internal state of a contour;
  • the full history of an object.

It is a separate type of network artifact.

It is precisely through such a summary that one can reconcile:

  • verifiability of outcome;
  • limited observability;
  • separation of working and archival roles;
  • the possibility of external verification without access to the whole internal layer.

At the current stage, one should not assert:

  • the final field composition;
  • the final commitment format;
  • the final cryptographic profile;
  • the final composition of proof.

But it can already be asserted that without a compact published state summary, the epochal architecture of Realith remains incomplete.