Skip to content

Commit 6c5aa27

Browse files
committed
#303 Upgrade Cosmos-SDK to v0.47.8
Add CHANGELOG.md file Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
1 parent 79c2f3a commit 6c5aa27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## [v1.4.0-dev3](https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/tag/v1.4.0-dev3) - 2024-04-24
2+
3+
### Dependency Changes
4+
* Upgrade cosmos-sdk to v0.47.8
5+
* 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

Comments
 (0)