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

build(deps): Bump @cosmjs/proto-signing from 0.31.1 to 0.32.0 #381

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @cosmjs/proto-signing from 0.31.1 to 0.32.0.

Changelog

Sourced from @​cosmjs/proto-signing'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/proto-signing](https://github.com/cosmos/cosmjs) from 0.31.1 to 0.32.0.
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.31.1...v0.32.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #386.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/cosmjs/proto-signing-0.32.0 branch December 4, 2023 22:43
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
Development

Successfully merging this pull request may close these issues.

0 participants