Skip to main content

Module analyze

Module analyze 

Source
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_report if layouts differ.