revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

Claimable Balance and Asset Summary Changes #102

Open paulbellamy opened 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.