Denis Fadeev

Results 72 comments of Denis Fadeev

The solution is to set `export GO111MODULE=on`. Maybe there is a fix for this that won't require users to set this variable manually.

I like the idea. `--no-import` is a bit shorter.

Ideally, the blockchain itself should have "reflective" properties. Instead of us generating client side JS statically during build, we should be able to query the blockchain node for proto files,...

There is also an issue of imported modules that we don't have proto files in our repo for. `gaiad` doesn't have any, but the generated UI should include `gov`, `bank`,...

Shouldn't this: ``` starport scaffold type comment content starport scaffold list post title content comment:list(Comment) ``` Be: ``` starport scaffold list comment content starport scaffold list post title content comment:comment...

@notbdu can you try scaffolding a chain in an empty directory?

@ruhatch this might be a permissions issue. Can you try running with `sudo`? Related: https://github.com/tendermint/starport/issues/1205

Looks like this is still a problem. Let's try debugging this in the next iteration.

I think one of the advantages of the plugin system is that other entities would be maintaining some of them. I think with Band that should be the case. It's...

We may need to discuss this in a call, but here is one solution. We split scaffolding in parts (for example, for `scaffold list` it's scaffolding a type, crud and...