github stellar/js-stellar-sdk v10.1.0

latest releases: v15.1.0, v15.0.1, v14.6.1...
4 years ago

This is a promotion without changes from v10.1.0-beta.0. Its CHANGELOG is replicated below.

Add

  • Support for Protocol 19 (#775):

    • new precondition fields on a TransactionResponse
    • new account fields on AccountResponse and AccountRecord
    • bumping stellar-base to the latest beta version
  • Add a way to filter offers by seller: OfferCallBuilder.seller(string), corresponding to GET /offers?seller=<string> (#773).

Fix

  • Add missing field to account responses: last_modified_time which is the time equivalent of the existing last_modified_ledger (#770).

  • Stop opening extra connections when SSE streams receive event: close events (#772).

  • Fix SSE streams not loading under React Native (thank you, @hunterpetersen!) (#761).

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.