File tree Expand file tree Collapse file tree
typescript-wallet-sdk-soroban Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Release notes - Typescript Wallet SDK Key Manager - 2.0.0
2+
3+ ### BREAKING CHANGES
4+ * Minimum Node.js version bumped from 18 to 20 (#233 )
5+ * Upgraded ` @stellar/stellar-sdk ` from ` 13.0.0-beta.1 ` to ` 14.5.0 ` (#233 )
6+
7+ ### Changed
8+ * SEP-10 challenge validation errors now throw plain ` Error ` instead of ` InvalidChallengeError ` (upstream SDK change) (#233 )
9+
110# Release notes - Typescript Wallet SDK Key Manager - 1.10.0
211* Version bump
312
Original file line number Diff line number Diff line change 11{
22 "name" : " @stellar/typescript-wallet-sdk-km" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 2.0 .0" ,
44 "engines" : {
55 "node" : " >=20"
66 },
Original file line number Diff line number Diff line change 1+ # Release notes - Typescript Wallet SDK Soroban - 2.0.0
2+
3+ ### BREAKING CHANGES
4+ * Minimum Node.js version bumped from 18 to 20 (#233 )
5+ * Upgraded ` @stellar/stellar-sdk ` from ` 13.0.0-beta.1 ` to ` 14.5.0 ` (#233 )
6+
7+ ### Fixed
8+ * Fixed XDR type compatibility for SDK v14 — replaced ` StrKey.encodeContract(contractId()) ` with ` Address.fromScAddress() ` to handle ` Hash ` type change from ` Buffer ` to ` Opaque[] ` (#233 )
9+
110# Release notes - Typescript Wallet SDK Soroban - 1.10.0
211* Version bump
312
Original file line number Diff line number Diff line change 11{
22 "name" : " @stellar/typescript-wallet-sdk-soroban" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 2.0 .0" ,
44 "engines" : {
55 "node" : " >=20"
66 },
Original file line number Diff line number Diff line change 1+ # Release notes - Typescript Wallet SDK - 2.0.0
2+
3+ ### BREAKING CHANGES
4+ * Minimum Node.js version bumped from 18 to 20 (#233 )
5+ * Upgraded ` @stellar/stellar-sdk ` from ` 13.0.0-beta.1 ` to ` 14.5.0 ` (#233 )
6+ * ` serverSigningKey ` is now required for SEP-10 authentication (#233 )
7+ * ` RecoveryServer.signingKey ` is now required in the type definition (#233 )
8+
9+ ### Added
10+ * ` MissingSigningKeyError ` — thrown when anchor's ` stellar.toml ` does not contain a ` SIGNING_KEY ` (#233 )
11+ * ` ChallengeValidationFailedError ` and ` NetworkPassphraseMismatchError ` error classes for clearer SEP-10 error handling (#233 )
12+
13+ ### Removed
14+ * Local ` readChallengeTx ` fallback function (#233 )
15+
116# Release notes - Typescript Wallet SDK - 1.10.0
217
318### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @stellar/typescript-wallet-sdk" ,
3- "version" : " 1.10 .0" ,
3+ "version" : " 2.0 .0" ,
44 "engines" : {
55 "node" : " >=20"
66 },
You can’t perform that action at this time.
0 commit comments