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/stargate from 0.29.4 to 0.32.0 in /quicksilverjs #802

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps @cosmjs/stargate from 0.29.4 to 0.32.0.

Changelog

Sourced from @​cosmjs/stargate's changelog.

[0.32.0] - 2023-11-23

Added

  • @​cosmjs/stargate and @​cosmjs/cosmwasm-stargate: sign/signAndBroadcast/signAndBroadcastSync and related functions now have an additional parameter to specify the timeout height. After this height, a signed transaction will be considered invalid by the chain. (#1489)
  • @​cosmjs/amino: Export omitDefault to help build Amino JSON converters.

#1489: cosmos/cosmjs#1489

Fixed

  • @​cosmjs/stargate: Handle key value pairs in tx search correctly if the value is a numeric value. (#1462)
  • @​cosmjs/cosmwasm-stargate: Make fix_msg optional in AminoMsgInstantiateContract2 and omit default in the Amino JSON converter to fix Amino JSON signing for MsgInstantiateContract2. (#1509)

#1462: cosmos/cosmjs#1462 #1509: cosmos/cosmjs#1509

Changed

  • all: Upgrade cosmjs-types to 0.9.0. This makes a few fields non-optional. It changes all 64 bit int fields from type long to bigint. As part of the upgrade, the types do not require the long and protobufjs anymore. (#1484)
  • all: gasWanted/gasUsed fields were changed from type number to bigint to supported cases where users put very high gas values in there (#1465).
  • Drop support for Node.js 14 and add support for Node.js 20. (#1421)
  • @​cosmjs/tendermint-rpc: Remove Adaptor abstractions which are not needed anymore by haing a dedicated client for each backend.
  • @​cosmjs/tendermint-rpc: Add CometClient = Tendermint34Client | Tendermint37Client | Comet38Client and connectComet for auto-detecting the right client for a provided endpoint.
  • @​cosmjs/stargate: Let SigningStargateClient.createWithSigner and StargateClient.create take a CometClient argument, adding support for Comet38Client. The auto-detection in SigningStargateClient.connectWithSigner and StargateClient.connect now supports CometBFT 0.38. Rename StargateClient.getTmClient/.forceGetTmClient to .getCometClient/.forceGetCometClient.
  • @​cosmjs/cosmwasm-stargate: Let SigningCosmWasmClient.createWithSigner and CosmWasmClient.create take a CometClient argument, adding support for Comet38Client. The auto-detection in SigningCosmWasmClient.connectWithSigner and CosmWasmClient.connect now supports CometBFT 0.38. Rename CosmWasmClient.getTmClient/.forceGetTmClient to

... (truncated)

Commits
  • 4acc29a Set version 0.32.0
  • b7c66d8 Merge pull request #1513 from cosmos/simapp-50
  • 9e6b82c Disable tests that are currently not working
  • 6ecf76a Upgrade chain to 0.50.1
  • f01ae2a Adapt testing code for 0.50 compatibility
  • d0e4c37 Add SIMAPP50_ENABLED+SLOW_SIMAPP50_ENABLED in codebase
  • 656bfdb Run simapp50 in CI
  • b53b0c1 Add simapp50 folder
  • 2dc388f Merge pull request #1514 from cosmos/deprecate-rawLog
  • bf0ec62 Deprecate IndexedTx.rawLog and DeliverTxResponse.rawLog
  • 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)

Bumps [@cosmjs/stargate](https://github.com/cosmos/cosmjs) from 0.29.4 to 0.32.0.
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.29.4...v0.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2023
@dependabot dependabot bot requested a review from sontrinh16 as a code owner November 24, 2023 07:34
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 24, 2023
@dependabot dependabot bot requested a review from anhductn2001 as a code owner November 24, 2023 07:34
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Merging #802 (056c12f) into main (aa4f358) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #802   +/-   ##
=======================================
  Coverage   14.45%   14.45%           
=======================================
  Files         243      243           
  Lines       63133    63133           
=======================================
  Hits         9126     9126           
  Misses      53251    53251           
  Partials      756      756           
Flag Coverage Δ
unittests 14.45% <ø> (ø)

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

Superseded by #825.

@dependabot dependabot bot closed this Dec 5, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/quicksilverjs/cosmjs/stargate-0.32.0 branch December 5, 2023 08:04
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.

0 participants