Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Releases: elucidsoft/dotnet-stellar-sdk

2.1 Beta 3

30 Dec 04:17
bbb7ddb
Compare
Choose a tag to compare
2.1 Beta 3 Pre-release
Pre-release
  • 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

02 Dec 00:25
95f6a45
Compare
Choose a tag to compare
2.1.0 Beta 2 Pre-release
Pre-release
Merge pull request #122 from elucidsoft/2.1.0-beta2

Release 2.1.0 Beta 2 for Nuget Package

Release v2.0.3

25 Jul 22:56
4c43c09
Compare
Choose a tag to compare
  • 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

31 May 02:27
0bcba44
Compare
Choose a tag to compare

.NET Core and .NET Standard 2.0 support using same code base.

v1.0.4

10 May 23:34
Compare
Choose a tag to compare

This release adds All Asset Endpoint and Trade Aggregations as well a couple of bug fixes.

.NET Standard 2.0 Support

08 Jan 21:52
Compare
Choose a tag to compare

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

21 Nov 00:26
c780053
Compare
Choose a tag to compare

Stream support added back in and is now working with proxy disconnect behavior.

Initial Release

11 Nov 20:16
c124469
Compare
Choose a tag to compare

Initial Release of dotnetcore-stellar-sdk that is ready for public usage.