Skip to content

Releases: zemyblue/finschia

v0.0.0-alpha7

20 Oct 16:57
v0.0.0-alpha7
e1ab7fb
Compare
Choose a tag to compare

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.

v0.0.0-alpha4

20 Oct 16:24
v0.0.0-alpha4
ae68cf9
Compare
Choose a tag to compare

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.

v0.0.0-alpha3

20 Oct 16:05
v0.0.0-alpha3
ad8bb4e
Compare
Choose a tag to compare

v0.0.0-rc3

25 Aug 09:37
v0.0.0-rc3
aead9e8
Compare
Choose a tag to compare

v0.0.0-rc2

25 Aug 09:11
v0.0.0-rc2
80572cb
Compare
Choose a tag to compare