Alex | Interchain Labs

Results 50 issues of Alex | Interchain Labs

We currently include `RandomizedParams` for our scaffolded modules as a simulation target. Once `params` are deprecated, this will also need to be removed from our templates. Depends on #2745. Related...

scaffold
sdk/v0.47.0

The Cosmos SDK is moving to deprecate the usage of the `x/params` module in future releases (starting in `v0.47.x` I believe). This is because `x/params` contains some of the remaining...

scaffold
sdk/v0.47.0

This issue can track our progress of upgrading `ignite` to use the Cosmos-SDK `v0.46.0`. **Checklist** - [X] https://github.com/tendermint/spn/pull/914 - [X] Update `go.mod` to use updated `cosmos-sdk`, `spn`, and `ibc-go` -...

priority/high
Epic

The cosmos sdk `v0.46.0` upgrade made many changes to the `github.com/cosmos/cosmos-sdk/crypto/keyring` package. In particular, the `Record.GetPubKey()` function now returns an `error` which is currently unhandled.

needs investigation

We should add a `CHANGELOG.md` that can easily track the changes we make across development. This can be referenced when we make new releases (which we should probably also be...

documentation

New developers will need to download some tools beyond a Go toolchain to successfully contribute to SPN. For example, they need: - starport - golangci-lint - goimports And maybe other...

documentation

Currently, the maximum length of a metadata field is hard coded [here](https://github.com/tendermint/spn/blob/develop/pkg/types/metadata.go). It makes more sense to have this as an on chain param. An issue here is that both...

launch
campaign

- Upgrade SDK to new version

Currently `ignite chain simulate` runs a very basic simulation test for chains, calling the basic `BenchmarkSimulation()` test, which creates a simulation test that runs a number of randomized state transitions...

testing
scaffold

**Describe the bug** A clear and concise description of what the bug is. Scaffolding a new `list` or `map` with simulation enabled may add something like this in the corresponding...

scaffold