Skip to content

Release 12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 09:35
· 9 commits to master since this release
a04f9f7

What's Changed

Soroban improvements by @cuongph87 in (#24)

  • Added unit tests for GetLedgerEntries of type ConfigSetting and TTL.
  • Added new SCInt128 constructor that accepts a numeric string.
  • Updated SorobanServer constructor SorobanServer(string uri) to SorobanServer(string uri, string? bearerToken = null), allowing direct injection of custom bearer tokens.
  • Added new DefaultStellarSdkHttpClient class.

Breaking changes

  • Reordered parameters in SCInt128 constructor, from SCInt128(ulong lo, long hi) to SCInt128(long hi, ulong lo) to match with other SDKs.

Full Changelog: 11.0.0...12.0.0