gaia icon indicating copy to clipboard operation
gaia copied to clipboard

Cosmos Hub

Results 189 gaia issues
Sort by recently updated
recently updated
newest added

Hi, We've been implementing the globalfee module for eve. Along the way we're hitting the same issues that we're seeing you solve here, and this CI job will surface that...

## Summary of Bug Curl the genesis.json ``` curl https://raw.githubusercontent.com/cosmos/launch/master/genesis.json > ~/.gaia/config/genesis.json ``` ``` go run cmd/gaiad/main.go start ``` > Error: error reading GenesisDoc at /Users/jeremyhe/.gaia/config/genesis.json: invalid character ':' after...

good first issue

## Summary of Bug Tyring to setup a node with state sync enabled following https://github.com/cosmos/gaia/blob/main/docs/hub-tutorials/join-mainnet.md#state-sync the state doesnt sync with this error ``` ERR failed to restore snapshot err="multistore restore:...

This change fixes resource leaks identified by a static analyzer from Orijtech Inc called "staticmajor". While here, also added cosmos/gosec scanning which will help with running security rules and take...

* [ ] https://github.com/cosmos/gaia/pull/1695 * "v3.0.2 for ibc and v0.45.8 for sdk and tendermint v0.34.21" -@faddat * [ ] https://github.com/cosmos/gaia/issues/1449 * [ ] #1486 * after doing a spike to...

Epic

## Summary of Bug This commit: https://github.com/cosmos/gaia/commit/76da6d29354be409ac72b0839eeccc488a50014b Indicates strongly that we've got some CI issues to clean up. Merges to main should never skip any step of CI, and they...

## Summary Currently, working on the hub is harder than it needs to be because we've got to upgrade the liquidity module and/or the IBC router. The best way to...

technical-debt

This is an automatic backport of pull request #1728 done by [Mergify](https://mergify.com). Cherry-pick of b50d37c4a348df92f77e4a450e63980e7d2e66d0 has failed: ``` On branch mergify/bp/release/v7.0.x/pr-1728 Your branch is up to date with 'origin/release/v7.0.x'. You...

conflicts

This PR upgrades gaia to use cosmos-sdk v0.45.7, which introduces a number of performance improvements originally developed at Osmosis at https://github.com/osmosis-labs/iavl These improvements were later merged to the upstream iavl,...