Skip to content

Fix release tarball version naming#188

Draft
akobrin1 wants to merge 7 commits into
masterfrom
devnet-upgade-fixes
Draft

Fix release tarball version naming#188
akobrin1 wants to merge 7 commits into
masterfrom
devnet-upgade-fixes

Conversation

@akobrin1

@akobrin1 akobrin1 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Include the release version in generated release tarball names, restoring names like lumera_v1.20.1_linux_amd64.tar.gz.
  • Normalize VERSION_TAG so both 1.20.1 and v1.20.1 produce the expected v1.20.1 filename segment.

Root Cause

The EVM release flow replaced Ignite's --release.prefix packaging with a manual tar command in the Makefile. The manual archive name used only app, OS, and arch, so tagged releases produced lumera_linux_amd64.tar.gz instead of including the tag.

Validation

  • make -n release RELEASE_TARGETS=linux:amd64 VERSION_TAG=1.20.1
  • make -n release RELEASE_TARGETS=linux:amd64 VERSION_TAG=v1.20.1
  • git diff --check

akobrin1 added 7 commits July 6, 2026 16:27
Record governance helper account details in the validator registry during setup and make proposal/vote helpers resolve usable proposer and voter accounts from on-chain state.

Update the remote upgrade flow for v1.20.1 binaries and keep the EVM migration status registry tolerant of migrated governance state.
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.

1 participant