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

Release 3.0.3

23 Oct 22:23
80f601f
Compare
Choose a tag to compare
  • This fixes a problem in the SSE streaming client where the Last-Event-Id header was not sent to Horizon.

Release 3.0.1

20 Oct 16:34
e6d5294
Compare
Choose a tag to compare
  • 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

09 Aug 00:36
ede5c64
Compare
Choose a tag to compare
  • SEP-0010 Support Added

Release 2.2.31

24 Jul 00:19
598715c
Compare
Choose a tag to compare
  • Fix for parsing XDR from transaction result.

Release 2.2.28

22 Jun 22:38
c734042
Compare
Choose a tag to compare
  • Fixed Missing Protocol 11 types
  • Exposed Passphrases publicly for Network

Release 2.2.14

02 May 21:32
b1462a0
Compare
Choose a tag to compare
  • Fixed missing NuGet dependency for XDR project.

Release 2.2.4

02 May 01:47
d9f4161
Compare
Choose a tag to compare
  • 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

29 Mar 23:33
9cf4117
Compare
Choose a tag to compare
  • Make LedgerResponse FailedTransactionCount nullable

Release 2.1.23

25 Mar 00:32
300c406
Compare
Choose a tag to compare
  • Expose TransactionResult objects

Release 2.1.14

03 Mar 15:40
7837367
Compare
Choose a tag to compare
  • 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.