Skip to content

Release 11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 19:31
· 11 commits to master since this release

What's Changed

Breaking changes

  • Renamed wasmId to wasmHash to be more consistent with the official documentation and other SDKs.
  • wasmHash arguments now expect a hex-encoded string instead of a base64 string.
  • Moved PaginationOptions class from a child class of StellarDotnetSdk.Requests.SorobanRpc.GetTransactionsRequest to StellarDotnetSdk.Requests.SorobanRpc.
  • Moved and renamed enum GetTransactionResponse.GetTransactionStatus to TransactionInfo.TransactionStatus.
  • Changed Transaction.SorobanTransactionData property to get-only, use the added SetSorobanTransactionData method instead.
  • Renamed the now argument to validFrom for the WebAuthentication.BuildChallengeTransaction method.
  • Renamed the timeout argument to validFor for the WebAuthentication.BuildChallengeTransaction method.
  • Changed the default value of the now argument to DateTimeOffset.Now for the WebAuthentication.ReadChallengeTransaction method.

Full Changelog: 10.0.0...11.0.0