Jacob Gadikian
Jacob Gadikian
oh, sure thing! Ok, so, currently we make everything as a folder. So like: ``` /Users/faddat/.osmosisd/data/snapshots/metadata.db ``` is a folder. In fact maybe I can fix that now. Bolt would...
thanks I will look into it next week :)
@xtaci I think that the issue is that we'd always return nil previously. I'm trying to learn the codebase, and what I think that these changes do is explicitly send...
I think it is a very good idea to backport this.
this will show the bug surfaced in #4156
* https://github.com/faddat/starport/blob/6a6617f5360e44f55bf2cddcfb30d6861b061a31/ignite/services/plugin/grpc/v1/interface_flag.go#L45
it is possible that this linter isn't well-suited because of all of the filesystem interaction that ignite does
gci is that linter, and it is configured in its standard way. We could also configure it to group like how was done in ibc, or sdk. Ah, yeah I...
@julienrbrt I think that checking errors found a bug. To make this easier to review, I'll separate the gci changes.
@Pantani - actually that makes sense! Let me fix that issue with the import ordering. Thanks for pointing it out.