Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps @cosmjs/stargate from 0.33.1 to 0.35.0.

Release notes

Sourced from @​cosmjs/stargate's releases.

0.35.0

Cosmos client

  • Add timeout option to CometBFT clients
  • Avoid unnecessary status request when connecting a Comet38Client, Tendermint37Client or Tendermint34Client
  • Upgrade CosmJS types to Cosmos SDK 0.50
  • Kill @​cosmjs/cli to reduce maintenance burden
  • Fix block result types in CometBFT clients

Modern JS

  • Replace bn.js dependency with native bigints
  • Modernize codebase for Node.js 20+
  • Migrate away from axios to native fetch, reducing bundle size and external dependencies
  • Preparation for better ES6 module support
  • Replace the Node.js „crypto“ import with native crypto APIs to reduce problems with other environments
  • All JS output is now ES2022

CI / tooling

  • Migrate all CI jobs from CircleCI to GitHub Actions
  • Migrate lint tooling to latest versions of eslint and typescript-eslint

Huge shout out to @​dynst for an enoumous amount of high quality contributions to the 0.35.0 and 0.34.0 releases!

0.34.0

Significant updates

  • Replace elliptic with noble-curves for the secp256k1 implementation
  • Add support for CometBFT 1.x

Full Changelog: https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md#0340---2025-07-11

Changelog

Sourced from @​cosmjs/stargate's changelog.

[0.35.0] - 2025-08-13

Added

  • @​cosmjs/tendermint-rpc: Add timeout option for HTTP requests in HttpClient and HttpBatchClient. (#1660)

#1660: cosmos/cosmjs#1660

Changed

  • all: Drop support for Node.js < 20.
  • all: All JS output is now es2022.
  • all: Upgrade cosmjs-types to ^0.10.1 (Cosmos SDK 0.50 series)
  • @​cosmjs/cli: package got removed with no replacement
  • @​cosmjs/tendermint-rpc: Make constructor functions Tendermint34Client.create, Tendermint37Client.create and Comet38Client.create non-async. (#1597)
  • @​cosmjs/tendermint-rpc, @​cosmjs/faucet-client: Remove cross-fetch polyfilling.
  • @​cosmjs/tendermint-rpc: Avoid unnecessary status request when connecting a Comet38Client, Tendermint37Client or Tendermint34Client. (#1772)
  • @​cosmjs/tendermint-rpc: The fields in interface ConsensusParams are now optional as Tendermint RPC might omit them.
  • @​cosmjs/stargate: Make constructor functions {Signing,}StargateClient.create and SigningStargateClient.createWithSigner non-async. (#1597)
  • @​cosmjs/cosmwasm: Make constructor functions {Signing,}CosmWasmClient.create and SigningCosmWasmClient.createWithSigner non-async. (#1597)
  • replace bn.js dependency with bigint (#1720)
  • @​cosmjs/stargate: the GasPrice constructor now enforces a non-empty denom. (#1761)
  • @​cosmjs/amino: parseCoins now supports denoms with colons, periods, underscores and dashes (#1763)

#1597: cosmos/cosmjs#1597 #1720: cosmos/cosmjs#1720 #1761: cosmos/cosmjs#1761 #1763: cosmos/cosmjs#1763 #1772: cosmos/cosmjs#1772

[0.34.0] - 2025-07-11

Fixed

  • @​cosmjs/faucet: isValidAddress now accepts addresses up to 128 bytes (e.g. for Penumbra). (#1674)
  • @​cosmjs/tendermint-rpc: Fix decodeCommit to allow decoding height 0 commits with block hash set but empty signatures. (#1590)

#1590: cosmos/cosmjs#1590 #1674: cosmos/cosmjs#1674

... (truncated)

Commits
  • 1264c2c Set version 0.35.0
  • 80a41a6 Bump ws to 7.5.10 (#1795)
  • a3d31f9 chore: remove redundant word (#1768)
  • bb41aeb build: update checkout action to v5 (#1793)
  • 85880a4 fix: correct typos in decimal constructor docs and pubkey conversion comment ...
  • bea1ba0 Set version 0.35.0-rc.0
  • c4fbbe9 Merge pull request #1783 from cosmos/tsconfig-node20-simon
  • 5cbe6b6 Add CHANGELOG entry
  • 870369b Disable asyncChunks everywhere for consistency
  • 60625b2 remove explicit moduleResolution=node16
  • 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 <dependency name> 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)

Bumps [@cosmjs/stargate](https://github.com/cosmos/cosmjs) from 0.33.1 to 0.35.0.
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md)
- [Commits](cosmos/cosmjs@v0.33.1...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 14, 2025

Superseded by #1516.

@dependabot dependabot bot closed this Aug 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/xchain-cosmos-sdk/cosmjs/stargate-0.35.0 branch August 14, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant