@stellar/typescript-wallet-sdk 1.10.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.MD CHANGED
@@ -1,3 +1,18 @@
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
+
1
16
  # Release notes - Typescript Wallet SDK - 1.10.0
2
17
 
3
18
  ### Added