From c60b1af55b0194c2ffe57a41895151cfa50a54f9 Mon Sep 17 00:00:00 2001 From: Damian Nolan Date: Tue, 12 Sep 2023 11:59:13 +0200 Subject: [PATCH 1/2] chore: adding changelog to mod/capability --- modules/capability/CHANGELOG.md | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 modules/capability/CHANGELOG.md diff --git a/modules/capability/CHANGELOG.md b/modules/capability/CHANGELOG.md new file mode 100644 index 00000000000..35693112c5a --- /dev/null +++ b/modules/capability/CHANGELOG.md @@ -0,0 +1,58 @@ + + +# Changelog + +## [Unreleased] + +### Dependencies + +* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Upgrade capability module to cosmos-sdk v0.50 + +### API Breaking + +### State Machine Breaking + +### Improvements + +* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Variuos improvements made to testing to reduce the dependency tree and use new cosmos-sdk test utils. + +### Features + +### Bug Fixes + +* [\#15030](https://github.com/cosmos/cosmos-sdk/pull/15030) `InitMemStore` now correctly uses a `NewInfiniteGasMeter` for both `GasMeter` **and** `BlockGasMeter`. This fixes an issue where the `gasMeter` was incremented non-deterministically across validators. See [\#15015](https://github.com/cosmos/cosmos-sdk/issues/15015) for more information. + +## Capability in the Cosmos SDK Repository + +The capability module was originally released in [v0.40.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.0) of the Cosmos SDK. +Please see the [Release Notes](https://github.com/cosmos/cosmos-sdk/blob/v0.40.0/RELEASE_NOTES.md). + +The capability module has been removed from the Cosmos SDK from `v0.50.0` onwards and has been migrated to this repository. +It will now be maintained as a standalone go module. + +Please refer to the Cosmos SDK repository for historical content. \ No newline at end of file From e23473e396b911ddbde4acf5e0e856496f7473de Mon Sep 17 00:00:00 2001 From: Damian Nolan Date: Tue, 12 Sep 2023 12:59:31 +0200 Subject: [PATCH 2/2] Update modules/capability/CHANGELOG.md Co-authored-by: Cian Hatton --- modules/capability/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/capability/CHANGELOG.md b/modules/capability/CHANGELOG.md index 35693112c5a..cf6d1b30cae 100644 --- a/modules/capability/CHANGELOG.md +++ b/modules/capability/CHANGELOG.md @@ -39,7 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Variuos improvements made to testing to reduce the dependency tree and use new cosmos-sdk test utils. +* [\#4068](https://github.com/cosmos/ibc-go/pull/4068) Various improvements made to testing to reduce the dependency tree and use new cosmos-sdk test utils. ### Features