Skip to content

Releases: Blobscan/blobscan

v1.1.3

01 Nov 11:24
aced873
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

31 Oct 09:58
9de1e9b
Compare
Choose a tag to compare

Previous release contained a CI bug that prevented from deploying the new version.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Oct 09:52
fb47425
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Oct 10:12
ba1d783
Compare
Choose a tag to compare

This release fixes a runtime issue in Vercel by defaulting to nodejs 18.x. This release also includes initial support for decoding Optimism blobs although we haven't enabled it yet in production.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Oct 16:53
b2e515a
Compare
Choose a tag to compare

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

Read more