Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output interface version parts #1216

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Feb 26, 2024

What

Output interface version parts in the contract inspect command.

Why

The interface version stored in the contract meta is a 64-bit value where the high 32-bits is the protocol version and the low 32-bits is the actual interface version.

It was pointed out that the large integer is confusing.

We should break it down so that folks understand what it means.

Related:

Dependent on:

@leighmcculloch leighmcculloch changed the base branch from main to soroban-spec-tools-hello February 26, 2024 01:52
@leighmcculloch
Copy link
Member Author

The CI failure is unrelated to this change and is being tracked here:

Base automatically changed from soroban-spec-tools-hello to main February 27, 2024 23:16
@leighmcculloch leighmcculloch marked this pull request as ready for review February 28, 2024 12:44
@leighmcculloch leighmcculloch enabled auto-merge (squash) February 28, 2024 12:51
@leighmcculloch leighmcculloch merged commit 31407a4 into main Feb 28, 2024
11 of 13 checks passed
@leighmcculloch leighmcculloch deleted the interface-version-output branch February 28, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants