Check out the changelog for a list of relevant changes or compare all changes from last release
- Upgrade to Ostracon v1.1.2
- Change vrf library from
libsodium
tocurve25519-voi
's VRF - Apply changes up to tendermint v0.34.24
- Improve KMS features of IP filter and multiple allow IPs
- Change vrf library from
- 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
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
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
Binaries for linux and darwin are available below.