cli icon indicating copy to clipboard operation
cli copied to clipboard

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

Open fadeev opened this issue 4 years ago • 3 comments

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

fadeev avatar Jan 26 '21 13:01 fadeev

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

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

lumtis avatar Jan 26 '21 14:01 lumtis

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

fadeev avatar Feb 04 '21 06:02 fadeev

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

salmad3 avatar Feb 14 '24 13:02 salmad3