Releases: terra-money/mantlemint
phoenix/pisco version 2.2.2
What's Changed
- Circulating supply and accounts export endpoint by @javiersuweijie in #53
- Feat/docker entrypoint by @gregnuj in #61
- upgrade to cosmos v0.45.10 by @javiersuweijie in #62
- Fix/cosmos 0.45.10 by @javiersuweijie in #63
Full Changelog: v0.2.0...v2.2.2
v0.1.5
Uses core v0.5.20.
Full Changelog: v0.1.4...v0.1.5
v0.1.2
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
- Rebuild your wasm cache using the cosmwasm-cache-rebuilder. This rebuilder can be run simultaneously without killing a running terrad process.
- 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.
- When the rebuilder is finished, update terrad to v0.5.18 and restart.
- 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
- deps(core): bump [email protected] by @kjessec in #46
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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
- Upgrade tm-db to v0.6.4-performance.7 by @hanjukim in #37
- fix(app): use viper as appOpts instead of Default by @kjessec in #36
- docs: update crisis skip, faq by @kjessec in #39
- Bump CosmWasm to 0.16.6 by @hanjukim in #43
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: height limited query with leveldb by @jeffwoooo in #3
- feat: add snappy compressor db for indexer by @kjessec in #5
- feat: fork tendermint client creator to NOT use mutex by @kjessec in #6
- [WIP] docs by @kjessec in #7
- chore: public release by @kjessec in #10
- hotfix: panic on starting iterator with same start and end by @jeffwoooo in #11
- feat: GRPC supports query's height param by @jeffwoooo in #13
- hotfix: crash caused by concurrent map read write by @jeffwoooo in #14
- fix: resurrect indexer endpoints by @kjessec in #15
- hotfix: crash caused by concurrent map read by @jeffwoooo in #16
- fix: waiting channel in lock causes halt by @jeffwoooo in #17
- feat: apply readlock on concurrent client by @kjessec in #26
- feat: mimalloc build in alpine build by @jeffwoooo in #21
- feat: remove lazy sync by @jeffwoooo in #22
- feat: restore cache mutex by @jeffwoooo in #25
- deps: [email protected] by @kjessec in #27
- feat: recover block curruption on poison error by @jeffwoooo in #28
- feat: logging rollback batch metric by @jeffwoooo in #31
- feat: skip cache handling for health check by @jeffwoooo in #30
- feat: remove readlock on query by @jeffwoooo in #32
- release/v0.1.0 by @kjessec in #34
Full Changelog: https://github.com/terra-money/mantlemint/commits/v0.1.0