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.24k stars 536 forks source link

fix: if address in accounts are invalid init process is blocked on Gitpod on file change #695

Open fadeev opened 3 years ago

fadeev commented 3 years ago

Related: https://github.com/tendermint/starport/pull/692

lumtis commented 3 years ago

Changed the title. It actually only happened with invalid address.

The command seems to sometime block inside sdk.AccAddressFromBech32 when the address is incorrect

fadeev commented 3 years ago

Do you think it's possible to use a different function for bech32? (not AccAddressFromBech32, maybe the one that doesn't block)

salmad3 commented 4 months ago

We'll mark as lower priority for now, to first determine Gitpod usage and to test out.