rollapp
rollapp copied to clipboard
build(deps): bump github.com/cosmos/cosmos-sdk from 0.46.13 to 0.50.3
Bumps github.com/cosmos/cosmos-sdk from 0.46.13 to 0.50.3.
Release notes
Sourced from github.com/cosmos/cosmos-sdk's releases.
v0.50.3
Cosmos SDK v0.50.3 Release Notes
🚀 Highlights
Some months ago Cosmos SDK Eden was released. Missed the announcement? Read it here. For this month patch release of the v0.50.x line, a few features and improvements were added to the SDK.
Notably, we added and fixed the following:
- Introduced a new bank query,
DenomOwnersByQuery
resolving issues with denoms containing slashes- Improve the block gas meter resetting in baseapp
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from
v0.47.x
tov0.50.1
. Note, that the next SDK release, v0.51.0, will not includex/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.v0.50.2
Cosmos SDK v0.50.2 Release Notes
🚀 Highlights
A month ago, Cosmos SDK Eden was released. Missed the announcement? Read it here. For second patch release of the v0.50.x line, a few features and improvements were added to the SDK.
Notably, we added and fixed the following:
- Allow to import base64 encoded pubkeys in the keyring using
<appd> keys add <name> --pubkey-base64 <base64-pubkey>
- A bug when migrating from v0.45/v0.46 directly to v0.50 due to missing
ConsensusParams
- An issue when simulating gas for transactions when using a multisig
📝 Changelog
Check out the changelog for an exhaustive list of changes, or compare changes from the last release.
Refer to the upgrading guide when migrating from
v0.47.x
tov0.50.x
. Note, that the next SDK release, v0.51.0, will not includex/params
migration, when migrating from < v0.47, v0.50.x or v0.47.x, is a mandatory migration.Eden (v0.50)
... (truncated)
Changelog
Sourced from github.com/cosmos/cosmos-sdk's changelog.
v0.50.3 - 2023-01-15
Features
- (types) #18991 Add SignerExtractionAdapter to PriorityNonceMempool/Config and provide Default implementation matching existing behavior.
- (gRPC) #19043 Add
halt_height
to the gRPC/cosmos/base/node/v1beta1/config
request.Improvements
- (x/bank) #18956 Introduced a new
DenomOwnersByQuery
query method forDenomOwners
, which accepts the denom value as a query string parameter, resolving issues with denoms containing slashes.- (x/gov) #18707 Improve genesis validation.
- (x/auth/tx) #18772 Remove misleading gas wanted from tx simulation failure log.
- (client/tx) #18852 Add
WithFromName
to tx factory.- (types) #18888 Speedup DecCoin.Sort() if len(coins) <= 1
- (types) #18875 Speedup coins.Sort() if len(coins) <= 1
- (baseapp) #18915 Add a new
ExecModeVerifyVoteExtension
exec mode and ensure it's populated in theContext
duringVerifyVoteExtension
execution.- (testutil) #18930 Add NodeURI for clientCtx.
Bug Fixes
- (baseapp) #19058 Fix baseapp posthandler branch would fail if the
runMsgs
had returned an error.- (baseapp) #18609 Fixed accounting in the block gas meter after module's beginBlock and before DeliverTx, ensuring transaction processing always starts with the expected zeroed out block gas meter.
- (baseapp) #18895 Fix de-duplicating vote extensions during validation in ValidateVoteExtensions.
v0.50.2 - 2023-12-11
Features
- (debug) #18219 Add debug commands for application codec types.
- (client/keys) #17639 Allows using and saving public keys encoded as base64.
- (server) #17094 Add a
shutdown-grace
flag for waiting a given time before exit.Improvements
- (telemetry) #18646 (cosmos/cosmos-sdk#18646) Enable statsd and dogstatsd telemetry sinks.
- (server) #18478 Add command flag to disable colored logs.
- (x/gov) #18025 Improve
<appd> q gov proposer
by querying directly a proposal instead of tx events. It is an alias ofq gov proposal
as the proposer is a field of the proposal.- (version) #18063 Allow to define extra info to be displayed in
<appd> version --long
command.- (codec/unknownproto)#18541 Remove the use of "protoc-gen-gogo/descriptor" in favour of using the official protobuf descriptorpb types inside unknownproto.
Bug Fixes
- (x/auth) #18564 Fix total fees calculation when batch signing.
- (server) #18537 Fix panic when defining minimum gas config as
100stake;100uatom
. Use a,
delimiter instead of;
. Fixes the server config getter to use the correct delimiter.- #18531 Baseapp's
GetConsensusParams
returns an empty struct instead of panicking if no params are found.- (client/tx) #18472 Utilizes the correct Pubkey when simulating a transaction.
- (baseapp) #18486 Fixed FinalizeBlock calls not being passed to ABCIListeners.
- (baseapp) #18627 Post handlers are run on non successful transaction executions too.
- (baseapp) #18654 Fixes an issue in which
gogoproto.Merge
does not work with gogoproto messages with custom types.
... (truncated)
Commits
7e6948f
fix(baseapp): nil check in posthandler events (backport #19058) (#19067)3e9a3e9
feat: Add signer extraction adapter to prio-nonce mempool (backport #18991) (...8ac0492
feat(gRPC): Add halt-height to gRPC Node Config Query (backport #19043) (#19044)c0beb19
refactor(client/v2): use address codec instead of global (backport #19026) (#...b3ec532
chore: prepare v0.50.3 (#19009)2a199f5
feat(x/bank): adding DenomOwnersByQuery for denom owners for token (backport ...fe4b58b
fix(testutil): fix FreeTCPAddr localhost usage (backport #18996) (#18999)7f1a2b3
chore: clean-up buf workspace (backport #18993) (#18997)2a0e4a1
test: add NodeURI for clientCtx (backport #18930) (#18987)b2c506b
refactor(client/keys):keys show
command help message (backport #18939) (#1...- Additional commits viewable in compare view
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 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)