Release/3.0.1#239
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Patch release 3.0.1 for the TypeScript Wallet SDK monorepo packages, rolling up previously-merged correctness fixes by bumping package versions and documenting the changes in each package changelog.
Changes:
- Bump package versions from
3.0.0→3.0.1across the three published workspaces. - Add
3.0.1release notes to each package’sCHANGELOG.MD(detailed notes for the main SDK + KM; version-bump note for Soroban).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| @stellar/typescript-wallet-sdk/package.json | Version bump to 3.0.1 for the main SDK package. |
| @stellar/typescript-wallet-sdk/CHANGELOG.MD | Adds 3.0.1 release notes describing the correctness fixes included in the patch release. |
| @stellar/typescript-wallet-sdk-soroban/package.json | Version bump to 3.0.1 for the Soroban package. |
| @stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD | Adds a 3.0.1 entry indicating a version bump. |
| @stellar/typescript-wallet-sdk-km/package.json | Version bump to 3.0.1 for the Key Manager package. |
| @stellar/typescript-wallet-sdk-km/CHANGELOG.MD | Adds 3.0.1 release notes describing the KeyManager cache deletion fix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
piyalbasu
approved these changes
May 29, 2026
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 release rolling up the two correctness PRs landed since 3.0.0:
client_domainre-signing instead of trusting a server-supplied transactionsubmitWithFeeIncrease: forwardmaxFeeacross recursive retries so the cap is enforced on every retry, not just the firstsubmitTransaction: replace unbounded recursive 504 retries with a bounded equal-jitter exponential backoff loopKeyManager.removeKey: actually delete the in-memory cache entry instead of leaving it staleNo public API changes. No new dependencies. SemVer patch.
Test plan
yarn build— all 3 packages compile successfullyyarn lint— zero warningsyarn test:ci— all suites passing onmainpost-merge🤖 Generated with Claude Code