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

Update dependency @cosmjs/proto-signing to v0.33.0 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cosmjs/proto-signing (source) 0.30.1 -> 0.33.0 age adoption passing confidence

Release Notes

cosmos/cosmjs (@​cosmjs/proto-signing)

v0.33.0

Compare Source

Changed

v0.32.4

Compare Source

Fixed
Added
Changed

v0.32.3

Compare Source

Changed
  • @​cosmjs/amino: Add IBC denom support to parseCoins and use the same
    implementation in all those imports:

    import { parseCoins } from "@​cosmjs/proto-signing";
    // equals
    import { parseCoins } from "@​cosmjs/stargate";
    // equals
    import { parseCoins } from "@​cosmjs/amino";
  • @​cosmjs/stargate: Let parseRawLog gracefully handle empty strings to better
    support Cosmos SDK 0.50 inputs. (#​1564)

Fixed

v0.32.2

Compare Source

Fixed
Changed
  • @​cosmjs/tendermint-rpc: Require protocol to be set in endpoint URLs (https://,
    http://, wss:// or ws://). Otherwise an error is raised instead of falling
    back to ws://. (#​1527)

v0.32.1

Compare Source

Fixed

v0.32.0

Compare Source

Added
Fixed
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
    .getCometClient/.forceGetCometClient.
  • @​cosmjs/stargate: Remove interfaces SearchBySentFromOrToQuery and
    SearchByHeightQuery which became obsolete with the searchTx change in
    0.31.0.
Deprecated
  • @​cosmjs/tendermint-rpc: CometClient should be used instead of
    TendermintClient.
  • @​cosmjs/stargate: Deprecate SigningStargateClient.sendIbcTokens. Please use
    signAndBroadcast + MsgTransferEncodeObject instead. (#​1493)
  • @​cosmjs/stargate: Deprecate IndexedTx.rawLog and DeliverTxResponse.rawLog
    because those fields are unset from Cosmos SDK 0.50 onwards (see
    here).

v0.31.3

Compare Source

Fixed

v0.31.2

Compare Source

Fixed

v0.31.1

Compare Source

Fixed
Changed

v0.31.0

Compare Source

Fixed
Added
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team and webbushka as code owners June 22, 2023 13:58
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.31.0 Update dependency @cosmjs/proto-signing to v0.31.1 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 78aa41f to e7eee6f Compare August 21, 2023 11:09
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.31.1 Update dependency @cosmjs/proto-signing to v0.31.2 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from e7eee6f to 0be6264 Compare October 24, 2023 19:03
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.31.2 Update dependency @cosmjs/proto-signing to v0.31.3 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 0be6264 to 68bddb5 Compare October 25, 2023 13:38
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.31.3 Update dependency @cosmjs/proto-signing to v0.32.0 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 68bddb5 to 8d06c7c Compare November 23, 2023 14:14
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.32.0 Update dependency @cosmjs/proto-signing to v0.32.1 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 8d06c7c to 3c0875b Compare December 4, 2023 17:24
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.32.1 Update dependency @cosmjs/proto-signing to v0.32.2 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 3c0875b to cd2db44 Compare December 19, 2023 17:14
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from cd2db44 to 5797202 Compare March 8, 2024 16:31
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.32.2 Update dependency @cosmjs/proto-signing to v0.32.3 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 5797202 to 3099715 Compare May 21, 2024 19:15
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 3099715 to 12e6d67 Compare June 26, 2024 09:49
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.32.3 Update dependency @cosmjs/proto-signing to v0.32.4 Jun 26, 2024
@renovate renovate bot changed the title Update dependency @cosmjs/proto-signing to v0.32.4 Update dependency @cosmjs/proto-signing to v0.33.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/cosmjs-proto-signing-0.x branch from 12e6d67 to 435fa47 Compare January 15, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants