From 6c13a76554b0d56e5ee059c1fce4c8abe27decc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 11:38:05 +0900 Subject: [PATCH] docs: release 0.44.0-rc0 (#420) (#421) Co-authored-by: zemyblue --- CHANGELOG.md | 20 -------------------- RELEASE_CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14f51bf6f..a43d03ded3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,33 +3,13 @@ ## [Unreleased] ### Features -* (feat) [\#352] (https://github.com/line/lbm-sdk/pull/352) iavl, db & disk stats logging -* (x/gov) [\#368](https://github.com/line/lbm-sdk/pull/368) Governance Split Votes, use `MsgWeightedVote` to send a split vote. Sending a regular `MsgVote` will convert the underlying vote option into a weighted vote with weight 1. -* (x/upgrade) [\#377] (https://github.com/line/lbm-sdk/pull/377) To smoothen the update to the latest stable release, the SDK includes vesion map for managing migrations between SDK versions. -* (x/wasm) [\#358] (https://github.com/line/lbm-sdk/pull/358) change wasm metrics method to using prometheus directly -* (x/feegrant) [\#380] (https://github.com/line/lbm-sdk/pull/380) Feegrant module -* (x/wasm) [\#395] (https://github.com/line/lbm-sdk/pull/395) Add the instantiate_permission in the CodeInfoResponse -* (x/consortium) [\#406] (https://github.com/line/lbm-sdk/pull/406) Add CreateValidator access control feature -* (x/bank) [\#400] (https://github.com/line/lbm-sdk/pull/400) add `bankplus` function to restrict to send coin to inactive smart contract. ### Improvements -* (slashing) [\#347](https://github.com/line/lbm-sdk/pull/347) Introduce VoterSetCounter -* (auth) [\#348](https://github.com/line/lbm-sdk/pull/348) Increase default valid_sig_block_period ### Bug Fixes -* (x/feegrant) [\#383] (https://github.com/line/lbm-sdk/pull/383) Update allowance inside AllowedMsgAllowance -* (tm-db) [\#388] (https://github.com/line/lbm-sdk/pull/388) Bump up tm-db fixing invalid memory reference -* (swagger) [\#391] (https://github.com/line/lbm-sdk/pull/391) fix swagger's config path for wasm -* (x/wasm) [\#393] (https://github.com/line/lbm-sdk/pull/393) fix bug where `StoreCodeAndInstantiateContract`, `UpdateContractStatus`, `UpdateContractStatusProposal` API does not work -* (x/slashing) [\#407] (https://github.com/line/lbm-sdk/pull/407) Fix query signing infos command -* (x/consortium) [\#411] (https://github.com/line/lbm-sdk/pull/411) Validate validator addresses in update-validator-auths proposal ### Breaking Changes ### Build, CI -* (ci) [\#350](https://github.com/line/lbm-sdk/pull/350) Reduce sim test time -* (ci) [\#351](https://github.com/line/lbm-sdk/pull/351) Remove diff condition from sim-normal ### Document Updates -* (docs) [\#361](https://github.com/line/lbm-sdk/pull/361) Add sample command docs -* (docs) [\#392](https://github.com/line/lbm-sdk/pull/392) Modify with latest version of swagger REST interface docs. diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index ded9a83f11..9bb2edbc2e 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [v0.44.0-rc0](https://github.com/line/lbm-sdk/releases/tag/v0.44.0-rc0) + +### Features +* (feat) [\#352] (https://github.com/line/lbm-sdk/pull/352) iavl, db & disk stats logging +* (x/gov) [\#368](https://github.com/line/lbm-sdk/pull/368) Governance Split Votes, use `MsgWeightedVote` to send a split vote. Sending a regular `MsgVote` will convert the underlying vote option into a weighted vote with weight 1. +* (x/upgrade) [\#377] (https://github.com/line/lbm-sdk/pull/377) To smoothen the update to the latest stable release, the SDK includes vesion map for managing migrations between SDK versions. +* (x/wasm) [\#358] (https://github.com/line/lbm-sdk/pull/358) change wasm metrics method to using prometheus directly +* (x/feegrant) [\#380] (https://github.com/line/lbm-sdk/pull/380) Feegrant module +* (x/wasm) [\#395] (https://github.com/line/lbm-sdk/pull/395) Add the instantiate_permission in the CodeInfoResponse +* (x/consortium) [\#406] (https://github.com/line/lbm-sdk/pull/406) Add CreateValidator access control feature +* (x/bank) [\#400] (https://github.com/line/lbm-sdk/pull/400) add `bankplus` function to restrict to send coin to inactive smart contract. + +### Improvements +* (slashing) [\#347](https://github.com/line/lbm-sdk/pull/347) Introduce VoterSetCounter +* (auth) [\#348](https://github.com/line/lbm-sdk/pull/348) Increase default valid_sig_block_period + +### Bug Fixes +* (x/feegrant) [\#383] (https://github.com/line/lbm-sdk/pull/383) Update allowance inside AllowedMsgAllowance +* (tm-db) [\#388] (https://github.com/line/lbm-sdk/pull/388) Bump up tm-db fixing invalid memory reference +* (swagger) [\#391] (https://github.com/line/lbm-sdk/pull/391) fix swagger's config path for wasm +* (x/wasm) [\#393] (https://github.com/line/lbm-sdk/pull/393) fix bug where `StoreCodeAndInstantiateContract`, `UpdateContractStatus`, `UpdateContractStatusProposal` API does not work +* (x/slashing) [\#407] (https://github.com/line/lbm-sdk/pull/407) Fix query signing infos command + +### Breaking Changes +* (x/consortium) [\#411] (https://github.com/line/lbm-sdk/pull/411) Validate validator addresses in update-validator-auths proposal + +### Build, CI +* (ci) [\#350](https://github.com/line/lbm-sdk/pull/350) Reduce sim test time +* (ci) [\#351](https://github.com/line/lbm-sdk/pull/351) Remove diff condition from sim-normal + +### Document Updates +* (docs) [\#361](https://github.com/line/lbm-sdk/pull/361) Add sample command docs +* (docs) [\#392](https://github.com/line/lbm-sdk/pull/392) Modify with latest version of swagger REST interface docs. + + ## [v0.43.1](https://github.com/line/lbm-sdk/releases/tag/v0.43.1) ### Bug Fixes