Skip to content

v3.0.0

Latest

Choose a tag to compare

@CassioMG CassioMG released this 15 Apr 23:17
41d1cba

Release notes - Typescript Wallet SDK - 3.0.0

BREAKING CHANGES

  • Upgraded @stellar/stellar-sdk from 14.5.0 to 15.0.1 — Protocol 26 support
  • TransactionBase.networkPassphrase setter 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-sdk from 14.5.0 to 15.0.1 — Protocol 26 support
  • Upgraded @stellar/freighter-api from ^2.0.0 to ^6.0.1
  • Freighter handler: custom.network replaced with custom.networkPassphrase
  • TransactionBase.networkPassphrase setter 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-sdk from 14.5.0 to 15.0.1 — Protocol 26 support
  • TransactionBase.networkPassphrase setter 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