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

The accurate current version information cannot be obtained through the aptos-node --version command. #15651

Open
starcloud123 opened this issue Dec 23, 2024 · 2 comments

Comments

@starcloud123
Copy link

aptos-node --version
Aptos Node 0.0.0-main

I hope to get accurate version information through --version tag.

@jkj0585
Copy link

jkj0585 commented Dec 26, 2024

Commit 895b535 ("[consensus] remove slice_patterns feature", 2019-07-18) noticed that ...

@fgfm999
Copy link
Contributor

fgfm999 commented Dec 30, 2024

aptos-node --info may for help currently

{
  "build_branch": "main",
  "build_cargo_version": "cargo 1.78.0 (54d8815d0 2024-03-26)",
  "build_clean_checkout": "true",
  "build_commit_hash": "b98e6b99260181e9efb3f65af1b15e6e043e0d30",
  "build_is_release_build": "true",
  "build_os": "linux-x86_64",
  "build_pkg_version": "0.0.0-main",
  "build_profile_name": "release",
  "build_rust_channel": "1.78.0-x86_64-unknown-linux-gnu",
  "build_rust_version": "rustc 1.78.0 (9b00956e5 2024-04-29)",
  "build_tag": "aptos-node-v1.25.1\naptos-node-v1.25.1-rc",
  "build_time": "2024-12-18 21:03:41 +00:00",
  "build_using_tokio_unstable": "true"
}

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

No branches or pull requests

3 participants