ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.26k stars 549 forks source link

revert: fix gentx parser into the cosmosutil package (#4402) #4406

Closed julienrbrt closed 1 week ago

julienrbrt commented 2 weeks ago

Reverts ignite/cli#4402

https://github.com/ignite/cli/pull/4402#issuecomment-2469331272

Pantani commented 1 week ago

Let me check what is wrong because the field DelagatorAddres is now empty. But maybe we need to make the conversion from the prefix cosmosvaloper in some methods so we can use the ValidatorAddress instead

Pantani commented 1 week ago

eg: https://github.com/ignite/apps/pull/19/files#diff-4c9f6136f87cf7309e14296c8bec2ac508c22ece9db93e91410cb0b789e8add4R10

julienrbrt commented 1 week ago

Alright, my bad if the data race doesn't comes from this.