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

fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.33.0 #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cosmjs/cosmwasm-stargate (source) 0.31.3 -> 0.33.0 age adoption passing confidence

Release Notes

cosmos/cosmjs (@​cosmjs/cosmwasm-stargate)

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).

Configuration

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

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Nov 23, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch 16 times, most recently from 3a5e736 to 3f98834 Compare November 30, 2023 09:49
@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch 13 times, most recently from b892f97 to 1ec06dc Compare December 4, 2023 17:34
@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch 23 times, most recently from 979f013 to 337f16f Compare February 22, 2024 06:11
@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch from 337f16f to c1ebbe6 Compare March 8, 2024 16:26
@renovate renovate bot changed the title fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.32.2 fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.32.3 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch from c1ebbe6 to 6066375 Compare June 26, 2024 09:46
@renovate renovate bot changed the title fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.32.3 fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.32.4 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/cosmjs-cosmwasm-stargate-0.x branch from 6066375 to f214280 Compare January 15, 2025 14:54
@renovate renovate bot changed the title fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.32.4 fix(deps): update dependency @cosmjs/cosmwasm-stargate to v0.33.0 Jan 15, 2025
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