Dotnet Stellar Sdk Versions Save

Stellar API SDK for .NET 6.x

9.0.54

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/elucidsoft/dotnet-stellar-sdk/compare/9.0.34...9.0.54

9.0.37

1 year ago

Changes

  • Support ServerUri with a path included @raymens (#376)
  • Added price ratios wherever available in Horizon. @Heteroculturalism (#380)
  • .NET 6 Upgrade @elucidsoft (#379)
  • Bump Newtonsoft.Json from 12.0.1 to 13.0.1 @dependabot (#374)
  • Fixed Balance.Asset exception when Balance is a liquidity pool shares… @Heteroculturalism (#375)

8.0.6

2 years ago

Changes

Bug Fixes

  • Fixes muxed account not working correctly. @Kirbyrawr (#366)

8.0.1

2 years ago

7.2.25

2 years ago

Changes

  • AssetResponse - Added num_liquidity_pools and liquidity_pools_amount @Heteroculturalism (#348)

Bug Fixes

  • Now muxed ids are ulong instead of long. @Kirbyrawr (#354)

7.2.18

2 years ago

What's Changed

Full Changelog: https://github.com/elucidsoft/dotnet-stellar-sdk/compare/7.2.16...7.2.18

7.2.16

2 years ago

Changes

  • Fix liquidity pool balance deserialization. @Heteroculturalism (#345)

7.2.14

2 years ago

Changes

Bug Fixes

  • Now ReservesRevoked is an array in LiquidityPoolRevokedEffectResponse @Kirbyrawr (#344)

7.2.8

2 years ago

Changes

Bug Fixes

  • Fix for AMM Protocol @Kirbyrawr (#336)

7.2

2 years ago

Changes

  • AMM Protocol 18 @Kirbyrawr (#332)

Features

  • Add 'AddSignature' function @mootz12 (#333)