Closed Oink70 closed 3 years ago
KMDversion
represents the version the Pirate source code is synced with.
Unlike some SCs, PIRATE is still in sync with komodo source.
As long as PIRATE is in sync with KMD source, it will always display the KMDversion
.
The new version will include a PIRATEversion in the getinfo rpc.
https://github.com/PirateNetwork/pirate/commit/e81e9c47edf40cf5e57c838d4baa00ca62ef7c34
Describe the bug A clear and concise description of what the bug is.
On aarch64 binaries, the daemon version shows
"KMDversion": "0.6.1"
, while the downloaded binary version ispirate-cli-aarch64-v5.0.0.zip
. This makes it impossible for automated checking if a system is running the latest released version.To Reproduce Steps to reproduce the behavior:
pirate-cli-aarch64-v5.0.0.zip
on an ARM devicepirated
pirate-cli getinfo
Expected behavior I expect it to show the same release version (preferably
"PIRATEversion": "5.0.0"
), to be able to automate checking.