Skip to content

Releases: Finschia/finschia

v4.0.1

25 Jun 12:28
v4.0.1
1f30e48
Compare
Choose a tag to compare

Finschia v4.0.1 Release Note

What's Changed

Check out all the changes here

Build, CI

  • (build) #390 Modify the way the binary version is set when compiling (backport #388)
  • (build) #398 Apply Go 1.22, finschia-sdk 0.49.1 and update outdated dependencies (backport #395)

Base sub modules

Build from source

You must use Go 1.22 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.0.1
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:4.0.1
docker run finschia/finschianode:4.0.1 fnsad version
# 4.0.1

Download binaries

Binaries for linux and darwin are available below.

v4.0.0

28 May 01:54
v4.0.0
0d1b050
Compare
Choose a tag to compare

Finschia v4.0.0 Release Note

What's Changed

Check out all the changes here

Highlights

Base sub modules

Build from source

You must use Go 1.20 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.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:4.0.0
docker run finschia/finschianode:4.0.0 fnsad version
# 4.0.0

Download binaries

Binaries for linux and darwin are available below.

v4.0.0-rc5

24 May 09:38
v4.0.0-rc5
5f3935a
Compare
Choose a tag to compare
v4.0.0-rc5 Pre-release
Pre-release

Finschia v4.0.0-rc5 Release Note

What's Changed

Check out all the changes here

Base sub modules

Build from source

You must use Go 1.20 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.0.0-rc5
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:4.0.0-rc5
docker run finschia/finschianode:4.0.0-rc5 fnsad version
# 4.0.0-rc5

Download binaries

Binaries for linux and darwin are available below.

v4.0.0-rc4

22 May 02:18
v4.0.0-rc4
ea2b52b
Compare
Choose a tag to compare
v4.0.0-rc4 Pre-release
Pre-release

Finschia v4.0.0-rc4 Release Note

What's Changed

Check out all the changes here

Base sub modules

Build from source

You must use Go 1.20 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.0.0-rc4
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:4.0.0-rc4
docker run finschia/finschianode:4.0.0-rc4 fnsad version
# 4.0.0-rc4

Download binaries

Binaries for linux and darwin are available below.

v4.0.0-rc3

13 May 05:09
v4.0.0-rc3
3652154
Compare
Choose a tag to compare
v4.0.0-rc3 Pre-release
Pre-release

Finschia v4.0.0-rc3 Release Note

What's Changed

Check out all the changes here

Base sub modules

Build from source

You must use Go 1.20 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.0.0-rc3
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:4.0.0-rc3
docker run finschia/finschianode:4.0.0-rc3 fnsad version
# 4.0.0-rc3

Download binaries

Binaries for linux and darwin are available below.

v4.0.0-rc2

10 May 07:56
v4.0.0-rc2
dc156dc
Compare
Choose a tag to compare
v4.0.0-rc2 Pre-release
Pre-release

Finschia v4.0.0-rc2 Release Note

What's Changed

Check out all the changes here

Base sub modules

Build from source

You must use Go 1.20 if building from source

git clone https://github.com/Finschia/finschia
cd finschia && git checkout v4.0.0-rc2
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:4.0.0-rc2
docker run finschia/finschianode:4.0.0-rc2 fnsad version
# 4.0.0-rc2

Download binaries

Binaries for linux and darwin are available below.

v3.0.0

25 Mar 01:25
v3.0.0
51c8c2a
Compare
Choose a tag to compare

Finschia v3.0.0 Release Note

Changelog

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

Highlights

  • patch CWA-2023-004 issue
  • Ensure smart contracts compiled with Rust v1.70 run without errors.
  • disable custom querier in wasm

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 v3.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:3.0.0
docker run finschia/finschianode:3.0.0 fnsad version
# 3.0.0

Download binaries

Binaries for linux and darwin are available below.

v2.0.2-rc1

15 Mar 06:49
v2.0.2-rc1
d2434cb
Compare
Choose a tag to compare
v2.0.2-rc1 Pre-release
Pre-release

Finschia v2.0.1 Release Note

Changelog

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

Highlights

  • fix compatibility issues with IBC relayer

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.2
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.2
docker run finschia/finschianode:2.0.2 fnsad version
# 2.0.2

Download binaries

Binaries for linux and darwin are available below.

v2.0.1

07 Nov 11:42
v2.0.1
e3232d9
Compare
Choose a tag to compare

Finschia v2.0.1 Release Note

Changelog

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

Highlights

  • fix compatible with ledger in MacOS 0.13+

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.1
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.1
docker run finschia/finschianode:2.0.1 fnsad version
# 2.0.1

Download binaries

Binaries for linux and darwin are available below.

v2.0.0

20 Oct 05:33
v2.0.0
e4654fa
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.

App: finschia
Version: v2.0.0
Commit: e4654faa2bf6864b55d6cd2d31961322374b37e9
Checksums MD5:
 f7b9d76b10f6a101f0a3d7e72e72cc1e  fnsad-v2.0.0-darwin-amd64
 a6b5ea1a5dce62e7c6586430d0a48769  fnsad-v2.0.0-darwin-arm64
 e9ff4b7bcd47ecb14dfa4cddc275d869  fnsad-v2.0.0-linux-amd64
 fe8e215742b243f72ae1a83f4198aab7  fnsad-v2.0.0-linux-arm64
 62d6f4cc2e5f3cc086106567616b1e42  fnsad-v2.0.0.tar.gz
Checksums SHA256:
 4d38fbef247f8e1312b994a1adcb9e82af20749b037324e1f6adb932757c27ba  fnsad-v2.0.0-darwin-amd64
 174bde637594701f06f1facb77b40bb05adf458f62e468d3aeef5904f44e3b66  fnsad-v2.0.0-darwin-arm64
 b39281b68f0c3814a4c646d81d1c401342e67eb456d23ccdb289657566a10770  fnsad-v2.0.0-linux-amd64
 ee4d024dace6e6c15eac7d095eb0608b20817ec6931883db048e7c9e6295f9b4  fnsad-v2.0.0-linux-arm64
 aea2a66c6ab969865eee0ca6db885d5c476040c116ad96fbc00856bff55b5fa5  fnsad-v2.0.0.tar.gz