@stellar/typescript-wallet-sdk 2.0.0 → 3.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 +7 -0
- package/lib/bundle.js +1562 -1687
- package/lib/bundle.js.map +1 -1
- package/lib/bundle_browser.js +2 -2
- package/lib/bundle_browser.js.map +1 -1
- package/package.json +2 -2
- package/test/wallet.test.ts +9 -8
package/CHANGELOG.MD
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# Release notes - Typescript Wallet SDK - 3.0.0
|
|
2
|
+
|
|
3
|
+
### BREAKING CHANGES
|
|
4
|
+
* Upgraded `@stellar/stellar-sdk` from `14.5.0` to `15.0.1` — Protocol 26 support
|
|
5
|
+
* `TransactionBase.networkPassphrase` setter now throws to enforce immutability (upstream change)
|
|
6
|
+
* XDR integer strict validation: i64/u64 `fromString()` throws on overflow/underflow, i32/u32 throws at XDR serialization (upstream change)
|
|
7
|
+
|
|
1
8
|
# Release notes - Typescript Wallet SDK - 2.0.0
|
|
2
9
|
|
|
3
10
|
### BREAKING CHANGES
|