v4.0.0
Finschia v4.0.0 Release Note
What's Changed
Check out all the changes here
Highlights
- Introduced fswap and fbridge modules for converting
cony
to kaia coin and managing cross-chain transfers. - Addressed several crucial bug fixes to enhance stability and performance, including improvements in configuration, error handling, and system integrity checks.
- finschia-sdk #1302 remove map iteration non-determinism with keys + sorting (backport cosmos/cosmos-sdk#13377)
- finschia-sdk #1274 ModuleAccount.Validate now reports a nil .BaseAccount instead of panicking. (backport cosmos/cosmos-sdk#16554)
- finschia-sdk #1301 Use bytes instead of string comparison in delete validator queue (backport cosmos/cosmos-sdk#12303)
- finschia-sdk #1310 fix app-hash mismatch if upgrade migration commit is interrupted (backport cosmos/cosmos-sdk#13530)
- More detailed changes can be found 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
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.