Skip to content

build(deps): bump cosmossdk.io/api from 0.8.0-rc.3 to 1.0.0#231

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

build(deps): bump cosmossdk.io/api from 0.8.0-rc.3 to 1.0.0#231
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/cosmossdk.io/api-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

Bumps cosmossdk.io/api from 0.8.0-rc.3 to 1.0.0.

Release notes

Sourced from cosmossdk.io/api's releases.

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.54.2

Cosmos SDK v0.54.2 Release Notes

🚀 Highlights

Announcing Cosmos SDK v0.54

We are pleased to announce the release of Cosmos SDK v0.54! Cosmos SDK v0.54 is part of the 2026.1 release family. This release introduces order of magnitude improvements to network stability and throughput.

See the full v0.54 release notes for more details on what's included in this release.

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

For more information on upgrading, please see our upgrade guide.

📝 Changelog

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

v0.53.7

Cosmos SDK v0.53.7 Release Notes

🚀 Highlights

This patch release includes minor functionality additions.

📝 Changelog

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

v0.53.6

... (truncated)

Changelog

Sourced from cosmossdk.io/api's changelog.

Changelog

UNRELEASED

Breaking Changes

Features

  • (abci) #25620 Add support for new application side mempool ABCI methods.
  • (abci) #25969 Add support for new ABCI methods, InsertTx and ReapTxs.

Improvements

  • (docs) #25918 Regenerate Swagger API spec to reflect current proto state, including authority field on consensus params and removal of stale module-config definitions.

... (truncated)

Commits
  • 2e909b3 chore: prep dependencies and create rc for log/v2 and api (#25888)
  • 49ba1ea feat(x/mint): Add max supply param (backport #19896) (#25599)
  • 028ba6c fix(mempool): add thread safety to NextSenderTx (#25869)
  • 11dae73 build(deps): Bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#25884)
  • c6909d5 fix(blockstm): wake up suspended executors on cancel (#25793)
  • ae802a1 feat: blockstm check pre-state in transaction state transition (#25786)
  • 8c2f693 feat!: Override Events in EventManager (#25877)
  • 56b05ca build(deps): Bump webpack from 5.98.0 to 5.105.0 in /docs in the npm_and_yarn...
  • 3067281 feat(grpc): expose block_results through gRPC (#25850)
  • ae80efb fix(grpc): return actual earliest_store_height in node.Status endpoint (#25647)
  • 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.8.0-rc.3 to 1.0.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.8.0-rc.3...api/v1.0.0)

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

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

dependabot Bot commented on behalf of github May 5, 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.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 5, 2026
@greptile-apps

greptile-apps Bot commented May 5, 2026

Copy link
Copy Markdown

PR author is not in the allowed authors list.

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