Skip to content

v1.0.0

Compare
Choose a tag to compare
@PabloCastellano PabloCastellano released this 07 Oct 16:53
· 38 commits to main since this release
b2e515a

Blobscan v1.0.0

The Blobscan team is delighted to announce the v1.0.0 release. 🎉

This major release brings powerful improvements and crucial fixes, perfected over the past three months.

Here’s what you need to know:

  • Major frontend issues? Fixed.
  • Architecture? Sharper and stronger.
  • Documentation? Sleek and comprehensive.

For more information check the detailed changelog below 👇

📣 Important things to note

  • blossomlabs/blobscan docker image is oficially deprecated. Please switch to our new images: blobscan-web and blobscan-api
  • Our primary branch has moved to main. The next branch will no longer receive updates.

✨ Release Highlights

New filters

  • You can now filter blobs, transactions and blocks using different filters, such as rollup, date, block number and slot

image

Revamped stats

  • The stats pages have been merged together and we have resolved several visualization issues

Check it out.

API changes

Changes in the /blobs, /txs and /blocks endpoints:

  • Support for filtering by block, slot and date ranges
  • Support for ordering results.
  • These endpoints no longer return the count of elements unless specifically called using parameter count=true.

Check out the Swagger specification.

Docker images

Our Docker images are now optimized and 10x lighter, improving efficiency across the board.

Documentation

Added guide to deploy using Kurtosis and Kubernetes

New features

  • Added support for decoding Starknet pre-Bolt upgrade blobs (🔴 Optimism very soon!). See example here.

image

  • Blob gas price is now displayed

image

  • Finalized status and reorg badges are now visible for easier tracking
  • Copy to clipboard

image

  • Navigation shortcuts to the transaction page have been added

image

UI bug fixes

  • Fixed bug in search bar
  • Improved mobile design for a better user experience.
  • Displayed values are now shown in the most appropriate unit (wei, Gwei, etc.).

What's Changed

New Contributors

Full Changelog: https://github.com/Blobscan/blobscan/compare/@blobscan/[email protected]