elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

Claimable Balance and Asset Summary Changes #319

Closed paulbellamy closed 3 years ago

paulbellamy commented 3 years ago

The following changes to claimable balances, and assets endpoints were recently released in Horizon 2.2.0:

Each SDK must update to support the first item in the list, so that the amount, and num_accounts fields can be deprecated in Horizon v3. Each SDK should update to support querying operations and transactions for a given Claimable Balance ID.

The SDF's JavaScript SDK released v8.2.0 recently including these changes.

If your SDK has implemented and released these changes, reference the release in a closing comment.

Kirbyrawr commented 3 years ago

Working on it.

Kirbyrawr commented 3 years ago

https://github.com/elucidsoft/dotnet-stellar-sdk/pull/320