Release notes - Typescript Wallet SDK - 3.0.0
BREAKING CHANGES
- Upgraded
@stellar/stellar-sdkfrom14.5.0to15.0.1— Protocol 26 support TransactionBase.networkPassphrasesetter now throws to enforce immutability (upstream change)- XDR integer strict validation: i64/u64
fromString()throws on overflow/underflow, i32/u32 throws at XDR serialization (upstream change)
Release notes - Typescript Wallet SDK Key Manager - 3.0.0
BREAKING CHANGES
- Upgraded
@stellar/stellar-sdkfrom14.5.0to15.0.1— Protocol 26 support - Upgraded
@stellar/freighter-apifrom^2.0.0to^6.0.1 - Freighter handler:
custom.networkreplaced withcustom.networkPassphrase TransactionBase.networkPassphrasesetter now throws to enforce immutability (upstream change)
Fixed
- Freighter handler now uses correct network passphrase for XDR deserialization instead of hardcoded
Networks.PUBLIC
Added
- Freighter handler test coverage
Release notes - Typescript Wallet SDK Soroban - 3.0.0
BREAKING CHANGES
- Upgraded
@stellar/stellar-sdkfrom14.5.0to15.0.1— Protocol 26 support TransactionBase.networkPassphrasesetter now throws to enforce immutability (upstream change)- XDR integer strict validation: i64/u64
fromString()throws on overflow/underflow, i32/u32 throws at XDR serialization (upstream change)
Added
- XDR integer boundary and overflow/underflow tests
Full Changelog: v2.0.0...v3.0.0