Skip to content

v3.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 09:06
· 8 commits to main since this release
51a080f

Release Note

Upgrade name: v8_1
Upgrade height: 19108180

This upgrade bundles Oracle Split Logic by LuncGoblins, Memory Leak and Security Fix of wasmvm by Genuine Labs

What's Changed

Upgrade Guide

As soon as the chain automatically halts at the designated upgrade block height: 19108180 follow the upgrade procedure. Please don’t execute these commands before the chain has halted:

$ git clone https://github.com/classic-terra/core core-v3.1.3
$ cd core-v3.1.3
$ git checkout v3.1.3
$ make build && make install
In case you already have a local copy of the repository inside the local folder core:

$ cd core
$ git stash
$ git fetch --all --tags --prune
$ git checkout v3.1.3
$ make build && make install
Check the correct installation:

$ terrad version
v3.1.3

Full Changelog: v3.0.4...v3.1.3