You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, a .reverse() inside fetchEvents() would fix this! Although, I would question whether fetching events in the order they happened is the most common use case. Is there a case for changing LocalBlockchain to return the latest events instead? I can image use cases like a UI listening for events; you would probably be most interested in the latest events dispatched rather than fetching events and looking at the end for the ones you want. WDYT?
Reported by @mitschabaude
@MartinMinkov I assume this is just because we don't do
fetchedEvents.reverse()
insidefetchEvents()
, as we do for actions?The text was updated successfully, but these errors were encountered: