Skip to content

Commit

Permalink
Split the interface version into protocol and pre-release-version (cu…
Browse files Browse the repository at this point in the history
…rr) (#212)
  • Loading branch information
leighmcculloch authored Sep 1, 2024
1 parent 4ec28d9 commit 2a23ba5
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 2a23ba5

Please sign in to comment.