Skip to content

Releases: Canto-Network/Canto

Canto v8.1.3

04 Sep 04:45
b13abca
Compare
Choose a tag to compare

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

28 Aug 10:55
f1dbfe5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.1...v8.1.2

Canto v8.1.1

14 Aug 16:03
9d3b516
Compare
Choose a tag to compare

What's Changed

  • fix: Change default chain-id to canto_7700-1 by @dudong2 in #136

Full Changelog: v8.1.0...v8.1.1

Canto v8.1.0

13 Aug 14:01
72eaff1
Compare
Choose a tag to compare

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

12 Aug 08:40
852aa10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.1.0

Canto v8.0.0

07 Aug 14:30
12a18d7
Compare
Choose a tag to compare

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

05 Aug 04:03
01587ca
Compare
Choose a tag to compare
Canto v8.0.0-rc1 Pre-release
Pre-release

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

19 Dec 18:37
ac99f12
Compare
Choose a tag to compare

Canto v7.0.0

08 Sep 10:34
da939e2
Compare
Choose a tag to compare

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

18 Jul 06:32
c7c0964
Compare
Choose a tag to compare

Changes

  • add decorators to reject specific msg types from vesting module in ante-handler