You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate to CometBFT. Follow the migration instructions in the [upgrade guide](https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#migration-to-cometbft-part-1).
6
+
* Upgrade all related dependencies too
7
+
* Upgrade Golang version to 1.20
8
+
9
+
### Breaking Changes
10
+
* Transaction broadcasting `block` mode has been removed from the updated cosmos-sdk.
11
+
Starting from this version, dcl has only two modes: `sync` and `async`, with the default being `sync`.
12
+
In this mode, to obtain the actual result of a transaction (`txn`), an additional `query` call with the `txHash` must be executed. For example:
13
+
`dcld query tx txHash` - where `txHash` represents the hash of the previously executed transaction."
14
+
*`starport` cli tool is no longer supported. Please use `v0.27.2` version of [ignite](https://github.com/ignite/cli).
15
+
* Due to upgrading `cosmovisor` to v1.3.0 in Docker and shell files, the node starting command has changed from `cosmovisor start` to `cosmovisor run start`
0 commit comments