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

chore: update cosmos-sdk to v0.47.5 #689

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

PoisonPhang
Copy link
Contributor

@PoisonPhang PoisonPhang commented Sep 12, 2023

Updates the cosmos-sdk to v0.47.5

v0.47.5 - 2023-09-01

Features

  • (client/rpc) #17274 Add QueryEventForTxCmd cmd to subscribe and wait event for transaction by hash.
  • (keyring) #17424 Allows to import private keys encoded in hex.

Improvements

  • (x/gov) #17387 Add MsgSubmitProposal SetMsgs method.
  • (x/gov) #17354 Emit VoterAddr in proposal_vote event.
  • (x/group, x/gov) #17220 Add --skip-metadata flag in draft-proposal to skip metadata prompt.
  • (x/genutil) #17296 Add MigrateHandler to allow reuse migrate genesis related function.
    • In v0.46, v0.47 this function is additive to the genesis migrate command. However in v0.50+, adding custom migrations to the genesis migrate command is directly possible.

Bug Fixes

  • (server) #17181 Fix db_backend lookup fallback from config.toml.
  • (runtime) #17284 Properly allow to combine depinject-enabled modules and non-depinject-enabled modules in app v2.
  • (baseapp) #17159 Validators can propose blocks that exceed the gas limit.
  • (baseapp) #16547 Ensure a transaction's gas limit cannot exceed the block gas limit.
  • (x/gov,x/group) #17220 Do not try validate msgURL as web URL in draft-proposal command.
  • (cli) #17188 Fix --output-document flag in tx multi-sign.
  • (x/auth) #17209 Internal error on AccountInfo when account's public key is not set.

@PoisonPhang PoisonPhang linked an issue Sep 12, 2023 that may be closed by this pull request
@KaiserKarel
Copy link
Contributor

/e2e

@PoisonPhang PoisonPhang merged commit a4119ff into main Sep 13, 2023
140 checks passed
@PoisonPhang PoisonPhang deleted the 688-upgrade-cosmos-sdk-fork-to-v0475 branch September 13, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade cosmos-sdk fork to v0.47.5
3 participants