gnolang / tm2-js-client

The Tendermint2 JS/TS client (SDK)
https://gno.land
Apache License 2.0
9 stars 2 forks source link

Bump @cosmjs/crypto from 0.31.0 to 0.32.0 #112

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps @cosmjs/crypto from 0.31.0 to 0.32.0.

Changelog

Sourced from @​cosmjs/crypto'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 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)