Denis Fadeev

Results 65 issues of Denis Fadeev

It's not maintained and we need to move this functionality into a plugin: https://github.com/ignite/cli/issues/1964 We don't have to delete the code, just hide temporarily until we're ready to move it...

proposal

Generating a Vuex client with `starport serve` in [Pylons](https://github.com/pylons-tech/pylons) throws an error: ``` fadeev@system pylons % starport serve Cosmos SDK's version is: Stargate v0.40.0 (or later) 🔄 Resetting the app...

ts-client

Currently, Ignite generates TS/Vue clients both when scaffolding list/map/etc and serving a chain. Originally, that made sense, because we scaffolded forms in the Vue template and needed the chain to...

proposal
scaffold
ts-client

![unknown](https://user-images.githubusercontent.com/332151/155097327-433f3c2d-9a21-4fdf-97d2-127ba3927ed0.png)

bug
ts-client

Perhaps, in `config.yml` we can have: ```yaml build: ledger: false # with a default value of `true` ``` https://github.com/cosmos/gaia/blob/09f9d8d65b153d1912e8d2a2fecc20aac8e905f4/Makefile#L27-L49

type:feature
app-candidate

Currently, placeholders exist in the following places in the standard template: - [ ] `app/app.go` - [x] `proto/` * `genesis.proto` * `query.proto` * `tx.proto` * `x/MODULE/` * `client/cli`: the next...

type:refactor
component:scaffold

``` ignite scaffold chain github.com/username/blog cannot find package "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger" in any of: ``` > Ignite CLI version: v0.20.4 Go: both v1.17 and v1.18

scaffold

- [ ] https://github.com/ignite/cli/issues/2658 - [x] Remove [`cosmosibckeeper`](https://github.com/ignite/cli/tree/v0.23.0/ignite/pkg/cosmosibckeeper) Context: https://github.com/CosmWasm/wasmd/issues/941#issuecomment-1222452587

scaffold

The next version of Cosmos SDK has an NFT module. Let's make sure users can add it as a dependency for a module they scaffold.

scaffold

**To Reproduce** ``` starport scaffold chain github.com/cosmonaut/hello ``` ``` error while running command /tmp/protoc3149348761: : fork/exec /tmp/protoc3149348761: permission denied ``` From Discord, waiting for more details.

scaffold