Lucas Bertrand

Results 320 issues of Lucas Bertrand

We are currently updating the SDK global config for the address prefix everytime before sending a transaction: [cli/ignite/pkg/cosmosclient/cosmosclient.go](https://github.com/ignite/cli/blob/4eaa73a187b78cdd4b6d0b19594387bfa50ca11a/ignite/pkg/cosmosclient/cosmosclient.go#L338) Or also when the client is created in https://github.com/ignite/cli/pull/2743 This method is...

type:request
needs-triage

**Is your feature request related to a problem or issue you encountered? Please describe.** Sometimes we want to create a new chain but we already have the git repo setup....

scaffold

Add a flag to the `join` command for the validator to choose a custom peer address Decide on the UX as we currently fetch automatically the address or read it...

network

**Describe the bug** ``` ignite network chain publish ... --shares 10%foo ``` Should allocate 10% of the `foo` share for the published testnet as rewards. Meaning 10% of the vouchers...

report
component:network
needs-triage

The `Publish` method includes too much logic https://github.com/ignite/cli/blob/0877841f2c10e731ae4ef3925167ce8c5df69506/ignite/services/network/publish.go#L89 Campaign creation, voucher minting, etc... The typical flow of the command is to publish a chain and so this behavior should be...

type:refactor
component:network

**Describe the bug** Integration tests sometime fail with the error `text file busy` when building proto when building the app Full logs: ``` === RUN TestCliWithCaching exit status 1 env.go:161:...

report

Context: https://github.com/ignite/cli/pull/2516/files#r892287966 Create a routine with the duplicated logic: ``` if cosmoserror.Unwrap(err) == cosmoserror.ErrNotFound { return "", ErrObjectNotFound } else if err != nil { return "", err } ```

network

Context: https://github.com/ignite/cli/pull/2643#discussion_r930005952 Under some circumstances `os.Rename()` can fail on some machine because of directory with different partition We should replace Rename usage in case there can be different partition, like...

request

**Is your feature request related to a problem? Please describe.** This is a proposition for a new type under `starport s` command interface Some cases require a type that is...

SPN beneficial
scaffold

**Is your feature request related to a problem or issue you encountered? Please describe.** `evm` is the most popular VM for smart contracts. Many developers like DYDX may want to...

component:scaffold
app-candidate