Skip to content

Bump github.com/cosmos/cosmos-sdk from 0.45.6 to 0.46.2#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.2
Closed

Bump github.com/cosmos/cosmos-sdk from 0.45.6 to 0.46.2#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.45.6 to 0.46.2.

Release notes

Sourced from github.com/cosmos/cosmos-sdk's releases.

v0.46.2

Cosmos SDK v0.46.2 Release Notes

This release introduces a number of bug fixes, features and improvements.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.1...v0.46.2

v0.46.1

Cosmos SDK v0.46.1 Release Notes

This release introduces a few bug fixes and improvements.

Notably, the crisis invariant check has been speed up (thanks to a Juno bounty) and the default priority mechanism has been improved to depend on gas price instead of fee. In addition, Tendermint has been upgraded to 0.34.21.

Please see the CHANGELOG for an exhaustive list of changes.

Full Commit History: cosmos/cosmos-sdk@v0.46.0...v0.46.1

v0.46.0

Cosmos SDK v0.46.0 Release Notes

This release introduces several new important updates to the Cosmos SDK. The release notes below provide an overview of the larger high-level changes introduced in the v0.46 release series.

That being said, this release does contain many more minor and module-level changes besides those mentioned below. For a comprehsive list of all breaking changes and improvements since the v0.45 release series, please see the CHANGELOG.

New Module: x/group

The previous v0.43 series focused on simplifying keys and fee management for SDK users, by adding x/feegrant and x/authz. v0.46 finishes this work by introducing x/group.

x/group provides functionality to define on-chain groups of people that can execute arbitrary messages based on agreed upon rules. A simple use-case of x/group is to create on-chain multisigs (with updateable members and thresholds), but x/group can also be used to create more complex DAOs.

The x/group module revolves around 3 concepts:

  • A group is simply an aggregation of accounts with associated weights.
  • A group policy is a group with a set of rules attached, called decision policy. The decision policy defines how voting and arbitrary message execution happens (e.g. does a proposal pass on 50% yes? 2/3 yes? is there a way to veto? etc). Each group policy has its own an on-chain account, so can hold funds. Managing group membership separately from decision policies results in the least overhead and keeps membership consistent across different policies.
  • Any member of a group can submit a proposal for a group policy account to decide upon. A proposal consists of a set of messages that will be executed if the proposal passes voting.

If a proposal passes the decision policy's rules after its voting period, then any account can send a MsgExec against this proposal to execute the sdk.Msgs included in the proposal.

For more details about x/group, please refer to the SDK documentation and ADR-042.

The folder structure of x/group contains an internal folder, which holds a custom ORM used only by x/group (and which will be replaced by the new ORM) as well as a new implementation of Dec (for decimals) based on cockroachdb/apd, which serves as a proof-of-concept for the new sdk.Dec.

Msg-based Gov Proposals

In an effort to align x/gov with x/group, the SDK v0.46 release introduces a new Protobuf package: cosmos.gov.v1.

The biggest change compared to the previous cosmoss.gov.v1beta1 is in MsgSubmitProposal: instead of defining gov router proposal handlers, the v0.46 gov execution models is based on sdk.Msgs:

... (truncated)

Changelog

Sourced from github.com/cosmos/cosmos-sdk's changelog.

v0.46.2 - 2022-10-03

API Breaking Changes

  • (cli) #13089 Fix rollback command don't actually delete multistore versions, added method RollbackToVersion to interface CommitMultiStore and added method CommitMultiStore to Application interface.
  • (cli) #13089 NewRollbackCmd now takes an appCreator types.AppCreator.

Features

  • (cli) #13207 Reduce user's password prompts when calling keyring List() function.
  • (cli) #13353 Add tx group draft-proposal command for generating group proposal JSONs (skeleton).
  • (cli) #13304 Add tx gov draft-proposal command for generating proposal JSONs (skeleton).
  • (x/authz) #13047 Add a GetAuthorization function to the keeper.
  • (cli) #12742 Add the prune CLI cmd to manually prune app store history versions based on the pruning options.

Improvements

  • #13323 Ensure withdraw_rewards rewards are emitted from all actions that result in rewards being withdrawn.
  • #13233 Add --append to add-genesis-account sub-command to append new tokens after an account is already created.
  • (x/group) #13214 Add withdraw-proposal command to group module's CLI transaction commands.
  • (x/auth) #13048 Add handling of AccountNumberStoreKeyPrefix to the simulation decoder.
  • (simapp) #13107 Call SetIAVLCacheSize with the configured value in simapp.
  • #13301 Keep the balance query endpoint compatible with legacy blocks
  • #13321 Add flag to disable fast node migration and usage.

Bug Fixes

  • (types) #13265 Correctly coalesce coins even with repeated denominations & simplify logic.
  • (x/auth) #13200 Fix wrong sequences in sign-batch.
  • (export) #13029 Fix exporting the blockParams regression.
  • #13046 Fix missing return statement in BaseApp.Query.
  • (store) #13336 Call streaming listeners for deliver tx event, it was removed accidentally.
  • (grpc) #13417 fix grpc query panic that could crash the node (backport #13352).
  • (grpc) #13418 Add close for grpc only mode.

v0.46.1 - 2022-08-24

Improvements

  • #12953 Change the default priority mechanism to be based on gas price.
  • #12981 Return proper error when parsing telemetry configuration.
  • #12969 Bump Tendermint to v0.34.21 and IAVL to v0.19.1.
  • #12885 Amortize cost of processing cache KV store.
  • (events) #12850 Add a new fee_payer attribute to the tx event that is emitted from the DeductFeeDecorator AnteHandler decorator.
  • (x/params) #12615 Add GetParamSetIfExists function to params Subspace to prevent panics on breaking changes.
  • (x/bank) #12674 Add convenience function CreatePrefixedAccountStoreKey() to construct key to access account's balance for a given denom.
  • #12877 Bumped cosmossdk.io/math to v1.0.0-beta.3
  • #12693 Make sure the order of each node is consistent when emitting proto events.

Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2022
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.6 to 0.46.2.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.6...v0.46.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/cosmos-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.2 branch from 0006f9b to ecec5bd Compare October 14, 2022 19:22
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2022

Superseded by #9.

@dependabot dependabot bot closed this Oct 20, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.46.2 branch October 20, 2022 22:47
giansalex pushed a commit that referenced this pull request Mar 29, 2023
giansalex pushed a commit that referenced this pull request Mar 29, 2023
commit 8093d3d
Merge: d4e6dac 7e076ae
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Sat Nov 12 15:48:45 2022 +0700

    Merge pull request CosmosContracts#351 from pratikbin/patch-1

    fix(Dockerfile): latest alpine, use sh, combine run

commit d4e6dac
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Sat Nov 12 15:36:23 2022 +0700

    Bumps juno version to v12 (CosmosContracts#349)

    * bumps to v12

    * go mod

    * solve conflic with main

    * save node.go

    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>

commit 30adf05
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Fri Nov 11 00:25:47 2022 +0700

    iavl v0.19.4 (CosmosContracts#364)

commit d24dfbe
Merge: 0f58449 64bdef8
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Thu Nov 10 13:47:23 2022 +0700

    Merge pull request CosmosContracts#360 from CosmosContracts/update_ica_cmd_for_v11

    Update genica command

commit 0f58449
Merge: 99a4cec e683b8f
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Thu Nov 10 00:54:45 2022 +0700

    Merge pull request CosmosContracts#362 from CosmosContracts/revert-e2e

    Revert "Merge pull request CosmosContracts#323 from notional-labs/ducnt/e2e"

commit e683b8f
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Wed Nov 9 22:33:45 2022 +0700

    Revert "Merge pull request CosmosContracts#323 from notional-labs/ducnt/e2e"

    This reverts commit 99a4cec, reversing
    changes made to 49056b0.

commit 7e076ae
Author: pratikbin <68642400+pratikbin@users.noreply.github.com>
Date:   Wed Nov 9 20:24:41 2022 +0530

    fix(dockerfile): revert entrypoint

commit 99a4cec
Merge: 49056b0 763101b
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Wed Nov 9 21:48:41 2022 +0700

    Merge pull request CosmosContracts#323 from notional-labs/ducnt/e2e

    E2E testing

commit 64bdef8
Author: Alex Lynham <alex@lynh.am>
Date:   Wed Nov 9 10:30:19 2022 +0000

    chore: now v11 has shipped, update msgs in genica

commit 49056b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 9 10:17:47 2022 +0000

    Bump bruceadams/get-release from 1.2.3 to 1.3.2 (CosmosContracts#333)

    Bumps [bruceadams/get-release](https://github.com/bruceadams/get-release) from 1.2.3 to 1.3.2.
    - [Release notes](https://github.com/bruceadams/get-release/releases)
    - [Commits](bruceadams/get-release@v1.2.3...v1.3.2)

    ---
    updated-dependencies:
    - dependency-name: bruceadams/get-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9a806b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 9 10:17:13 2022 +0000

    Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (CosmosContracts#326)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.0...v1.8.1)

    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4d19c6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 9 10:16:52 2022 +0000

    Bump github.com/cosmos/ibc-go/v3 from 3.3.0 to 3.4.0 (CosmosContracts#358)

    Bumps [github.com/cosmos/ibc-go/v3](https://github.com/cosmos/ibc-go) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/v3.4.0/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v3.3.0...v3.4.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 07e6b4e
Merge: 1295f52 1de0920
Author: Jacob Gadikian <jacobgadikian@gmail.com>
Date:   Wed Nov 9 02:39:54 2022 +0700

    Merge pull request CosmosContracts#321 from disperze/mint-beginblock

    (x/mint) Use new BeginBlock extension

commit 763101b
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Tue Nov 8 13:48:39 2022 +0700

    tidy

commit 9092e7b
Merge: 697c345 1295f52
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Tue Nov 8 13:47:35 2022 +0700

    Merge branch 'main' into ducnt/e2e

commit 697c345
Merge: 4d35221 b27fc7d
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Tue Nov 8 13:41:37 2022 +0700

    Merge branch 'main' into ducnt/e2e

commit 867ad82
Author: pratikbin <68642400+pratikbin@users.noreply.github.com>
Date:   Tue Nov 8 11:15:43 2022 +0530

    fix(dockefile): use entrypoint to handle os signals

commit 4d35221
Author: Duc <ntd1312000@gmail.com>
Date:   Fri Nov 4 12:38:41 2022 +0700

    Minor

commit 95780a4
Author: pratikbin <68642400+pratikbin@users.noreply.github.com>
Date:   Wed Nov 2 19:17:53 2022 +0530

    fix(Dockerfile): latest alpine, use sh, combine run

    - Use latest alpine based golang image

commit d4dc20c
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Wed Nov 2 12:26:45 2022 +0700

    Pull image from ghcr.io/cosmoscontracts/juno

commit aac4d12
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Mon Oct 31 10:19:22 2022 +0700

    When release new version => build new image for e2e test

commit 550b3ab
Author: Duc <ntd1312000@gmail.com>
Date:   Sun Oct 30 16:55:24 2022 +0700

    Test workflow for e2e testing

commit 9d32e92
Author: Duc <ntd1312000@gmail.com>
Date:   Sun Oct 30 16:13:05 2022 +0700

    Test workflow for e2e testing

commit 5a38eab
Author: Duc <ntd1312000@gmail.com>
Date:   Sun Oct 30 16:05:29 2022 +0700

    Test workflow for e2e testing

commit 8bf4a25
Author: Duc <ntd1312000@gmail.com>
Date:   Sun Oct 30 11:58:44 2022 +0700

    Test workflow for e2e testing

commit 515c62e
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 12:50:13 2022 +0700

    minor

commit 98c7dde
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 12:49:12 2022 +0700

    fix codeql.yml file

commit bcbd00f
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 12:39:20 2022 +0700

    minor

commit 0a16725
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 12:38:42 2022 +0700

    code ql auto build not working so we switch to make build

commit c8e1d62
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 12:16:52 2022 +0700

    debug = true in codeql autobuild

commit 68407ac
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 09:19:43 2022 +0700

    linting

commit dda9bbc
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Wed Oct 26 09:16:20 2022 +0700

    build tags for e2e

commit e59dad5
Author: Duc <ntd1312000@gmail.com>
Date:   Tue Oct 25 17:39:37 2022 +0700

    Fix build e2e image

commit 6ba9f45
Author: Duc <ntd1312000@gmail.com>
Date:   Tue Oct 25 17:19:13 2022 +0700

    Fix build e2e image

commit ef35032
Author: Duc <ntd1312000@gmail.com>
Date:   Tue Oct 25 17:03:58 2022 +0700

    Create special Dockerfile for E2E Test

commit 76ae237
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Tue Oct 25 09:43:29 2022 +0700

    Change TestSuite

commit 17b907b
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Mon Oct 24 10:45:56 2022 +0700

    v10 to v11

commit a5a0f02
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Sun Oct 23 22:49:26 2022 +0700

    Verifies that addreeses have correct format

commit cf5cfed
Author: Duc <ntd1312000@gmail.com>
Date:   Sun Oct 23 17:09:26 2022 +0700

    Changing

commit 8593b55
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Sun Oct 23 10:59:19 2022 +0700

    config dockerfile

commit 16362ae
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Fri Oct 21 13:22:12 2022 +0700

    Change Dockerfile

commit 0e54d60
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Thu Oct 20 16:50:03 2022 +0700

    add debug log

commit 6fd25cd
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Thu Oct 20 15:53:42 2022 +0700

    minor change : args update:

commit 47557f8
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Thu Oct 20 15:52:24 2022 +0700

    Add workflow e2e-test

commit e639ec3
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Thu Oct 20 15:01:57 2022 +0700

    Config

commit 221ebe4
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Wed Oct 19 13:35:58 2022 +0700

    Add Dockerfile for E2E Test

commit 51cc27a
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Wed Oct 19 09:25:56 2022 +0700

    Change some config

commit 1de0920
Author: Giancarlos Salas <me@giansalex.dev>
Date:   Mon Oct 17 13:04:10 2022 -0500

    Update beginBlock ext

commit 1906ef6
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Mon Oct 17 17:22:48 2022 +0700

    Change some config

commit d9cbf44
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Mon Oct 17 10:53:02 2022 +0700

    fix fix fix

commit e37524e
Author: Giancarlos Salas <me@giansalex.dev>
Date:   Sun Oct 16 11:26:18 2022 -0500

    Use BeginBlock extension

commit bb10417
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Sun Oct 16 16:55:55 2022 +0700

    minor

commit 595342d
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Sun Oct 16 15:44:59 2022 +0700

    refactor

commit 4445104
Author: vuong <nguyenvuong1122000@gmail.com>
Date:   Sun Oct 16 13:07:42 2022 +0700

    bump to v11

commit cd6987d
Merge: 04662ff 46af112
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Sun Oct 16 13:04:48 2022 +0700

    Merge branch 'CosmosContracts:main' into ducnt/e2e

commit 04662ff
Author: ducnt87 <ntd1312000@gmail.com>
Date:   Fri Oct 14 15:04:13 2022 +0700

    Add e2e test refer to osmosis

commit a6b62d3
Merge: f1750d4 ee32163
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Sat Oct 8 21:42:20 2022 +0700

    Merge pull request #8 from notional-labs/issue-template

    feature request

commit f1750d4
Merge: 1e03aae 3151046
Author: vuong <56973102+vuong177@users.noreply.github.com>
Date:   Sat Oct 8 21:07:59 2022 +0700

    Merge pull request #7 from notional-labs/issue-template

    add issue-template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants