Skip to content
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

visualize block gas spectrum #2

Closed
4 tasks
SCBuergel opened this issue Nov 25, 2020 · 0 comments
Closed
4 tasks

visualize block gas spectrum #2

SCBuergel opened this issue Nov 25, 2020 · 0 comments

Comments

@SCBuergel
Copy link
Owner

  • obtain tx receipt per tx and gasUsed from receipt
  • store gasUsed per tx in txs object
  • visualize next two block output on scale from global minGas to maxGas, display on this 1-dimensional axis that is split into 20 buckets of gray bars in 5 scales:
  1. ( )
  2. (░)
  3. (▒)
  4. (▓)
  5. (&block)
  • each bucket has a value of gas in this block used within bucket limits of gas prices / total gas used in block which in turn is split to 5 domains which are linearly distributed over the gas usage amount.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant