Skip to content

Releases: terra-money/classic-core

v0.5.20

13 May 07:05
1302858
Compare
Choose a tag to compare

What's Changed

Full Changelog: terra-money/core@v0.5.19...v0.5.20

v0.5.19

12 May 16:55
25d6113
Compare
Choose a tag to compare

Disable staking power change

v0.5.18

14 Apr 07:20
61f08cb
Compare
Choose a tag to compare

Release Note

This release contains a wasmer version bump from v2.0.0 to v2.2.1. The wasm caches of these two versions are not compatible, thus rebuilding is required.
To avoid possible sync delays due to the runtime rebuilding overhead, it is highly recommended that node operators rebuild their wasm cache with the cosmwasm-cache-rebuilder before replacing terrad runtime to v0.5.18.

Node upgrade instructions

  1. Rebuild your wasm cache using the cosmwasm-cache-rebuilder. This rebuilder can be run simultaneously without killing a running terrad process.
  2. You can ignore the file already open error. If other errors occur (no disk space, etc), it is safe to run the rebuilder multiple times.
  3. When the rebuilder is finished, update terrad to v0.5.18 and restart.
  4. The rebuilder creates a $TERRA_HOME/data/wasm/cache/modules/v3-wasmer1 directory. The $TERRA_HOME/data/wasm/cache/modules/v1 can be deleted after updating terrad to v0.5.18.

Docker Changes
There are major breaking changes in the v0.5.18 version for the docker images.

  • The runner now is dedicated terra user not root
  • The working directory is also changed to /terra

Additional notes

  • 🎉 Wasmer v2.2 supports the much anticipated Apple M1 processor! (See: https://wasmer.io/posts/wasmer-2.2) This means nodes can be run on any arm64 system, such as Apple Silicon machines and AWS Graviton2 Arm64.

What's Changed

New Contributors

Full Changelog: terra-money/core@v0.5.17...v0.5.18

v0.5.17

22 Feb 07:56
Compare
Choose a tag to compare

Release Notes

This release contains security update.

Details will be shared after checking the status of the validator update.

Full Changelog: terra-money/core@v0.5.16...v0.5.17

v0.5.16

06 Feb 13:52
293b023
Compare
Choose a tag to compare

What's Changed

This release contains security update which requires softfork.

Softfork Schedule

columbus-5 bombay-12
Height 6,470,000 7,800,000
Expected Time 2022-02-13T15:00:00 (UTC) 2022-02-11T15:00:00 (UTC)

New Contributors

Full Changelog: terra-money/core@v0.5.15...v0.5.16

v0.5.15

03 Feb 01:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: terra-money/core@v0.5.14...v0.5.15

v0.5.14

23 Dec 12:32
495c0c9
Compare
Choose a tag to compare

Release Note

This release contains wasmvm bugfix to prevent non-deterministic error messages comes out from wasmvm.
You can use make install for columbus-5 and bombay-12 networks from this version.

What's Changed

Full Changelog: terra-money/core@v0.5.13...v0.5.14

v0.5.13

16 Dec 17:22
Compare
Choose a tag to compare

Full Changelog: terra-money/core@v0.5.12...v0.5.13

The changed part is oracle tally, which was not sort cross rate ballot before computing weighted median.
It makes the cross rate selected quite randomly...

This update will sort cross rate ballot before computing weighted median value.

  • b073fb1 sort cross rate ballot and enforce sorted before computing weighted median

v0.5.12

06 Dec 04:31
8643e60
Compare
Choose a tag to compare

This release contains IAVL bugfix

Improvements

Bug Fixes

  • #621 fix iterator key on export for zero height
  • #607 skip GetBytes when exporting not migrated code

What's Changed

Full Changelog: terra-money/core@v0.5.11...v0.5.12

v0.5.11

10 Nov 10:15
19b75bf
Compare
Choose a tag to compare

Release Notes

This release contains security update of wasmvm (see details).

The problem monitored only happens in the nodes which are receiving wasm queries, so the query nodes are highly recommended to update ASAP to avoid node crash.

Bug Fixes

  • #603 bump CosmWasm/wasmvm to v0.16.2 to fix cache position error