Skip to content

deps: bump @cosmjs/* 0.32.2 → 0.32.4 (last patch in 0.32 line)#21

Merged
Sentinel-Bluebuilder merged 1 commit intomasterfrom
fix/bump-cosmjs-0.34
Apr 27, 2026
Merged

deps: bump @cosmjs/* 0.32.2 → 0.32.4 (last patch in 0.32 line)#21
Sentinel-Bluebuilder merged 1 commit intomasterfrom
fix/bump-cosmjs-0.34

Conversation

@Sentinel-Bluebuilder
Copy link
Copy Markdown
Owner

Summary

Patch bump within the 0.32.x line for the five @cosmjs/* packages used by the SDK:

Package From To
@cosmjs/amino 0.32.2 0.32.4
@cosmjs/crypto 0.32.2 0.32.4
@cosmjs/encoding 0.32.2 0.32.4
@cosmjs/proto-signing 0.32.2 0.32.4
@cosmjs/stargate 0.32.2 0.32.4

These five are released in lockstep and depend on each other internally, so they're bumped together. 0.32.4 is the last release in the 0.32 line before @cosmjs moved to 0.33+.

Why patch-only

This PR is intentionally scoped to the safe in-line patch upgrade. The larger 0.33+ / 0.38+ migration is not folded in because it involves breaking API changes:

  • Tendermint37ClientCometClient rename and signature change
  • Signer interface tweaks
  • Default gas-price format changes

Those need a separate PR with full e2e re-validation against the chain TX flow (MsgStartSession, MsgCancelSession, fee-grant'd connectAuto, etc.).

Test plan

  • npm install resolves without lockfile churn beyond the five bumped versions
  • npm run build (TypeScript build) succeeds
  • Smoke connect against a known-good node still produces a valid signed MsgStartSession and reaches handshake
  • Smoke disconnect-and-end-session still produces a valid signed MsgCancelSession

No API surface should change within 0.32.x, so consumer code in this repo doesn't need edits.

Patch bump only — no API surface changes within 0.32.x. Picks up the upstream
fixes shipped in 0.32.3 and 0.32.4 (last release in the 0.32 line before
@cosmjs moved to 0.33+).

Affected packages (all five bumped together — they're released in lockstep
and depend on each other internally):
  @cosmjs/amino          0.32.2 → 0.32.4
  @cosmjs/crypto         0.32.2 → 0.32.4
  @cosmjs/encoding       0.32.2 → 0.32.4
  @cosmjs/proto-signing  0.32.2 → 0.32.4
  @cosmjs/stargate       0.32.2 → 0.32.4

Larger move to 0.33+ / 0.38+ involves breaking API changes
(Tendermint37Client → CometClient signature, signer interface tweaks, default
gas-price formats). That's a separate PR with full e2e re-validation, not
folded into this patch bump.
@Sentinel-Bluebuilder Sentinel-Bluebuilder merged commit 2322313 into master Apr 27, 2026
2 checks passed
@Sentinel-Bluebuilder Sentinel-Bluebuilder deleted the fix/bump-cosmjs-0.34 branch April 27, 2026 09:10
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.

1 participant