Anmol

Results 114 issues of Anmol

## Overview Create `app/upgrades` dir to have all the upgrades in one place with versions and abstract out all keepers to `app/keepers` to make the the `app/app.go` cleaner and more...

PR for #1557 Cleanup to make `app.go` easier and more similar to cleaner upgrades and keeper * `upgrades/` directory to hold various chain upgrade functions * `keepers/` dir to hold...

## Summary There are no docker image for gaia on docker hub. Based on different use cases that can be needed, I think we should be maintaining the docker image...

nice to have

## Overview Create app/upgrades package to have all the upgrades in one place with versions and abstract out all keepers to app/keepers to make the the app/app.go cleaner and more...

## Overview Move everything apart form `clients` to `starship` dir.

## Overview Currently the docs site has been changed to `docs.starship.zone/starship`, which is maintained in another repo: https://github.com/cosmology-tech/docs. Push `docs` directory from starship repo to docs repo.

## Overview We need to be building docker images before running the tests.

## Overview Not having this feature is causing a couple of issues on the client side, where manul check or sleep needs to be added after making the credit request....

bug