Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Bump @cosmjs/crypto from 0.26.8 to 0.29.3#17

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cosmjs/crypto-0.29.3
Open

Bump @cosmjs/crypto from 0.26.8 to 0.29.3#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cosmjs/crypto-0.29.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2022

Bumps @cosmjs/crypto from 0.26.8 to 0.29.3.

Changelog

Sourced from @​cosmjs/crypto's changelog.

[0.29.3] - 2022-10-25

Added

  • @​cosmjs/tendermint-rpc: Add HttpBatchClient, which implements RpcClient, supporting batch RPC requests (#1300).
  • @​cosmjs/encoding: Add lossy parameter to fromUtf8 allowing the use of a replacement charater instead of throwing.
  • @​cosmjs/stargate: Add structured Eventss to IndexTx.events and DeliverTxResponse.events.
  • @​cosmjs/cosmwasm-stargate: Add structured Eventss field to SigningCosmWasmClients transaction execution methods.

Fixed

  • @​cosmjs/stargate: Fix Amino JSON encoding of the unset case of commission_rate and min_self_delegation in MsgEditValidator/AminoMsgEditValidator.

[0.29.2] - 2022-10-13

Added

  • @​cosmjs/amino: Add encodeEd25519Pubkey analogue to the existing encodeSecp256k1Pubkey.
  • @​cosmjs/proto-signing: Add Ed25519 support to encodePubkey and anyToSinglePubkey. Export anyToSinglePubkey.
  • @​cosmjs/utils: Add isDefined which checks for undefined in a TypeScript-friendly way.
  • @​cosmjs/stargate: Add missing {is,}MsgBeginRedelegateEncodeObject, {is,MsgCreateValidatorEncodeObject} and {is,MsgEditValidatorEncodeObject}.

#1300: cosmos/cosmjs#1300

Fixed

  • @​cosmjs/cosmwasm-stargate: Use type JsonObject = any for smart query requests and messages (in WasmExtension.wasm.queryContractSmart, CosmWasmClient.queryContractSmart, SigningCosmWasmClient.instantiate, SigningCosmWasmClient.migrate, SigningCosmWasmClient.execute). This reverts the type change done in CosmJS 0.23.0. (#1281, #1284)
  • @​cosmjs/cosmwasm-stargate: AminoMsgCreateValidator and createStakingAminoConverters were fixed after testing both MsgCreateValidator and MsgEditValidator in sign mode direct and Amino JSON (#1290).

#1281: cosmos/cosmjs#1281 #1284: cosmos/cosmjs#1284 #1290: cosmos/cosmjs#1290

... (truncated)

Commits
  • ad2da94 Set version 0.29.3
  • d03116e Merge pull request #1304 from cosmos/fix-AminoMsgEditValidator
  • ccef527 Fix Amino JSON for commission_rate/min_self_delegation
  • d953ede Merge pull request #1302 from cosmos/stargate-events
  • c51fb21 Add events to SigningCosmWasmClient's methods
  • 5242771 Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx
  • f2cfb31 Add DeliverTxResponse.events
  • e62e461 Add structured Eventss to IndexTx.events
  • a08c6ba Add lossy parameter to fromUtf8
  • 55ca044 Batch RPC requests 2 (#1303)
  • 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 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/crypto](https://github.com/cosmos/cosmjs) from 0.26.8 to 0.29.3.
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.26.8...v0.29.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants