deps: bump @cosmjs/* 0.32.2 → 0.32.4 (last patch in 0.32 line)#21
Merged
Sentinel-Bluebuilder merged 1 commit intomasterfrom Apr 27, 2026
Merged
deps: bump @cosmjs/* 0.32.2 → 0.32.4 (last patch in 0.32 line)#21Sentinel-Bluebuilder merged 1 commit intomasterfrom
Sentinel-Bluebuilder merged 1 commit intomasterfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch bump within the
0.32.xline for the five@cosmjs/*packages used by the SDK:@cosmjs/amino@cosmjs/crypto@cosmjs/encoding@cosmjs/proto-signing@cosmjs/stargateThese five are released in lockstep and depend on each other internally, so they're bumped together.
0.32.4is the last release in the0.32line before@cosmjsmoved to0.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:Tendermint37Client→CometClientrename and signature changeThose need a separate PR with full e2e re-validation against the chain TX flow (
MsgStartSession,MsgCancelSession, fee-grant'd connectAuto, etc.).Test plan
npm installresolves without lockfile churn beyond the five bumped versionsnpm run build(TypeScript build) succeedsMsgStartSessionand reaches handshakeMsgCancelSessionNo API surface should change within
0.32.x, so consumer code in this repo doesn't need edits.