History API call is missing results

Hi, @constantgraph

The team mentioned that the history is not a real-time feature, so, it is expected that it takes some time to show the latest event (5 ~ 10 min)

Other notes:

  1. Events in the history are sorted by desc epoch by default.
  2. So, you would need to use pagingAfterEpoch and pagingAfterHash for pagination because epoch is the primary sort key.