Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Fix block pagination for tx on Address page #512

Closed
wants to merge 29 commits into from
Closed

Fix block pagination for tx on Address page #512

wants to merge 29 commits into from

Conversation

mario-sangar
Copy link

@mario-sangar mario-sangar commented Feb 17, 2021

The expression took 0 - 99 as the last item of the oneline if-else, which caused that the from and to values were both = blockNum. This made the pagination to show only one block, while it allowed only to move in steps of 100 blocks (missing lots of blocks in the middle).

Adding parentheses to limit the last item of the if-else fixes this problem.

Fixes #513

BelfordZ and others added 29 commits October 16, 2020 15:44
…regeth

fix: update service runner core-geth
…sbranch

fix(editorconfig): set pulltagsbranch to empty string
fix: update service runner client + eth client + core-geth
fix: handle bigint with maxBy and minBy
The expression took "0 - 99"  as the last item of the oneline if-else,
which caused that the from and to values were both = blockNum.
This made the pagination to show only one block, allowing only to move
in steps of 100 blocks (missing lots of blocks in the middle)
@mario-sangar mario-sangar closed this by deleting the head repository Jun 26, 2023
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.

Address page block pagination only shows 1 block
3 participants