tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 41 forks source link

Remove unnecessary `cosmoscmd` logic #912

Closed aljo242 closed 2 years ago

aljo242 commented 2 years ago

Is your feature request related to a problem? Please describe.

In order to decouple spn and ignite the dependency on cosmoscmd was broken by importing its code into spn. This may have introduced some unnecessary code bloat that has made its way into our codebase. We should monitor this and remove if unused.

aljo242 commented 2 years ago

Will be closed by #914