Skip to content

build(deps): Bump cosmossdk.io/api from 0.9.2 to 1.1.0 in /core - #344

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/core/cosmossdk.io/api-1.1.0
Open

build(deps): Bump cosmossdk.io/api from 0.9.2 to 1.1.0 in /core#344
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/core/cosmossdk.io/api-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps cosmossdk.io/api from 0.9.2 to 1.1.0.

Release notes

Sourced from cosmossdk.io/api's releases.

schema/v1.1.0

Breaking Changes

cosmossdk.io/schema was previously tagged as v1.0.0, but several stubs were included in this release which were unimplemented. v1.1.0 removes any unimplemented stubs and retracts v1.0.0 so that the schema v1 API is actually reflective of the codebase.

POA v1.1.0 Release Notes

🚀 Highlights

POA v1.1.0 adds new features to the enterprise POA module around consensus key management and rotation, as well as supporting post quantum key types via Cosmos SDK v0.55.0 and CometBFT v0.40.0.

Upgrading to this version of the POA from any v1.0.x release will require a coordinated chain upgrade.

For more upgrade information, check out the Cosmos SDK v0.55.0 upgrading guide.

Group v1.0.0 Release Notes

The Group module enables on-chain multisig and collective decision-making for any set of accounts. Groups are formed with weighted members and one or more configurable decision policies, then govern shared accounts through proposals. With enterprise-level support, it is ready for production deployments requiring flexible, auditable multi-party authorization.

🚀 Highlights

  • Weighted group membership: Create groups with an admin, weighted members, and attach decision policies that define how proposals pass. Admins can be a single address, a multisig, or a group policy account itself.
  • Full proposal lifecycle: Members submit proposals containing arbitrary SDK messages, vote (YES/NO/ABSTAIN/NO_WITH_VETO), and any account can trigger execution once accepted.
  • Flexible decision policies: Two built-in policies — threshold (absolute weighted vote count) and percentage (proportion of YES votes) — each with configurable voting and minimum execution periods. The DecisionPolicy interface supports custom extensions.

POA v1.0.0 Release Notes

The POA module provides an admin-managed validator set as a drop-in replacement for the staking, distribution, and slashing modules. Purpose-built for institutional deployments run by a known set of operators, it offers a streamlined validator lifecycle with no native token required. Fee distribution to validators and full governance compatibility are included out of the box.

🚀 Highlights

  • Admin-controlled validator lifecycle: A single, customizable admin account manages validator creation, power updates, and removal. This admin can be set to a multisig, governance, or a single address.
  • Proportional fee distribution: Transaction fees accumulate in the POA module account allocated to validators in proportion to their voting power. Validators withdraw their accumulated fees via MsgWithdrawFees at any time.
  • Governance integration: Proposal submission, deposits, and voting are gated to active validators. A custom vote-tallying function weights votes by validator power.

v0.55.0

Cosmos SDK v0.55.0 Release Notes

🚀 Highlights

Announcing Cosmos SDK v0.55

We are pleased to announce the release of Cosmos SDK v0.55! We’re excited to be delivering a new version of the Cosmos SDK that provides key features and updates around consensus key rotation and new post quantum key types.

Upgrading to this version of the Cosmos SDK from any v0.54.x release will require a coordinated chain upgrade.

For more upgrade information, check out our upgrading guide

📝 Changelog

Check out the changelog for an exhaustive list of changes, or compare changes from the last release.

... (truncated)

Changelog

Sourced from cosmossdk.io/api's changelog.

Changelog

UNRELEASED

Breaking Changes

Features

Improvements

Bug Fixes

Deprecated

... (truncated)

Commits
  • 2e918aa chore: api changelog typo (#26682)
  • 864de88 chore: bump cometbft to v0.40.0 (#26680)
  • a86df25 chore: changelog updates for v0.55.0 release (#26681)
  • d3f6a85 chore(api): api changelog updates for v1.1.0 (#26679)
  • 9e1c878 chore(api): update proto generation with latest changes (#26678)
  • 0203d4c fix(poa): always return error when migrating fees to an occupied key (#26642)
  • bac34e7 chore: Add upgrade doc (#26643)
  • 10881ce build(deps): Bump google.golang.org/grpc from 1.81.1 to 1.82.1 in /tools/conf...
  • 8083adf fix(staking): allow multiple history entires in genesis import, and fix label...
  • 6e84a47 fix(codec,x/tx): lower nested Any depth cap from 10000 to 64 to reduce DoS am...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.9.2 to 1.1.0.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@api/v0.9.2...api/v1.1.0)

---
updated-dependencies:
- dependency-name: cosmossdk.io/api
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 30, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: A:automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants