Skip to content

0.31.0

Compare
Choose a tag to compare
@sreuland sreuland released this 11 Jan 04:07
74858e9

Changes

  • Fixed NPE on TrustlineCreatedEffectResponse.getAsset() for liquidity pool asset type.
    Consolidated Asset factory creation pattern, made consistent for all asset types including native, alpha4, alpha12, liquidity pool shares.
    (#398).

Breaking changes

  • org.stellar.sdk.Asset.createNonNativeAsset() is now private. (#398).
  • org.stellar.sdk.responses.effects.TrustlineCUDResponse, removed non-default public constructor, it wasn't needed. (#398).
  • Muxed accounts are now supported by default. Previously we added opt in support for muxed accounts. But now we are changing the default behavior so that muxed accounts are rendered using their 'M' address encoding (#399).