Skip to content

fix migration harness Issue#64

Merged
Icahbod merged 3 commits into
ApexChainx:mainfrom
abk-tech:devBranch
Jun 24, 2026
Merged

fix migration harness Issue#64
Icahbod merged 3 commits into
ApexChainx:mainfrom
abk-tech:devBranch

Conversation

@abk-tech

Copy link
Copy Markdown
Contributor

Summary

Fixed an issue where the migration harness could not properly initialize newly added storage fields during version bumps.

Changes
Updated migration initialization logic to correctly handle new storage fields.
Ensured storage state remains consistent across migrations and upgrades.
Added validation for newly introduced fields during migration execution.
Outcome

New storage fields are now initialized correctly during migration bumps, preventing migration failures and ensuring smooth upgrades.

Closes: #34

@Icahbod Icahbod left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Icahbod Icahbod merged commit 6fd7a51 into ApexChainx:main Jun 24, 2026
3 checks passed
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.

fix: migration harness cannot initialise new storage fields on bump

2 participants