Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.98 KB

RELEASE_NOTE.md

File metadata and controls

49 lines (41 loc) · 1.98 KB

Finschia v2.0.0 Release Note

Changelog

Check out the changelog for a list of relevant changes or compare all changes from last release

Highlights

  • Upgrade to Ostracon v1.1.2
    • Change vrf library from libsodium to curve25519-voi's VRF
    • Apply changes up to tendermint v0.34.24
    • Improve KMS features of IP filter and multiple allow IPs
  • Upgrade finschia-sdk to v0.48.0
    • Migrate x/foundation FoundationTax into x/params
    • Add tendermint query apis for compatibility with cosmos-sdk
    • Support custom r/w gRPC options
    • Make x/foundation MsgExec propagate events
    • Fix MsgMintFT bug in x/collection module
    • Fix bug where nano S plus ledger could not be connected in Ubuntu
  • Upgrade wasmd to v0.2.0
  • Upgrade ibc-go to v4.3.1
  • Upgrade to Golang v1.20
  • Integrate swagger of all submodules
  • Support static binary compile

Base sub modules

Build from source

You must use Golang v1.20.x if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v2.0.0
make install

Run with Docker

If you want to run fnsad in a Docker container, you can use the Docker images.

  • docker image: finschia/finschianode:2.0.0
docker run finschia/finschianode:2.0.0 fnsad version
# 2.0.0

Download binaries

Binaries for linux and darwin are available below.