Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions @stellar/typescript-wallet-sdk-km/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release notes - Typescript Wallet SDK Key Manager - 2.0.0

### BREAKING CHANGES
* Minimum Node.js version bumped from 18 to 20 (#233)
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)

### Changed
* SEP-10 challenge validation errors now throw plain `Error` instead of `InvalidChallengeError` (upstream SDK change) (#233)

# Release notes - Typescript Wallet SDK Key Manager - 1.10.0
* Version bump

Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk-km/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk-km",
"version": "1.10.0",
"version": "2.0.0",
"engines": {
"node": ">=20"
},
Expand Down
9 changes: 9 additions & 0 deletions @stellar/typescript-wallet-sdk-soroban/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release notes - Typescript Wallet SDK Soroban - 2.0.0

### BREAKING CHANGES
* Minimum Node.js version bumped from 18 to 20 (#233)
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)

### Fixed
* Fixed XDR type compatibility for SDK v14 — replaced `StrKey.encodeContract(contractId())` with `Address.fromScAddress()` to handle `Hash` type change from `Buffer` to `Opaque[]` (#233)

# Release notes - Typescript Wallet SDK Soroban - 1.10.0
* Version bump

Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk-soroban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk-soroban",
"version": "1.10.0",
"version": "2.0.0",
"engines": {
"node": ">=20"
},
Expand Down
15 changes: 15 additions & 0 deletions @stellar/typescript-wallet-sdk/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Release notes - Typescript Wallet SDK - 2.0.0

### BREAKING CHANGES
* Minimum Node.js version bumped from 18 to 20 (#233)
* Upgraded `@stellar/stellar-sdk` from `13.0.0-beta.1` to `14.5.0` (#233)
* `serverSigningKey` is now required for SEP-10 authentication (#233)
* `RecoveryServer.signingKey` is now required in the type definition (#233)

### Added
* `MissingSigningKeyError` — thrown when anchor's `stellar.toml` does not contain a `SIGNING_KEY` (#233)
* `ChallengeValidationFailedError` and `NetworkPassphraseMismatchError` error classes for clearer SEP-10 error handling (#233)

### Removed
* Local `readChallengeTx` fallback function (#233)

# Release notes - Typescript Wallet SDK - 1.10.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/typescript-wallet-sdk",
"version": "1.10.0",
"version": "2.0.0",
"engines": {
"node": ">=20"
},
Expand Down