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
2.1 Beta 3
- 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)
- Horizon 0.15.0 Support
- 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.
2.1.0 Beta 2
Merge pull request #122 from elucidsoft/2.1.0-beta2 Release 2.1.0 Beta 2 for Nuget Package
Release v2.0.3
- Increased code coverage and fixed several issues when adding new unit tests.
- Refactored the RequestBuilders so that they could re-use HttpClient from Server which allows for socket re-use and will prevent socket exhaustion as well as increase overall performance.
- You can now extract the transaction instance from the XDR Envelope
v2.0.0
.NET Core and .NET Standard 2.0 support using same code base.
v1.0.4
This release adds All Asset Endpoint and Trade Aggregations as well a couple of bug fixes.
.NET Standard 2.0 Support
This is an initial release of .NET Standard 2.0 support. I plan on re-organizing how things are done to better suit this version. But for now it will be kept here...
Stream support
Stream support added back in and is now working with proxy disconnect behavior.
Initial Release
Initial Release of dotnetcore-stellar-sdk that is ready for public usage.