question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transactions returned out of order

See original GitHub issue

Describe the bug

Fetching transactions through the API with orderBy=timestamp:desc returns data that is out of order.

Possibly connected to https://github.com/ArkEcosystem/core/pull/2513 ?

To Reproduce Steps to reproduce the behavior:

  1. Go to https://explorer.ark.io/api/v2/transactions?limit=25&orderBy=timestamp:desc or similar
  2. Look at transaction timestamps

Expected behavior Ordered data.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
faustbriancommented, May 12, 2019

There will be an option for you to get raw transactions and blocks without them being processed by a response transformer.

1reaction
datedcommented, May 11, 2019

The following should probably work as an additional field:

// packages/core-api/src/versions/2/transactions/transformer.ts

forgedTime: model.timestamp ? formatTimestamp(model.timestamp) : null
Read more comments on GitHub >

github_iconTop Results From Across the Web

The Three Types of Payment Reversals - Chargeback Gurus
A payment reversal is any situation where a merchant reverses a transaction, returning the funds to the account of the cardholder who made ......
Read more >
Customer and vendor transaction is out of order by entry time
Yes, when you sort on the Date, as pictured, generally the transactions within a date are displayed in order of entry.
Read more >
What To Do If You're Billed for Things You Never Got, or You ...
Check out the company's refund and return policies, the item's availability, and the total cost before you place your order. Get a shipment...
Read more >
Difference Between Refund and Reversal Transaction
With refunds, the money is always returned using the same method used to make the payment.
Read more >
What Is a Void Transaction and Where, When & How Does It ...
A void transaction is a transaction that is canceled by a merchant or vendor before it settles through a consumer's account.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found