This repository has been archived by the owner on May 24, 2024. It is now read-only.
Releases: elucidsoft/dotnet-stellar-sdk
Releases · elucidsoft/dotnet-stellar-sdk
Release 3.0.3
- This fixes a problem in the SSE streaming client where the Last-Event-Id header was not sent to Horizon.
Release 3.0.1
- Protocol v12 Support
Note: This release has breaking changes with 2.x - Change OfferId and Timestamp types to string
- Replace SSE Event Source with LaunchDarkly.EventSource
- Changed longs of ledger sequence to uint32 (uint)
- Documentation significantly improved. Added dark theme, and multiple examples.
Release 2.2.39
- SEP-0010 Support Added
Release 2.2.31
- Fix for parsing XDR from transaction result.
Release 2.2.28
- Fixed Missing Protocol 11 types
- Exposed Passphrases publicly for Network
Release 2.2.14
- Fixed missing NuGet dependency for XDR project.
Release 2.2.4
- Protocol v11 Support (We attempted to maintain backwards compatibility with this change, please file an issue if you have any problems)
- We seperated out xdr into its own assembly.
Release 2.1.25
- Make LedgerResponse FailedTransactionCount nullable
Release 2.1.23
- Expose TransactionResult objects
Release 2.1.14
- Can now use a Bip39 Seed to generate a KeyPair (SEP-0005)
- Stream Fixes
- .NET Core 2.1
- Horizon Release 12.3 Compatability
- Nett version 0.10.0 upgrade
- Newtonsoft.Json 12.0.1 upgrade
- Fix for AccountResponse missing ITransactionBuilderAccount interface.
- Fix for Server.SubmitTransaction for an unfunded account fails.
- Support Non-ED25519 Keys in Response
- Added support for Visual Studio SourceLink (https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink)
- Timebounds Fixes and Improvements
- Serialization of Responses
- Follow Linked Resources (HAL and Link Following)
- Documentation Improvements
- Removed .NET Core independent build from NuGet package. The .NET Standard 2.0 will work with core, was not needed and causing issues.
- Horizon 0.15.0 Support
- Horizon 0.16.0 Support
- Horizon 0.17.0 Support
- Added headers to help stellar.org understand sdk usage.