Skip to content

fix: sync DISPLAY_VERSION with CLIENT_VERSION (0.4→0.7)#2

Closed
s1ko wants to merge 1 commit intoepsylon:masterfrom
s1ko:fix/display-version-mismatch
Closed

fix: sync DISPLAY_VERSION with CLIENT_VERSION (0.4→0.7)#2
s1ko wants to merge 1 commit intoepsylon:masterfrom
s1ko:fix/display-version-mismatch

Conversation

@s1ko
Copy link

@s1ko s1ko commented Feb 8, 2026

Bug

DISPLAY_VERSION_MINOR in src/version.h was still set to 4 while clientversion.h was correctly updated to 7.

This caused ecoind to identify itself as v0.4.5.7-ga-beta to the network instead of v0.7.5.7-ga-beta.

Impact

  • Nodes compiled from the current source report the wrong version to the network
  • Chain synchronization stalls at early blocks (observed stuck at block 67 while network is at 10,063+)
  • Peers running Ikujam 0.7.5.7 may reject connections from nodes reporting 0.4.x

Fix

One-line change: DISPLAY_VERSION_MINOR 4DISPLAY_VERSION_MINOR 7 in src/version.h to match clientversion.h.

Tested on Debian 12 (kernel 6.17), compiled and verified: node now reports v0.7.5.7-ga-beta and syncs correctly with the network.

DISPLAY_VERSION_MINOR in version.h was still set to 4 while
clientversion.h was updated to 7. This caused ecoind to report
itself as v0.4.5.7 to the network instead of v0.7.5.7, preventing
proper chain synchronization with peers running the current version.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Synchronizes the human-readable/displayed client version with the already-updated internal client version macros so the node reports the correct v0.7.5.7-… identifier on the network.

Changes:

  • Update DISPLAY_VERSION_MINOR from 4 to 7 to match CLIENT_VERSION_MINOR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@epsylon
Copy link
Owner

epsylon commented Feb 15, 2026

fixed at new release 0.0.4. thanks!

@epsylon epsylon closed this Feb 15, 2026
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