bnogalm / StellarQtSDK

Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API
Mozilla Public License 2.0
26 stars 12 forks source link

Claimable Balance and Asset Summary Changes #52

Closed paulbellamy closed 1 year 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.

bnogalm commented 1 year ago

Implemented and merged on master