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

chore: Apply changelog applied in v4.0.0 to main branch #397

Merged
merged 2 commits into from
Jul 12, 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
41 changes: 26 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,44 @@ 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
* (ci) [\#385](https://github.com/Finschia/finschia/pull/385) Force user to follow the rule of release note generation

### Bug Fixes

### Breaking Changes

### Build, CI

### Docs
* (docs) [\#400](https://github.com/Finschia/finschia/pull/400) Add latest finschia mainnet, ebony testnet information


## [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)
* (build) [\#388](https://github.com/Finschia/finschia/pull/388) Modify the way the binary version is set when compiling
* (build) [\#395](https://github.com/Finschia/finschia/pull/395) Apply Go 1.22, finschia-sdk 0.49.1 and update outdated dependencies

### Docs
* (docs) [\#400](https://github.com/Finschia/finschia/pull/400) Add latest finschia mainnet, ebony testnet information

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

Expand Down Expand Up @@ -286,7 +296,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