Skip to content

Releases: terra-money/mantlemint

phoenix/pisco version 2.2.2

01 Apr 00:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v2.2.2

v0.1.5

13 May 07:23
Compare
Choose a tag to compare

Uses core v0.5.20.

Full Changelog: v0.1.4...v0.1.5

v0.1.2

14 Apr 08:11
Compare
Choose a tag to compare

Release note

This release contains a depencency upgrade for core@[email protected]. Apart from the dependency bump all functionalities should be exactly the same as v0.1.1.

You may need to rebuild contracts cache. Referencing from [email protected] release note:

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.

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Apr 05:00
Compare
Choose a tag to compare

Action required

This release contains a patch that may render your mantlemint node unstable. Please follow the below instruction (also mentioned in README):

Q8. Mantlemint becomes unresponsive when put under load

Run this at least once. This happens because since [email protected] ([email protected]), deserialized wasm module format changed and you need to rebuild contract cache.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Mar 13:00
3a78214
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/terra-money/mantlemint/commits/v0.1.0