Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

get_paginated_logs fixes and refactoring #1328

Merged
merged 2 commits into from
May 31, 2022

Conversation

meetmangukiya
Copy link
Contributor

@meetmangukiya meetmangukiya commented May 31, 2022

Motivation

from and to both blocks are inclusive in the filter range which leads to double loading of boundary blocks on pagination.

Solution

Load next page from last + 1 to last + 1 + page_size

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@meetmangukiya meetmangukiya changed the title fix(providers): do not load boundry blocks on every page get_paginated_logs fixes and refactoring May 31, 2022
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@gakonst gakonst merged commit e0db2f0 into gakonst:master May 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants