Denis Fadeev
Denis Fadeev
I intentionally didn't provide any examples of usage to make the doc shorter (it's already huge!) and make people actually dig deeper into help to read more about each individual...
Before: By embedding the whole `docs` directory, we get all the files in `ignite docs`, we don't have to filter for `*.md`.
Right now we're prompting users to provide an amount for self-delegation in `init` and a token amount to get in the `join` command. For **testnets**, however, from a UX point...
In `module_ibc.go` inside `OnChanOpenInit`: ```go boundPort := im.keeper.GetPort(ctx) if boundPort != portID { return "", sdkerrors.Wrapf(porttypes.ErrInvalidPort, "invalid port: %s, expected %s", portID, boundPort) } ``` When building an ICA authentication...
https://github.com/ignite/cli/pull/2677 Reflects changes to the template up to the following commit: https://github.com/ignite/cli/pull/2677/commits/4438860f2fc1c605a288824d4f41b52e108fd3fc
### Fixes - Make `go mod verify` optional, so Ignite CLI can work in a Go workspace context [#2685](https://github.com/ignite/cli/pull/2685) - The `monitoringp` module has been removed from the default template...
> It seems that, in order to debug a go application, on have to compile the application with the flag -gcflags "all=-N -l" , but I can't find in starport...
 Fedora 35 Ignite 0.20.4 Reported on Discord, waiting for more info.
We're looking at more streamlined ways of authenticating with Cosmos apps (compared to importing mnemonic, generating keys, storing them encrypted in local storage). Have you guys seen Web Authentication API?...
I've decided to have the most straightforward tutorial in the command description, mainly because users need to know what to look for in the documentation. It may be extracted into...