Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Finschia v4.0.0 #382

Merged
merged 5 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 24 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,39 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]

### Features
* (fswap, fbridge) [\#354](https://github.com/Finschia/finschia/pull/354) Bump finschia-sdk v0.48.1 to v0.49.0-rc1
* (fbridge) [\#355](https://github.com/Finschia/finschia/pull/355) Bump finschia-sdk v0.49.0-rc1 to v0.49.0-rc2
* (build) [\#357](https://github.com/Finschia/finschia/pull/357) Upgrade to v4
* (fswap, fbridge) [\#359](https://github.com/Finschia/finschia/pull/359) Bump finschia-sdk v0.49.0-rc2 to v0.49.0-rc3
* (fswap, fbridge) [\#365](https://github.com/Finschia/finschia/pull/365) Load fbridge & fswap stores
* (fswap) [\#366](https://github.com/Finschia/finschia/pull/366) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc3 to v0.49.0-rc4
* (fswap, fbridge) [\#373](https://github.com/Finschia/finschia/pull/373) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc4 to v0.49.0-rc5
* (fswap) [\#378](https://github.com/Finschia/finschia/pull/378) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc5 to v0.49.0-rc6
* (fswap, fbridge) [\#380](https://github.com/Finschia/finschia/pull/380) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc6 to v0.49.0-rc7

### Improvements

### Bug Fixes

### Breaking Changes

### Build, CI

### Docs

## [v4.0.0] - 2024-05-27

### Features
* (fswap, fbridge) [\#354](https://github.com/Finschia/finschia/pull/354) Bump finschia-sdk v0.48.1 to v0.49.0-rc1
* (fbridge) [\#356](https://github.com/Finschia/finschia/pull/356) Bump finschia-sdk v0.49.0-rc1 to v0.49.0-rc2 (backport #355)
* (build) [\#358](https://github.com/Finschia/finschia/pull/358) Upgrade to v4 (backport #357)
* (fswap, fbridge) [\#360](https://github.com/Finschia/finschia/pull/360) Bump finschia-sdk v0.49.0-rc2 to v0.49.0-rc3 (backport #359)
* (fswap, fbridge) [\#367](https://github.com/Finschia/finschia/pull/367) Load fbridge & fswap stores (backport #365)
* (fswap) [\#368](https://github.com/Finschia/finschia/pull/368) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc3 to v0.49.0-rc4 (backport #266)
* (fswap, fbridge) [\#374](https://github.com/Finschia/finschia/pull/374) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc4 to v0.49.0-rc5 (backport #373)
* (fswap) [\#379](https://github.com/Finschia/finschia/pull/379) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc5 to v0.49.0-rc6 (backport #378)
* (fswap, fbridge) [\#381](https://github.com/Finschia/finschia/pull/381) Bump github.com/Finschia/finschia-sdk from v0.49.0-rc6 to v0.49.0-rc7 (backport #380)

### Breaking Changes
* (app) [\#352](https://github.com/Finschia/finschia/pull/352) Add filtering function in StargateMsg of wasm

### Build, CI
* (build) [\#340](https://github.com/Finschia/finschia/pull/340) Set Finschia/ostracon version
* (ci) [\#361](https://github.com/Finschia/finschia/pull/361) Replace deprecated linters with new ones
* (ci) [\#362](https://github.com/Finschia/finschia/pull/362) Add RELEASE_NOTE.md to .gitignore
* (swagger) [\#371](https://github.com/Finschia/finschia/pull/371) Add fswap and fbridge swagger settings in swagger config
* (ci) [\#363](https://github.com/Finschia/finschia/pull/363) Replace deprecated linters with new ones (backport #361)
* (ci) [\#364](https://github.com/Finschia/finschia/pull/364) Add RELEASE_NOTE.md to .gitignore (backport #362)
* (swagger) [\#372](https://github.com/Finschia/finschia/pull/372) Add fswap and fbridge swagger settings in swagger config (backport #371)

### Docs

## [v3.0.0] - 2024-03-04

Expand Down Expand Up @@ -282,7 +291,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (build) [\#25](https://github.com/Finschia/finschia/pull/25) Fix localnet-start

<!-- Release links -->
[Unreleased]: https://github.com/Finschia/finschia/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/Finschia/finschia/compare/v4.0.0...HEAD
[v4.0.0]: https://github.com/Finschia/finschia/releases/tag/v4.0.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
Expand Down
10 changes: 10 additions & 0 deletions RELEASE_DESCR.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Feel free to add any highlights or other information you'd like to share with th
<!-- <Desription of This Release> -->
<!-- <Add Highlights or any sections if you need> -->

## [v4.0.0] - 2024-05-27
## 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](https://github.com/Finschia/finschia-sdk/pull/1302) remove map iteration non-determinism with keys + sorting (backport cosmos/cosmos-sdk#13377)
* [finschia-sdk #1274](https://github.com/Finschia/finschia-sdk/pull/1274) ModuleAccount.Validate now reports a nil .BaseAccount instead of panicking. (backport cosmos/cosmos-sdk#16554)
* [finschia-sdk #1301](https://github.com/Finschia/finschia-sdk/pull/1301) Use bytes instead of string comparison in delete validator queue (backport cosmos/cosmos-sdk#12303)
* [finschia-sdk #1310](https://github.com/Finschia/finschia-sdk/pull/1310) fix app-hash mismatch if upgrade migration commit is interrupted (backport cosmos/cosmos-sdk#13530)
* More detailed changes can be found [here](https://github.com/Finschia/finschia-sdk/releases/tag/v0.49.0).

## [v3.0.0] - 2024-03-04
## Highlights
* 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)
Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Finschia - gRPC Gateway docs",
"description": "A REST interface for state queries, legacy transactions",
"version": "3.0.0"
"version": "4.0.0"
},
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: '2.0'
info:
title: Finschia - gRPC Gateway docs
description: A REST interface for state queries, legacy transactions
version: 3.0.0
version: 4.0.0
paths:
/cosmos/auth/v1beta1/accounts:
get:
Expand Down
Loading