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

Display decoded data for Optimism blobs #554

Closed
3 tasks
PabloCastellano opened this issue Sep 5, 2024 · 0 comments · Fixed by #608
Closed
3 tasks

Display decoded data for Optimism blobs #554

PabloCastellano opened this issue Sep 5, 2024 · 0 comments · Fixed by #608
Assignees

Comments

@PabloCastellano
Copy link
Member

PabloCastellano commented Sep 5, 2024

PR #529 adds support for optimism blob decoding for the Ecotone upgrade.

Once this is merged, we need to display this information in the transaction view.

Example transaction

image

TODO:

  • Remove link from Parent L2 block hash (the hash is truncated to 20 bytes and currently we don't have any mean to know the full hash and link to it. Maybe also add a trailing '...' to the hash.
  • L1 origin block hash: redirect to the block hash. We can find the full hash in our database using the first 20 bytes.
  • Timestamp is incorrect. The timestamp should be subtracted to the block_timestamp.
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

Successfully merging a pull request may close this issue.

2 participants