Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3 #1247

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3.

Release notes

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

v0.45.3

Cosmos SDK v0.45.3 Release Notes

This release introduces a Tendermint dependency update to v0.34.19 which itself includes two bug fixes related to consensus. See the full changelog from v0.34.17-v0.34.19 here.

In addition, it includes a change to ScheduleUpgrade to allow upgrades without requiring a governance proposal process.

See the Cosmos SDK v0.45.3 Changelog for the exhaustive list of all changes.

Full Commit History: cosmos/cosmos-sdk@v0.45.2...v0.45.3

v0.45.2

Cosmos SDK v0.45.2 Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.45 series:

Highlights:

  • Add hooks to allow modules to add things to state-sync. Please see [PR #10961](cosmos/cosmos-sdk#10961) for more information.
  • Register EIP191 as an available SignMode for chains to use. Please note that in v0.45.2, the Cosmos SDK does not support EIP-191 out of the box. But if your chain wants to integrate EIP-191, it's possible to do so by passing a TxConfig with your own sign mode handler which implements EIP-191, using the new provided authtx.NewTxConfigWithHandler function.
  • Add a new rollback CLI command to perform a state rollback by one block. Read more in [PR #11179](cosmos/cosmos-sdk#11179).
  • Some new queries were added:
    • x/authz: GrantsByGrantee to query grants by grantee,
    • x/bank: SpendableBalances to query an account's total (paginated) spendable balances,
    • TxService: GetBlockWithTxs to fetch a block along with all its transactions, decoded.
  • Some bug fixes, such as:
    • Update the prune everything strategy to store the last two heights.
    • Fix data race in store trace component.
    • Fix cgo secp signature verification and update libscep256k1 library.

See the Cosmos SDK v0.45.2 Changelog for the exhaustive list of all changes and check other fixes in the 0.45.x release series.

Full Commit History: cosmos/cosmos-sdk@v0.45.1...v0.45.2

Changelog

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

v0.45.3 - 2022-04-12

Improvements

  • #11562 Updated Tendermint to v0.34.19; unsafe-reset-all command has been moved to the tendermint sub-command.

Features

  • (x/upgrade) #11551 Update ScheduleUpgrade for chains to schedule an automated upgrade on BeginBlock without having to go though governance.

v0.45.2 - 2022-04-05

Features

  • (tx) #\11533 Register EIP191 as an available SignMode for chains to use.
  • #11430 Introduce a new grpc-only flag, such that when enabled, will start the node in a query-only mode. Note, gRPC MUST be enabled with this flag.
  • (x/bank) #11417 Introduce a new SpendableBalances gRPC query that retrieves an account's total (paginated) spendable balances.
  • (x/bank) #10771 Add safety check on bank module perms to allow module-specific mint restrictions (e.g. only minting a certain denom).
  • (x/bank) #10771 Add bank.BankKeeper.WithMintCoinsRestriction function to restrict use of bank MintCoins usage. This function is not on the bank Keeper interface, so it's not API-breaking, but only additive on the keeper implementation.
  • #10944 x/authz add all grants by grantee query
  • #11124 Add GetAllVersions to application store
  • (x/auth) #10880 Added a new query to the tx query service that returns a block with transactions fully decoded.
  • #11314 Add state rollback command.

Bug Fixes

  • #11354 Added missing pagination flag for bank q total query.
  • #11197 Signing with multisig now works with multisig address which is not in the keyring.
  • (client) #11283 Support multiple keys for tx simulation and setting automatic gas for txs.
  • (store) #11177 Update the prune everything strategy to store the last two heights.
  • (store) #11117 Fix data race in store trace component
  • (x/authz) #11252 Allow insufficient funds error for authz simulation
  • (crypto) #11298 Fix cgo secp signature verification and update libscep256k1 library.

Improvements

  • #9576 Add debug error message to query result when enabled
  • (types) #11200 Added Min() and Max() operations on sdk.Coins.
  • #11267 Add hooks to allow app modules to add things to state-sync (backport #10961).
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)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@fedekunze fedekunze enabled auto-merge (squash) April 12, 2022 12:01
@fedekunze
Copy link
Contributor

closes: #1215

@fedekunze fedekunze merged commit 1d3c146 into main Apr 12, 2022
@fedekunze fedekunze deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.45.3 branch April 12, 2022 12:10
@crodriguezvega
Copy link
Contributor

Closes #1217

mergify bot pushed a commit that referenced this pull request Apr 18, 2022
…1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

# Conflicts:
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Apr 18, 2022
…1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

# Conflicts:
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Apr 18, 2022
…1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

# Conflicts:
#	go.mod
#	go.sum
crodriguezvega added a commit that referenced this pull request Apr 21, 2022
…(backport #1247) (#1271)

* build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3 (#1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

# Conflicts:
#	go.mod
#	go.sum

* fix conflicts

* delete dead link

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: crodriguezvega <carlos@interchain.io>
ellie4x pushed a commit to Carina-labs/ibc-go that referenced this pull request Sep 14, 2022
…(backport cosmos#1247) (cosmos#1271)

* build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3 (cosmos#1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

* fix conflicts

* delete dead link

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: crodriguezvega <carlos@interchain.io>
dudong2 pushed a commit to dudong2/ibc-go that referenced this pull request Jan 19, 2023
…(backport cosmos#1247) (cosmos#1271)

* build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3 (cosmos#1247)

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1d3c146)

* fix conflicts

* delete dead link

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: crodriguezvega <carlos@interchain.io>
CosmosCar pushed a commit to caelus-labs/ibc-go that referenced this pull request Nov 6, 2023
…th-rollkit" page (cosmos#1247)

<!--
Please read and fill out this form before submitting your PR.

Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->

## Overview

This PR edits the README.md in rollkit/rollkit to allow it to be adapted
directly into the documentation site.

This:
- [x] adds external links to any internal links within the repo, e.g.
`./contributing.md`
- [x] adds hard break after github badges so as to not cramp the top of
the page when it is in the docs. see images for context. no space is
as-is currently, the version with space is how it will look with hard
breaks
- [x] uses sentence-case for headings

Example without hard break:
<img width="345" alt="scrot 2023-10-13 at 2 03 41 PM"
src="https://github.com/rollkit/rollkit/assets/46639943/80ffb32e-4f82-4141-9695-cc8a8be1021b">

Example with hard break:
<img width="488" alt="scrot 2023-10-13 at 2 09 53 PM"
src="https://github.com/rollkit/rollkit/assets/46639943/c3a8078f-7a9b-4897-a4c5-c3db805548ad">

<!-- 
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue. 
-->

## Checklist

<!-- 
Please complete the checklist to ensure that the PR is ready to be
reviewed.

IMPORTANT:
PRs should be left in Draft until the below checklist is completed.
-->

- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [x] Linked issues closed with keywords

p.s. dang my fork is still rollmint, good times

---------

Co-authored-by: Manav Aggarwal <manavaggarwal1234@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants