v3.0.0 - 2024-03-04
- (build) #329 rename namespace to v3
- (improvements) #230 fix Makefile for format and execute make format #230
- (chore) #299 remove x/token and x/collection apis in swagger
- (finschia-sdk) #297 bump up finschia-sdk from v0.48.0 to v0.48.1
- (ostracon) #333 bump up ostracon from v1.1.2 to v1.1.3
- (wasmd) #328 bump up wasmd from v0.2.0 to v0.3.0
- (ci) #290 remove autopr ci
- (ci) #291 fix goreleaser ci error and replace release-build
- (repo) #295 setup CODEOWNERS and backport action
- (ci) #296 bump actions/checkout from 3 to 4
- (ci) #305 add e2e-ibc ci
- (build) #316 change docker image version to fix build error
v2.0.0 - 2023-10-19
This version base on finschia-sdk v0.48.0, Ostracon v1.1.2, finschia/wasmd v0.2.0 and finschia/ibc-go v4.3.1.
- (finschia-sdk) Bump github.com/Finschia/finschia-sdk from v0.47.0 to v0.48.0
- (feat) #243 Bump github.com/Finschia/finschia-sdk from v0.47.0 to v0.47.1-rc1
- (feat) #255 Bump up finschia-sdk from v0.48.0-rc1 to da331c01fa
- (feat) #262 Bump up finschia-sdk from v0.48.0-rc2 to
0a27aef22921
and bump up ostracon from449aa3148b12
tofc29846c918d
- (finschia-sdk) #264 Bump up finschia-sdk from
0a27aef22921
to022614f80a0d
- (finschia-sdk, ostracon, wasmd) #286 bump up fisnchia-sdk to v0.48.0 and Ostracon to v1.1.2 and wasmd to v0.2.0
- (ostracon) Bump up Ostracon from v1.1.0 to v1.1.2
- (wasmd) bump up wasmd from v0.1.3 to v0.2.0
- (ibc) #246 Update ibc-go to v4
- (build) #248 Rename namespace to v2
- (app) #250 Set upgrade handler for v2-Daisy
- (build) #221 compile static binary as release assets and docker image
- (swagger) #223 add integrated swagger for finschia
- (build) #236 fix compile error when the build_tags is multiple.
- (wasm) #249 revert removing wasm configs
- (build) #277 change to the default build method that uses a shared library
- (ostracon) #240 remove
libsodium
vrf library
- (ci) #185 update
tag.yml
github action - (ci) #189 add dependabot github action
- (ci) #213 add mergify ci
- (ci) #233 add smart contract CI test
- (build) #237 rearrange Dockerfile and Makefile commands
- (build) #241 Update golang version to 1.20
- (build) #259 change default build to be compiled as static binary
- (build) #284 use curl instead of wget on MacOS
- (docs) #281 Update guide for static build on CentOS
v1.0.0 - 2023-04-24
This version base on finschia-sdk v0.47.0, Ostracon v1.1.0, finschia/wasmd v0.1.3 and finschia/ibc-go v3.3.3.
- (build) #126 Automatically generates release note and binaries
- (x/wasmd) #129 chore: apply detached x/wasmd
- (build) #130 Add a release build for the linux/arm64, darwin/amd64, and darwin/arm64 platform
- (finschia-sdk) #137 Bump finschia-sdk to 6c84a4cffa
- (x/collection,token) #138 Add x/token and x/collection
- (ibc-go) #140 apply ibc-go
- (x/wasmplus) #141 change wasm module to wrapped
x/wasmplus
- (finschia-sdk) #144 bump finschia-sdk v0.47.0-alpha1 (11966d1234155ebef20b64f2ae7a905beffdb33f)
- (build) #150 Modify the Makefile to build release bundles
- (build) #153 rename cli name to
fnsad
- (finschia-sdk) #154 Bump finschia-sdk from v0.47.0-alpha1.0.20230214070148-11966d123415 to v0.47.0-rc1
- (x/wasmd) #147 update wasmd version
- (x/wasmd) #158 bump up wasmd version to v0.1.0
- (finschia-sdk) #159 Bump finschia-sdk from v0.47.0-rc1 to v0.47.0-rc2
- (wasmd) #171 bump up wasmd from v0.1.2-0.20230403061848-514953c0b244 to v0.1.2
- (finschia-sdk) #162 Bump finschia-sdk from v0.47.0-rc2 to v0.47.0-rc3
- (finschia-sdk) #167 Bump finschia-sdk from v0.47.0-rc3 to v0.47.0-rc4
- (finschia-sdk) #178 Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7
- (finschia-sdk) #168 Bump finschia-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2
- (finschia-sdk) #172 Bump finschia-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5
- (finschia-sdk) #174 bump up finschia-sdk from v0.47.0-rc5 to v0.47.0-rc5.0.20230414034539-489c442416cd
- (api) #123 remove legacy REST API routes
- (ibc-go)#164 bump up ibc-go v3.3.2 for change ibc light client of Ostracon to Tendermint
- (ci) #145 add github action to push docker image to docker.io
- (build) #157 add build args
- (ci)#163 fix
release-build
ci error occurred when adding assets after tagging - (finschia-sdk,ostracon,wasmd,ibc-go) #176 Rename and bump up dependencies
- (ci) #180 add a CI to build darwin version when add tag
- (doc) #156 modify broken link or typo doc file and add issue and pr template
- (doc)#165 update license notice and code_of_conduct
- (license) #170 fix license copyright holder and typo
v0.7.0 - 2022-11-29
This version base on finschia-sdk v0.46.0.
- #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
- (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
- (app) #114 change the default compile setting to support ledger
This version based on finschia-sdk v0.46.0-rc8
- (app) #96 fix the bug not setting
iavl-cache-size
value of theapp.toml
- (baseapp) #97 fix max gas validation bug of lbm-sdk
- (app) #87 remove unused modules from app
- (finschia-sdk) #95 apply the changes of lbm-sdk v0.46.0-rc8
This version based on finschia-sdk v0.46.0-rc6
- (ci) #76 fix Dockerfile.static to build lbm instead of building wasmvm in the Dockerfile
- (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 finschia-sdk v0.46.0-rc2
- (app) #60 register authz module store key
- (build) #47 fix Docker build error
- (x/wasm) #41 upgrade x/wasm (merged original 0.19.0)
- (x/upgrade) #42 add token module and bump cosmos-sdk v0.42.11
- (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 finschia-sdk #400)
- (slashing) [#31] (#31) Apply VoterSetCounter
- (app) Revise bech32 prefix cosmos to link and tlink
- (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
- (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) #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