-
https://github.com/cosmos/cosmos-sdk/compare/v0.47.10...classic-terra:cosmos-sdk:v0.47.10-terra.1#diff-b329a6b3ad4459a6c90a04261bd9e3c0603587146279b42607f9ff1696d08cc2R86
-
Running on the container:
`artrolld keys add dev01 --keyring-backend test --output json --recover` and passing 24 words phrase produces
```text
# --------------------
# panic: runtime …
-
We need to upgrade the blockchain to use:
- cosmos SDK v0.46.X (latest)
- ibc-go v5 or v6
Take into consideration breaking changes and migrations needed.
https://github.com/cosmos/cosmos-sdk…
-
Cosmos SDK introduced `SIGN_MODE_DIRECT` which replaces the original sign mode (now differentiated as `SIGN_MODE_LEGACY_AMINO_JSON`) [cosmos-sdk docs](https://docs.cosmos.network/main/user/run-node/tx…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
`panic: failed to load latest version: failed to load store: initial version set to 22, but fou…
-
Cosmos-SDK apps have `rollback` command. Currently it is not working with rollkit at all.
1. Cosmos-SDK [calls cometbft command directly](https://github.com/cosmos/cosmos-sdk/blob/9076487d035e43d39…
-
**Describe the bug**
Serializing a `DateTime` into the ISO 8601 format used by default in `Newtonsoft.Json`, or the extended ISO 8601-1:2019 profile used by default in `System.Text.Json`, omits fract…
-
Upgrade Akash Blockchain to CosmosSDK47.
-
## Summary
This epic tracks issues required to perform the upgrade from Cosmos SDK v0.46 to Cosmos SDK v0.50. The following upgrade guides should be used as a reference when implementing the requir…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
I faced an issue when I try to fetch some data via API and unmarshal it into cosmos-sdk types. …