Skip to content

Releases: evmos/evmos

v9.1.0

25 Oct 20:08
80c38f6
Compare
Choose a tag to compare

v9.1.0

Release Notes

The purpose of this release is to return funds to the affected accounts during the claims records clawback of block 5074187. This process will be done through the upgrade handler. This will have to be a coordinated (breaking) upgrade since the state will be modified.

The list of affected accounts can be found at app/upgrades/v9_1/accounts.go with their respective balance. The scripts used to find affected accounts were made public at claims_fixer's repo with detailed instructions on how to run them and reproduce the same result.

Changelog

Improvements

Full Changelog: v9.0.0...v9.1.0

v9.0.0

22 Oct 00:10
db076d7
Compare
Choose a tag to compare

v9.0.0

Release Notes

The purpose of this release is to return funds to the affected accounts during the claims records clawback of block 5074187. This process will be done through the upgrade handler. This will have to be a coordinated (breaking) upgrade since the state will be modified.

The list of affected accounts can be found at app/upgrades/v9/accounts.go with their respective balance. The scripts used to find affected accounts were made public at claims_fixer's repo with detailed instructions on how to run them and reproduce the same result.

Changelog

Bug Fixes

  • (claims) #951 Fix ClawbackEmptyAccounts logic

Full Changelog: v8.2.3...v9.0.0

v8.2.3

16 Oct 01:45
1ca54a4
Compare
Choose a tag to compare

v8.2.3

Release Notes

This releases fixes the issue of the iavl-disable-fastnode config not being able to be set. This is needed due to Cosmos SDK changes to default config in the v0.45.9 upgrade.

Changelog

Improvements

  • (cmd) #973 Set IAVL config
  • (cli) #971 Add prune command.

Full Changelog: v8.2.2...v8.2.3

v8.2.2

14 Oct 23:42
1d82bda
Compare
Choose a tag to compare

v8.2.2

Release Notes

This releases updates the Cosmos SDK version to v0.45.9 and Ethermint version to v0.19.3.

Changelog

  • (deps)#965 Bump SDK to v0.45.9 and Ethermint to v0.19.3

Full Changelog: v8.2.0...v8.2.2

v8.2.0

23 Sep 19:57
Compare
Choose a tag to compare

v8.2.0

Release Notes

This release fixes an issue with the registration of the feesplit module during the store upgrade. The feesplit module has now been renamed to revenue.

Upgrade Instructions

The upgrade will be performed using a Hard Fork procedure. This procedure automatically applies the changes from an upgrade Plan at block height 4,888,000 (mainnet), without the need for a governance proposal.

IMPORTANT: DO NOT upgrade your mainnet node before height 4,888,000. You will need to previously update your node to v8.1.1 to successfully upgrade.

Changelog

State Machine Breaking

  • (app) #918 Fix unregistered revenue module for v8.1.0 store upgrade

Bug Fixes

Full Changelog: v8.1.1...v8.2.0

v8.1.1

23 Sep 16:38
47a6046
Compare
Choose a tag to compare

8.1.1 - 2022-09-23

Release Notes

This non-breaking release sets the upgrade height for the v8.2.0 emergency mainnet upgrade, which has been scheduled for height 4,888,000.

Changelog

Bug Fixes

  • (app) #922 Add hard fork logic for v8.2.0

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

v8.1.0

30 Aug 14:47
7a57c44
Compare
Choose a tag to compare

v8.1.0

State Machine Breaking

  • (feesplit) #859 Add amino codecs to x/feesplit module to support eip712 signatures.
  • (deps) Bump Ethermint version to v0.19.2

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

16 Aug 10:30
9aba6f4
Compare
Choose a tag to compare

v8.0.0 - 2022-09-16

Release Notes

On a high level, this major release adds the new feesplit module, improves JSON-RPC reliability and maintainability and includes bug fixes on Evmos. This version will first be rolled out to Testnet and then Mainnet. For upgrade proposals, please look out on our Discord.

Changelog

State Machine Breaking

  • (deps) #845 Bump Ethermint version to v0.19.0
  • (feesplit) Add x/feesplit module

Improvements

Full Changelog: v7.0.0...v8.0.0

v7.0.0

04 Aug 19:54
Compare
Choose a tag to compare

v7.0.0

Release Notes

This release contains a high-level security vulnerability patch.

Changelog

State Machine Breaking

  • (deps) Bump Ethermint version to v0.18.0

Full Changelog: v6.0.4...v7.0.0

v6.0.4

03 Aug 15:29
Compare
Choose a tag to compare

v6.0.4

Release Notes

This patch release sets the block height on mainnet for a coordinated upgrade due to an undisclosed security vulnerability. This will schedule an upgrade plan once block 2,476,000 is reached and perform an automatic upgrade from v6.0.4 --> v7.0.0. Validators and node operators that use cosmovisor without an automatic download will need to download the software as soon as it's released ~30 min before the upgrade time.

Validators MUST upgrade their nodes using a manual procedure (see documentation here). Please signal that you successfully upgraded to v6.0.4 using the following spreadsheet.

IMPORTANT: This upgrade does NOT fix the vulnerability but defines the fork height for the version that includes the patch (i.e. v7.0.0)

Changelog

Improvements

Bug Fixes

  • (app) #820 Set fork upgrade block height for v7.0.0

Full Diff: v6.0.3...v6.0.4