İlker G. Öztürk
İlker G. Öztürk
- [ ] rm need of `--chain-id` by using `APPD_CHAIN_ID=xxx` on start - [ ] use `~/.app` - [ ] warn if `~/.app` exists on `app` cmd. - [ ]...
there is a good chunk of duplicated code between different kinds of type scaffolding. we should reuse code as much as possible. e.g. https://github.com/tendermint/starport/blob/0b8a5c70cb2b3ef6f1b29742a4f996c670e17fd0/starport/templates/typed/indexed/stargate.go#L179 https://github.com/tendermint/starport/blob/0b8a5c70cb2b3ef6f1b29742a4f996c670e17fd0/starport/templates/typed/singleton/stargate.go#L162
The scaffold app uses a constant name defined in the source code (stargat templates). We also need to fix our build time variables to respect to `build.binary` while passing the...
- **Consider refactoring plugin system** - Consider adding namespaces to plugins and split big plugins into smaller ones under same namespace. It is easier to initialize([compared to](https://github.com/thundra-io/thundra-lambda-agent-go/blob/master/metric/metric.go#L105-L148)) and maintain smaller...
Add a `simulate` func to the generated js wrapper. It'll be called by vuex. the func returns a gas. The returned gas then can be passed to `signAndBroadcast`. That way...
Proposed design: https://gist.github.com/bruxisma/b130755f2b8586c2777fa2d197bed19d#file-build-md Discord logs: https://discord.com/channels/893126937067802685/951888668455485500/951888682665771068 Related to https://github.com/tendermint/starport/issues/1312 and https://github.com/tendermint/starport/issues/2046. cc @bruxisma
like commission rate etc. Then validators can be prompted to those default when they use `join` cmd
In the code base we update JSON and TOML files (e.g. genesis, config.toml) to update certain fields inside. After we update, comments and spacing inside files get lost. We need...
of scaffold chains in the integration tests by adding a replace statement. * On CI, overwrite it to: `github.com/ignite-hq/cli => /home/runner/work/cli/cli` * On local machines, auto detect the location of...