-
Notifications
You must be signed in to change notification settings - Fork 485
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
Latest blocks layout issue #1189
Comments
Can you share the list of ENV variable values that are used for running the app? And also could you update the app version to the latest one? |
Hi bro @nnlgsakib |
No BS v1 : http://v2.mindscan.info:3000/ |
Yes I have updated to the latest version and my env vars https://raw.githubusercontent.com/nnlgsakib/media/main/.env |
in your backend, address miner or validator not show in your env backend, BLOCK_TRANSFORMER your setting what ? base or clique ? |
@nnlgsakib thanks. Confirm, that is a bug, we will try to fix it in the next release. Stay tuned. |
NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=["burnt_fees","total_reward"] I noticed that after removing this env var everything is back to normal. That means there is a problem here |
Base! |
I Think not bug, check this i build frontend and show address. @tom2drum @nnlgsakib i think in your backend update env this BLOCK_TRANSFORMER=base to BLOCK_TRANSFORMER=clique But what client node are you using? @nnlgsakib |
using polygon-edge and its a bug |
i think bug on NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=['burnt_fees','total_reward'] but i add again NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=['burnt_fees','total_reward','nonce'] result from image check this code |
I don't think this is a bug, maybe you didn't add enough 'nonce'. But back to team blockscout, whether it's a bug or not. |
I definitely see the problem with the layout in some scenarios. So it is a bug. |
Maybe the problem is on the part of the Special Hidden Block |
* fix latest blocks layout issue Fixes #1189 * remove hardcoded height for latest block item * update homepage screenshots
Description
validator addr is crossing the block box
Link to the page
https://mainnet.mindscan.info
Steps to reproduce
You can check it at homepage
App version
v1.2.0
Browser
No response
Operating system
None
Additional information
No response
The text was updated successfully, but these errors were encountered: