Skip to content

Stellar SDK 0.25.0

Compare
Choose a tag to compare
@nebolsin nebolsin released this 30 Oct 21:16
v0.25.0
3454e71

stellar-base

Added

  • MuxedAccount implements #to_keypair conversion protocol
  • MuxedAccount correctly responds to #address with strkey encoded public key

Fixed

  • Transaction::V0#source_account now properly returns MuxedAccount instead of raw bytes

stellar-sdk

Changed

  • Stellar::SEP10 is updated to comply with SEP10 v2.1.0
    • build_challenge_tx now accepts domain instead of anchor_name, using the
      old param name will now result in deprecation warning
    • read_challenge_tx correctly validates multi-op challenge transactions
    • verify_challenge_tx_threshold now expects simple {'GA...' => weight, ... } hash for signers

Removed:

  • Remove deprecated Stellar::SEP10.verify_challenge_tx method