Expand description
Cross-version analysis: compatibility verdicts and semantic field diffs.
These routines ingest two LayoutManifests (or two versions of the same
account’s bytes) and explain whether upgrades are safe, what fields
moved, and what downstream migration steps are implied, all from the
schema truth, never re-derived.
Functions§
- compatibility_
report - Render a compatibility report between two versions of the same layout name declared in the manifest.
- field_
diff_ report - Render a byte-level comparison between two account data blobs whose
layouts may be at different versions. Identifies each side, then
delegates to
compatibility_reportif layouts differ.