Release 11.0.0
What's Changed
- Added new methods by @cuongph87 in (#22)
- Fixed SEP-10 web auth issue by @jopmiddelkamp in (#23)
Breaking changes
- Renamed
wasmId
towasmHash
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 ofStellarDotnetSdk.Requests.SorobanRpc.GetTransactionsRequest
toStellarDotnetSdk.Requests.SorobanRpc
. - Moved and renamed enum
GetTransactionResponse.GetTransactionStatus
toTransactionInfo.TransactionStatus
. - Changed
Transaction.SorobanTransactionData
property to get-only, use the addedSetSorobanTransactionData
method instead. - Renamed the
now
argument tovalidFrom
for theWebAuthentication.BuildChallengeTransaction
method. - Renamed the
timeout
argument tovalidFor
for theWebAuthentication.BuildChallengeTransaction
method. - Changed the default value of the
now
argument toDateTimeOffset.Now
for theWebAuthentication.ReadChallengeTransaction
method.
Full Changelog: 10.0.0...11.0.0