Releases: Canto-Network/Canto
Canto v8.1.3
What's Changed
- fix: patch the consistency of transaction receipts with a different chain-id by @jasonsong0 in #143
Full Changelog: v8.1.2...v8.1.3
Canto v8.1.2
What's Changed
- feat: bump up cometbft v0.38.11 by @jasonsong0 in #142
New Contributors
- @jasonsong0 made their first contribution in #142
Full Changelog: v8.1.1...v8.1.2
Canto v8.1.1
What's Changed
Full Changelog: v8.1.0...v8.1.1
Canto v8.1.0
What's Changed
- dep!: bump CometBFT (resetting proposer priority) in #134
Full Changelog: v8.0.0...v8.1.0
Context, TL;DR
The v7.1.0 patch applied August 12th UTC 12:00 was designed to reset validator priority at a specific height. Although this patch was anticipated to prevent priority mismatches in the short term, we have confirmed that the issue has recurred. In addition to that, numerous validators failed to reset properly at the specified height.
To address this, we are now applying the v8.1.0 patch. Unlike the previous patch that reset the priority once at a specific height, this patch includes functionality to reset the priority every 100 blocks and every 20 rounds. Therefore, even if the patch cannot be applied at a specific halt height, it will not cause an issue.
There were concerns about artificially resetting the priority. However, the root issue is that the validator's priority is not included in the state. Once an official hotfix is released, this problem should not be a major concern.
Canto v7.1.0
Canto v8.0.0
The official v8.0.0 release of Canto.
What's Changed
- feat: Canto v8 in #129
- feat: Handling ConvertCoin failure using cached context
- refactor: Package bump from v7 to v8 in #130
- bug: resolve keyring flag properly in #131
Changelog docs: CHANGELOG.md
Changelog diff: v7.0.1...v8.0.0
Canto v8.0.0-rc1
This is the release candidate version 1 of v8. The official v8.0.0, which will be used for the v8 upgrade, will be released as the v8.0.0 release tag, including the security patch just before the upgrade.
What's Changed
- feat: Canto v8 in #129
- refactor: Package bump from v7 to v8 in #130
- bug: resolve keyring flag properly in #131
Changelog docs: CHANGELOG.md
Changelog diff: v7.0.1...v8.0.0-rc1
Canto v7.0.1
- fix: replace ethermint version to fix issue described in Canto-Network/ethermint#1
Canto v7.0.0
Changes
- feat: release of onboarding middleware
- feat: remove unused modules (recovery, fees, vesting)
- fix: updated broken scripts, proto makefiles and swagger integration
- feat: add CI/CD and simulation github workflow
Canto v6.0.0
Changes
- add decorators to reject specific msg types from vesting module in ante-handler