gnolang / tm2-js-client

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

Bump @cosmjs/crypto from 0.30.1 to 0.31.0 #38

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @cosmjs/crypto from 0.30.1 to 0.31.0.

Changelog

Sourced from @​cosmjs/crypto's changelog.

[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

  • all: upgrade cosmjs-types to 0.8.0 to include Cosmos SDK 0.46/0.47 and IBC v7 types.
  • @​cosmjs/cosmwasm-stargate: Implement auto-detection for Tendermint 0.34/37 (#1411).
  • @​cosmjs/cosmwasm-stargate: Remove structured searchTx queries. Only raw query strings and key/value pairs are now supported. (#1411)
  • @​cosmjs/cosmwasm-stargate: Let searchTx return non-readonly array. The caller owns this array and can mutate it as they want. (#1411)
  • @​cosmjs/cosmwasm-stargate: In UploadResult (result from SigningCosmWasmClient.upload), rename originalChecksum to checksum and remove compressedChecksum (#1409).
  • @​cosmjs/stargate: Implement auto-detection for Tendermint 0.34/37 (#1411).
  • @​cosmjs/stargate: Remove structured searchTx queries. Only raw query strings and key/value pairs are now supported. (#1411)
  • @​cosmjs/stargate: Let searchTx return non-readonly array. The caller owns this array and can mutate it as they want. (#1411)

... (truncated)

Commits


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 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[bot] commented 1 year ago

Looks like @cosmjs/crypto is up-to-date now, so this is no longer needed.