We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need to show info from stats
stats
on homepage:
on /transactions page
on /verified-contracts page
for now this UI takes this information from elixir backend.
main page:
Average block time
average_block_time
transactions page:
verified contracts page:
important: stats should calculate counters even if blockscout dint finish indexing yet
The text was updated successfully, but these errors were encountered:
note: added daily txns chart (pic). we figured out how to add it while letting it update immediately (w/o waiting for indexing)
Sorry, something went wrong.
bragov4ik
No branches or pull requests
need to show info from
stats
on homepage:
on /transactions page
on /verified-contracts page
for now this UI takes this information from elixir backend.
main page:
Average block time
counter. for now it calculates average amount across all blocks. blockscout implements custom logic here: https://github.com/blockscout/blockscout/blob/e16236243195deb06d6d4b9e0bb67c534b2f04ad/apps/explorer/lib/explorer/counters/average_block_time.ex#L75-L81need to write the same thing. (feat(stats): The Migration of The Backend charts (Part 1:
average_block_time
) #1117)transactions page:
verified contracts page:
important:
stats
should calculate counters even if blockscout dint finish indexing yetThe text was updated successfully, but these errors were encountered: