Skip to content

Latest commit

 

History

History
167 lines (115 loc) · 6.63 KB

RELEASE_CHANGELOG.md

File metadata and controls

167 lines (115 loc) · 6.63 KB

Changelog

v0.7.0 - 2022-11-29

This version base on lbm-sdk v0.46.0.

Features

  • #108 Bump github.com/line/lbm-sdk from e19f863a8 to a389b6330
  • #110 apply GovMint on x/foundation
  • #111 Bump github.com/line/lbm-sdk from 66988a235 to 0.46.0-rc9
  • (build) #113 enable to use libsodium version ostracon

Improvements

Bug Fixes

  • (global) #103 replace deprecated functions of ioutil package
  • (app) #107 change module order in init genesis
  • (ci) #115 fix test flow to install libsodium
  • (build) #118 fix docker build in Mac M1 device

Improvements

  • (app) #114 change the default compile setting to support ledger

This version based on lbm-sdk v0.46.0-rc8

Bug Fixes

  • (app) #96 fix the bug not setting iavl-cache-size value of the app.toml
  • (baseapp) #97 fix max gas validation bug of lbm-sdk

Breaking Changes

  • (app) #87 remove unused modules from app
  • (lbm-sdk) #95 apply the changes of lbm-sdk v0.46.0-rc8

Build, CI

  • (ci) #80 remove stale github action
  • (ci) #83 enable tests on CI
  • (build) #89 upgrade golang to 1.18

This version based on lbm-sdk v0.46.0-rc6

Features

  • (x/collection) #72 add x/collection
  • (x/wasm) #79 chore: add iterator feature for wasm module

Improvements

  • (ci) #76 fix Dockerfile.static to build lbm instead of building wasmvm in the Dockerfile

Bug Fixes

  • (command) #81 add wrong address to genesis file in add-genesis-account command
  • (x/collection) #86 add omitted cli commands on x/collection and fix Query/Balance
  • (x/collection) #90 fix bugs in x/collection MsgModify

This version based on lbm-sdk v0.46.0-rc2

Features

  • (cosmos-sdk) #56 bump up cosmos-sdk v0.45.1
  • (x/foundation) #62 add x/foundation module of lbm-sdk

Improvements

Bug Fixes

  • (app) #60 register authz module store key

Bug Fixes

  • (build) #47 fix Docker build error

Features

  • (x/wasm) #41 upgrade x/wasm (merged original 0.19.0)
  • (x/upgrade) #42 add token module and bump cosmos-sdk v0.42.11

Features

  • (x/upgrade) #33 To smoothen the update to the latest stable release, the SDK includes version map for managing migrations between SDK versions.
  • (x/consortium) #34 add feegrant, consortium and stakingplus module
  • (x/bank) #36 apply a feature that preventing sending coins to inactive contract (related to lbm-sdk #400)

Improvements

  • (slashing) [#31] (#31) Apply VoterSetCounter

Features

  • (app) Revise bech32 prefix cosmos to link and tlink

Improvements

  • (sdk) Use fastcache for inter block cache and iavl cache
  • (sdk) Enable signature verification cache
  • (ostracon) Apply asynchronous receiving reactor
  • (sdk) #21 Use lbm-sdk v0.43.0

Bug Fixes

Breaking Changes

  • (sdk) (auth) #16 Introduce sig block height for the new replay protection
  • (ostracon/sdk) #26 Use vrf-based consensus, address string treatment
  • (global) #10 Re-brand lfb to lbm

Build, CI

  • (build) #25 Fix localnet-start

gaia v4.0.4 - 2021-03-15

Initial lbm is based on the tendermint v0.34.9+, cosmos-sdk v0.42.0+, gaia v4.0.4

Please refer CHANGELOG_OF_GAIA_v4.0.4