Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

76 lines (59 loc) · 3.84 KB

Changelog

Features

  • (feat) #243 Bump github.com/Finschia/finschia-sdk from v0.47.0 to v0.47.1-rc1
  • (ibc) #246 Update ibc-go to v4
  • (build) #248 Rename namespace to v2
  • (app) #250 Set upgrade handler for v2-Daisy
  • (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 from 449aa3148b12 to fc29846c918d

Improvements

  • (build) #221 compile static binary as release assets and docker image
  • (swagger) #223 add integrated swagger for finschia
  • (wasm) #258 Bump up wasmd from dedcd9ec to 053c7e43
  • (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

Bug Fixes

  • (build) #236 fix compile error when the build_tags is multiple.
  • (wasm) #249 revert removing wasm configs
  • (finschia-sdk) #264 Bump up finschia-sdk from 0a27aef22921 to 022614f80a0d
  • (build) #277 change to the default build method that uses a shared library

Breaking Changes

  • (ostracon) #240 remove libsodium vrf library

Build, CI

  • (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

  • (docs) #281 Update guide for static build on CentOS