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

proposal: rpc/status: add framework version as a filed of status #3174

Open
popcnt1 opened this issue Jan 10, 2025 · 0 comments
Open

proposal: rpc/status: add framework version as a filed of status #3174

popcnt1 opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
proposal New external API or other notable changes

Comments

@popcnt1
Copy link
Collaborator

popcnt1 commented Jan 10, 2025

Proposal Details

Background:

As the framework versions accumulate, the versions may vary between networks, and the rooch itself may have multiple versions on different networks at the same time, which can sometimes be confusing as to what version number is currently running

Approach:

Add a field to the sever status API to make it easier for users to get theRunning version information including:

rooch version

pub struct Info  {
	version:   String 
	git_hash:   String 
	git_branch: String 
}

framework version

...
framework_version: u64
...
@popcnt1 popcnt1 added the proposal New external API or other notable changes label Jan 10, 2025
@popcnt1 popcnt1 self-assigned this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal New external API or other notable changes
Projects
Status: No status
Development

No branches or pull requests

1 participant