Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix gentx parser into the cosmosutil package #4402

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented Nov 8, 2024

Fix gentx parser into the cosmosutil package because the use of Delegator Address in MsgCreateValidator is deprecated

https://github.com/cosmos/cosmos-sdk/blob/8bfcf554275c1efbb42666cc8510d2da139b67fa/proto/cosmos/staking/v1beta1/tx.proto#L66-L69

…ator Address in MsgCreateValidator is deprecated
@Pantani Pantani self-assigned this Nov 8, 2024
@github-actions github-actions bot added component:ci CI/CD workflow and automated jobs. component:configs component:packages labels Nov 8, 2024
@Pantani Pantani added the backport/v28.x.y Backport to v28.x.y label Nov 8, 2024
@Pantani Pantani merged commit bf2539d into main Nov 11, 2024
37 of 45 checks passed
@Pantani Pantani deleted the fix/parse-gentx-cosmosutil branch November 11, 2024 20:44
mergify bot pushed a commit that referenced this pull request Nov 11, 2024
* Fix gentx parser into the cosmosutil package because the use of Delegator Address in MsgCreateValidator is deprecated

* add changelog

(cherry picked from commit bf2539d)

# Conflicts:
#	ignite/pkg/cosmosutil/gentx.go
@julienrbrt
Copy link
Member

How come this required test failed and this got merged: https://github.com/ignite/cli/actions/runs/11748957708/job/32734166739#step:4:1

@Pantani
Copy link
Collaborator Author

Pantani commented Nov 14, 2024

How come this required test failed and this got merged: https://github.com/ignite/cli/actions/runs/11748957708/job/32734166739#step:4:1

seems the test fail because race condition, not because the changes

@julienrbrt
Copy link
Member

How come this required test failed and this got merged: https://github.com/ignite/cli/actions/runs/11748957708/job/32734166739#step:4:1

seems the test fail because race condition, not because the changes

that's why, as I cannot reproduce it without it, but maybe it is flaky indeed. 🤷🏾‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants