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(deps): bump @cosmjs/amino from 0.29.4 to 0.31.1 in /quicksilverjs #576

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps @cosmjs/amino from 0.29.4 to 0.31.1.

Changelog

Sourced from @​cosmjs/amino's changelog.

[0.31.1] - 2023-08-21

Fixed

  • @​cosmjs/tendermint-rpc: Add missing earliest_* fields to SyncInfo record returned from the /status RPC endpoint (#1448).

Changed

  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Change default multiplier for gas simulation from 1.3 to 1.4 to avoid out of case cases starting with Cosmos SDK 0.47.
  • @​cosmjs/cosmwasm-stargate: Reduce default gas multiplier for SigningCosmWasmClient.upload to 1.1. (#1360)

#1360: cosmos/cosmjs#1360

[0.31.0] - 2023-06-22

Fixed

  • @​cosmjs/crypto: Migrate to libsodium-wrappers-sumo to be able to use the crypto_pwhash functions (#1429).

#1429: cosmos/cosmjs#1429

Added

  • @​cosmjs/cosmwasm-stargate: Add SigningCosmWasmClient.instantiate2 (#1407).
  • @​cosmjs/cosmwasm-stargate: Add CosmWasmClient.getContractsByCreator (#1266).
  • @​cosmjs/stargate: IndexedTx and DeliverTxResponse now have a msgResponses field (#1305).
  • @​cosmjs/cosmwasm-stargate: Add CosmWasmClient.broadcastTxSync and SigningCosmWasmClient.signAndBroadcastSync to allow broadcasting without waiting for block inclusion. (#1396)
  • @​cosmjs/stargate: Add StargateClient.broadcastTxSync and SigningStargateClient.signAndBroadcastSync to allow broadcasting without waiting for block inclusion. (#1396)
  • @​cosmjs/cosmwasm-stargate: Add Amino JSON support for MsgStoreCode.instantiate_permission. (#334)
  • @​cosmjs/stargate: Add group and gov v1 message types

#334: cosmos/cosmjs#334 #1266: cosmos/cosmjs#1266 #1305: cosmos/cosmjs#1305 #1396: cosmos/cosmjs#1396 #1407: cosmos/cosmjs#1407

Changed

... (truncated)

Commits
  • a242608 Set version 0.31.1
  • 8f81b50 Merge pull request #1469 from cosmos/gas-multiplier
  • 9a57785 Reduce SigningCosmWasmClient.upload multiplier to 1.1
  • 5bb01b8 Change multiplier to 1.4
  • 358260b Merge pull request #1449 from RBFLabs/fix/rpc-earliest-block
  • 665fc3b fix(tendermint-rpc): add earliest block to sync info
  • 21d150e Merge pull request #1447 from alatuszam/main
  • 2f7f5da updated dead discord links README.md
  • c20c718 Merge pull request #1446 from cosmos/codeql-ignore-autogen
  • 1dadf7c Ignore autogenerated PNP files in CodeQL
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2023
@dependabot dependabot bot requested a review from anhductn2001 as a code owner September 15, 2023 13:23
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #576 (bb6dc3e) into main (c2a3f2e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #576   +/-   ##
=======================================
  Coverage   13.19%   13.19%           
=======================================
  Files         243      243           
  Lines       62948    62948           
=======================================
  Hits         8309     8309           
  Misses      53970    53970           
  Partials      669      669           
Flag Coverage Δ
unittests 13.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@faddat
Copy link
Contributor

faddat commented Sep 15, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quicksilverjs/cosmjs/amino-0.31.1 branch from 6efdae5 to 96d820b Compare September 15, 2023 16:37
Bumps [@cosmjs/amino](https://github.com/cosmos/cosmjs) from 0.29.4 to 0.31.1.
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.4...v0.31.1)

---
updated-dependencies:
- dependency-name: "@cosmjs/amino"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/quicksilverjs/cosmjs/amino-0.31.1 branch from 96d820b to bb6dc3e Compare September 15, 2023 17:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 25, 2023

Superseded by #733.

@dependabot dependabot bot closed this Oct 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/quicksilverjs/cosmjs/amino-0.31.1 branch October 25, 2023 07:57
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant