Skip to content

Commit

Permalink
Split the interface version into protocol and pre-release-version (st…
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 2, 2024
1 parent 86b4ff5 commit a915787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Stellar-contract-env-meta.x
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ enum SCEnvMetaKind
union SCEnvMetaEntry switch (SCEnvMetaKind kind)
{
case SC_ENV_META_KIND_INTERFACE_VERSION:
uint64 interfaceVersion;
struct {
uint32 protocol;
uint32 preRelease;
} interfaceVersion;
};

}

0 comments on commit a915787

Please sign in to comment.