v0.1.2 (2022-04-14)
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.
Merged pull requests:
- deps(core): bump [email protected] #46 (kjessec)
v0.1.1 (2022-04-13)
Closed issues:
- Mantlemint continoulsy crashes #41
- Potentially outdated README #40
- Low Priority - High Memory Consumption, mantlemint get OOM killed (32GB) #38
- Low Priority - Add --x-crisis-skip-assert-invariants #35
Merged pull requests:
- Bump CosmWasm to 0.16.6 #43 (hanjukim)
- docs: update crisis skip, faq #39 (kjessec)
- Upgrade tm-db to v0.6.4-performance.7 #37 (hanjukim)
- fix(app): use viper as appOpts instead of Default #36 (kjessec)
v0.1.0 (2022-03-11)
Merged pull requests:
- [WIP] release/v0.1.0 #34 (kjessec)
- feat: remove readlock on query #32 (jeffwoooo)
- feat: logging rollback batch metric #31 (jeffwoooo)
- feat: skip cache handling for health check #30 (jeffwoooo)
- feat: recover block curruption on poison error #28 (jeffwoooo)
- deps: [email protected] #27 (kjessec)
- feat: apply readlock on concurrent client #26 (kjessec)
- feat: restore cache mutex #25 (jeffwoooo)
- feat: remove lazy sync #22 (jeffwoooo)
- feat: mimalloc build in alpine build #21 (jeffwoooo)
- fix: waiting channel in lock causes halt #17 (jeffwoooo)
- hotfix: crash caused by concurrent map read #16 (jeffwoooo)
- fix: resurrect indexer endpoints #15 (kjessec)
- hotfix: crash caused by concurrent map read write #14 (jeffwoooo)
- feat: GRPC supports query's height param #13 (jeffwoooo)
- hotfix: panic on starting iterator with same start and end #11 (jeffwoooo)
- chore: public release #10 (kjessec)
- [WIP] docs #7 (kjessec)
- feat: fork tendermint client creator to NOT use mutex #6 (kjessec)
- feat: add snappy compressor db for indexer #5 (kjessec)
- feat: height limited query with leveldb #3 (jeffwoooo)
* This Changelog was automatically generated by github_changelog_generator