github stellar/js-stellar-sdk v3.3.0

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

Deprecated ⚠️

  • Horizon 0.25.0 will change the data type for multiple attributes from Int64 to
    string. When the JSON payload includes an Int64, there are
    scenarios where large number data can be incorrectly parsed, since JavaScript doesn't support
    Int64 values. You can read more about it in #1363.

    This release extends the data types for the following attributes to be of type string or number:

    • EffectRecord#offer_id
    • EffectRecord#new_seq
    • OfferRecord#id
    • TradeAggregationRecord#timestamp
    • TradeAggregationRecord#trade_count
    • ManageOfferOperationResponse#offer_id
    • PassiveOfferOperationResponse#offer_id

    We recommend you update your code to handle both string or number in
    the fields listed above, so that once Horizon 0.25.0 is released, your application
    will be able to handle the new type without breaking.

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

NewReleases is sending notifications on new releases.