Skip to content

v1.1.1

Compare
Choose a tag to compare
@JakeUrban JakeUrban released this 05 Oct 19:12
· 321 commits to master since this release

Patch release upgrading Polaris' Stellar SDK to 2.8, which includes support for Protocol 14. Note the SDK has a single breaking change:

  • The type of stellar_sdk.signer.Signer.signer_key is changed from Xdr.types.SignerKey to stellar_sdk.signer_key.SignerKey.

This breaking change did not affect Polaris' use of the SDK, but it may affect your SDK usage.