docs
docs copied to clipboard
Undefined sort order of transactions
API doc should clarify if /transactions always returns a list of transactions sorted in chronological order, or if the order is not guaranteed
Hey @futureshape. At the moment the transactions returned from /transactions are loosely k-sorted, as they are sorted by ID which increments based on the time, however this isn't guaranteed to be sorted by wall clock time due to clock skew. I'll update the docs, and see if we can sort them in the response by the time returned in the created field too.
Also, it would be great to have a parameter for sorting the transactions ASC / DESC by creation date.
+1 @pawelad