Closed yangby-cryptape closed 2 months ago
In released packages, the binary of ckb-cli doesn't contain the git commit ID in outputs of the sub-command --version. But ckb --version does.
ckb-cli
--version
ckb --version
Input:
./ckb --version ./ckb-cli --version
Output:
ckb 0.117.0-rc5 (b853641 2024-07-22) ckb-cli 1.9.0 ( )
I think the behavior of both ckb and ckb-cli should be the same.
ckb
I tested:
The issue is due to the ckb-cli releases. The released ckb-cli doesn't contain git commit ID in its outputs of sub-command --version.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Bug Report
In released packages, the binary of
ckb-cli
doesn't contain the git commit ID in outputs of the sub-command--version
. Butckb --version
does.Current Behavior
Input:
Output:
Expected Behavior
I think the behavior of both
ckb
andckb-cli
should be the same.Environment
I tested:
Additional context/Screenshots
The issue is due to the
ckb-cli
releases. The releasedckb-cli
doesn't contain git commit ID in its outputs of sub-command--version
.