diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 6c2995a6..2700afec 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -275,6 +275,7 @@ Please refer [CHANGELOG_OF_GAIA_v4.0.4](https://github.com/cosmos/gaia/blob/v4.0 +[v3.0.0]: https://github.com/Finschia/finschia/releases/tag/v3.0.0 [v2.0.0]: https://github.com/Finschia/finschia/releases/tag/v2.0.0 [v1.0.0]: https://github.com/Finschia/finschia/releases/tag/v1.0.0 [v0.7.0]: https://github.com/Finschia/finschia/releases/tag/v0.7.0 diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 97b89d50..ab3979cd 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,30 +1,17 @@ -# Finschia v2.0.0 Release Note +# Finschia v3.0.0 Release Note ## Changelog -Check out the [changelog](https://github.com/Finschia/finschia/blob/v2.0.0/RELEASE_CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/Finschia/finschia/compare/v1.0.0...v2.0.0) from last release +Check out the [changelog](https://github.com/Finschia/finschia/blob/v3.0.0/RELEASE_CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/Finschia/finschia/compare/v2.0.0...v3.0.0) from last release ## Highlights -* Upgrade to Ostracon [v1.1.2](https://github.com/Finschia/ostracon/tree/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](https://github.com/Finschia/finschia-sdk/releases/tag/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](https://github.com/Finschia/wasmd/releases/tag/v0.2.0) -* Upgrade ibc-go to [v4.3.1](https://github.com/Finschia/ibc-go/releases/tag/v4.3.1) -* Upgrade to Golang v1.20 -* Integrate swagger of all submodules -* Support static binary compile +* patch [CWA-2023-004 issue](https://forum.cosmos.network/t/high-severity-security-patch-upcoming-on-wed-10th-cwa-2023-004-brought-to-you-by-certik-and-confio/12840) +* Ensure smart contracts compiled with Rust v1.70 run without errors. +* disable custom querier in wasm ## Base sub modules * Ostracon: [v1.1.2](https://github.com/Finschia/ostracon/tree/v1.1.2) -* Finschia-sdk: [v0.48.0](https://github.com/Finschia/finschia-sdk/tree/v0.48.0) -* Finschia/wasmd: [v0.2.0](https://github.com/Finschia/wasmd/tree/v0.2.0) +* Finschia-sdk: [v0.48.1](https://github.com/Finschia/finschia-sdk/tree/v0.48.1) +* Finschia/wasmd: [v0.3.0](https://github.com/Finschia/wasmd/tree/v0.3.0) * Finschia/ibc-go: [v4.3.1](https://github.com/Finschia/ibc-go/tree/v4.3.1) @@ -32,16 +19,16 @@ Check out the [changelog](https://github.com/Finschia/finschia/blob/v2.0.0/RELEA You must use Golang v1.20.x if building from source ```shell git clone https://github.com/Finschia/finschia -cd finschia && git checkout v2.0.0 +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:2.0.0` +* docker image: `finschia/finschianode:3.0.0` ```shell -docker run finschia/finschianode:2.0.0 fnsad version -# 2.0.0 +docker run finschia/finschianode:3.0.0 fnsad version +# 3.0.0 ``` ## Download binaries