-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch the last not empty coin balance records #2538
Conversation
Pull Request Test Coverage Report for Build 65e5c15e-5cc7-4140-9086-7245e916a629
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/address/0x9aee56142bbfa9427e103ee13a702178bbf36362/coin_balances
Because of the wrong order of data
apps/block_scout_web/assets/js/lib/coin_balance_history_chart.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of questions
@vbaranov I fixed the chart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@vbaranov I fixed it. the issue was in chart steps |
@vbaranov the issue with duplicate entries is caused by duplicate entries in the DB. Can you please create an issue for it? I'll resolve it in future PRs. I think the issue with the chart is completely fixed by this PR |
@ayrat555 tests are broken |
@vbaranov the test is fixed |
fixes #2535
Motivation
We were fetching coin balance records for coin balance chart in the period of 90 days. This PR fetches last 90 not empty token balance records
Changelog