Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

build(deps): bump github.com/cosmos/cosmos-sdk from 0.43.0-rc2 to 0.43.0-rc3 #403

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2021

Bumps github.com/cosmos/cosmos-sdk from 0.43.0-rc2 to 0.43.0-rc3.

Release notes

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

Cosmos SDK v0.43.0-RC3 Release Notes

This is a fourth Release Candidate for v0.43. If no issue will be reported this will be the final release.

This release contains two major bug fixes:

  • This release includes an important x/capabiliy module bug fix which prohibited IBC to create new channels (issue #9800). The fix introduces an API-breaking change by removing the x/capability/keeper/Keeper.InitializeAndSeal method and replaces it with Seal(). It also requires app developers to update their app module manager by adding x/capability module to BeginBlockers before any other module's BeginBlocker.
  • #9793 Fixed ECDSA/secp256r1 transaction malleability.

One client-breaking change has also been introduced to fix an emitted event:

  • #9785 Fix missing coin denomination in logs when emitting the create_validator event.

It also includes a couple of minor fixes and improvements:

  • #9750 Emit events for tx signature and sequence, so clients can now query txs by signature (tx.signature='<base64_sig>') or by address and sequence combo (tx.acc_seq='<addr>/<seq>').
  • Multiple CLI UX improvements. Notably, we changed <app> tx distribution withdraw-all-rewards CLI by forcing the broadcast mode if a chunk size is greater than 0. This will ensure that the transactions do not fail even if the user uses invalid broadcast modes for this command (sync and async). This was requested by the community and we consider it as fixing the withdraw-all-rewards behavior.

Please see the CHANGELOG for more details.

Changelog

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

v0.43.0-rc3 - 2021-08-05

Bug Fixes

  • #9720 Feegrant grant cli granter now accepts key name as well as address in general and accepts only address in --generate-only mode
  • #9766 Fix hardcoded ledger signing algorithm on keys add command.
  • #9793 Fixed ECDSA/secp256r1 transaction malleability.

Features

  • #9750 Emit events for tx signature and sequence, so clients can now query txs by signature (tx.signature='<base64_sig>') or by address and sequence combo (tx.acc_seq='<addr>/<seq>').

API Breaking Changes

  • (x/capability) #9836 Removed InitializeAndSeal(ctx sdk.Context) and replaced with Seal(). App must add x/capability module to the begin blockers which will assure that the x/capability keeper is properly initialized. The x/capability begin blocker must be run before any other module which uses x/capability.

Improvements

  • (cli) #9717 Added CLI flag --output json/text to tx cli commands.

Client-Breaking Changes

  • #9785 Missing coin denomination in logs

CLI Breaking Changes

  • #9827 Ensure input parity of validator public key input between tx staking create-validator and gentx.
  • #9781 Improvewithdraw-all-rewards UX when broadcast mode async or async is used.
Commits
  • 0054c40 chore: Changelog and Release Notes for 0.43.0-rc3 (#9801)
  • e609415 style(capability)!: update go doc comments and remove BeginBlocker (backport ...
  • 650ccdb fix!: Capability Issue on Restart, Backport to v0.43 (backport #9836) (#9841)
  • 838269b fix: fixed missing coin denomination in msg server logs (backport #9786) (#9844)
  • 6137324 fix!: update gentx val pub key input parsing (backport #9827) (#9833)
  • 59b1004 feat: Improve withdraw-all-rewards UX (backport #9781) (#9824)
  • 4ebcae6 fix: feegrant grant cli bug (backport #9720) (#9733)
  • b561931 fix: hardcoded ledger algo on keys add (backport #9766) (#9803)
  • 3daccc9 chore: added changelog for 9793 (secp256r1 tx malleability) (backport #9796) ...
  • c6d03f7 fix: Cap Initialization Fix (forward-port #9392) (#9805)
  • 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 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 Aug 5, 2021
@fedekunze
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.43.0-rc3 branch from e6fa0bc to a143591 Compare August 5, 2021 16:32
@fedekunze fedekunze self-assigned this Aug 6, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.43.0-rc3 branch from a143591 to e7c45e0 Compare August 6, 2021 10:48
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.43.0-rc2 to 0.43.0-rc3.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.43.0-rc3/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.43.0-rc2...v0.43.0-rc3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.43.0-rc3 branch from e7c45e0 to f8c5fb3 Compare August 6, 2021 10:58
@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #403 (1c7008c) into main (b5a78e7) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
+ Coverage   50.68%   50.72%   +0.04%     
==========================================
  Files          48       48              
  Lines        4840     4844       +4     
==========================================
+ Hits         2453     2457       +4     
  Misses       2288     2288              
  Partials       99       99              
Impacted Files Coverage Δ
app/app.go 83.81% <100.00%> (+0.17%) ⬆️

@fedekunze fedekunze enabled auto-merge (squash) August 6, 2021 12:43
@fedekunze fedekunze merged commit 75b7f56 into main Aug 6, 2021
@fedekunze fedekunze deleted the dependabot/go_modules/github.com/cosmos/cosmos-sdk-0.43.0-rc3 branch August 6, 2021 12:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant