Deprecated ⚠️
-
Horizon 0.25.0 will change the data type for multiple attributes from
Int64to
string. When the JSON payload includes anInt64, there are
scenarios where large number data can be incorrectly parsed, since JavaScript doesn't support
Int64values. You can read more about it in #1363.This release extends the data types for the following attributes to be of type
stringornumber:EffectRecord#offer_idEffectRecord#new_seqOfferRecord#idTradeAggregationRecord#timestampTradeAggregationRecord#trade_countManageOfferOperationResponse#offer_idPassiveOfferOperationResponse#offer_id
We recommend you update your code to handle both
stringornumberin
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.