Skip to content

Releases: classic-terra/core

v3.1.6

26 Sep 07:36
4f2cc58
Compare
Choose a tag to compare

What's Changed

Target chain halt height: 20085000, approximately on 4th of October 2024 1:30pm UTC.

Full Changelog: v3.1.5...v3.1.6

v3.1.6-rc.0

24 Sep 21:13
Compare
Choose a tag to compare
v3.1.6-rc.0 Pre-release
Pre-release

What's Changed

  • Bump wasmvm to 1.5.5
  • Fix simulation of gas estimation for taxable transactions (simulation-mode only)

Full Changelog: v3.1.5...v3.1.6-rc.0

v3.2.3

16 Sep 19:08
Compare
Choose a tag to compare
v3.2.3 Pre-release
Pre-release

What's Changed

  • feat: tax2gas by @classic-terra/genuine-labs in #500
  • feat: wasmd v0.46.0 by @classic-terra/genuine-labs in #512
  • fix: tax2gas logic by @classic-terra/genuine-labs

Full Changelog: v3.1.3...v3.2.3

v3.1.5

05 Sep 16:08
b06d49f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5
Changelog to v3.1.3: v3.1.3...v3.1.5

Upgrade block height and time

The chain will be halted at block height 19850000 which will approximately be processed on 18th of September 2024 11:45am UTC.

v3.2.2

22 Aug 04:38
8bd7278
Compare
Choose a tag to compare

What's Changed

  • feat: wasmd v0.46.0 by @classic-terra/genuine-labs in #512

Full Changelog: v3.2.1...v3.2.2

v3.2.1: tax2gas

13 Aug 04:05
d28ff8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.2.1

v3.1.4

30 Jul 19:59
c8c04d9
Compare
Choose a tag to compare
v3.1.4 Pre-release
Pre-release

Optional maintenance release

This is an optional release to address gas simulation accuracy.
It is mainly targeting endpoints that receive transaction queries and is non-state-breaking.
It is not necessary to install this update on validator nodes unless those are used in transactions that require an accurate gas estimation.

What's Changed

Full Changelog: v3.1.3...v3.1.4

v3.1.3

20 Jul 09:06
51a080f
Compare
Choose a tag to compare

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

v3.0.4

17 Jul 15:26
3a81fab
Compare
Choose a tag to compare

Release Note

Upgrade name: v8
This is a major release by governance proposal on Genuine Labs's proposal for v3.0.1 Upgrade

Hightlights

  • Upgrade wasmd to v0.45 from v0.30
  • Upgrade wasmvm to v1.5 from v1.1
  • Upgrade cosmos-sdk v0.47 from v0.46
  • Replace tendermint and tm-db to cometbft and cometbft-db

What's Changed

Full Changelog: v2.4.2...v3.0.4

v2.6.0-rc.1

13 May 08:54
efaa53b
Compare
Choose a tag to compare
v2.6.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.4.2...v2.6.0-rc.1