Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 12:28
· 23 commits to main since this release
v4.0.1
1f30e48

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.