Skip to content

bugfix(x/chainlet): process all chainlets during auto-upgrade#34

Open
EmilGeorgiev wants to merge 1 commit intosagaxyz:mainfrom
EmilGeorgiev:bugfix/chainlet_autoupgrade_chainlets
Open

bugfix(x/chainlet): process all chainlets during auto-upgrade#34
EmilGeorgiev wants to merge 1 commit intosagaxyz:mainfrom
EmilGeorgiev:bugfix/chainlet_autoupgrade_chainlets

Conversation

@EmilGeorgiev
Copy link
Copy Markdown

Previously, the AutoUpgradeChainlets method would exit early when the first chainlet was already at the latest version, leaving subsequent chainlets unprocessed. This commit replaces the early return with a continue statement, ensuring that all chainlets are checked and upgraded if necessary.

Closes #33

Previously, the AutoUpgradeChainlets method would exit early when the first chainlet
was already at the latest version, leaving subsequent chainlets unprocessed. This
commit replaces the early return with a continue statement, ensuring that all chainlets
are checked and upgraded if necessary.

Closes sagaxyz#33
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.

bug: AutoUpgradeChainlets is not working

1 participant