Skip to content

Releases: Blobscan/blobscan

v1.2.0

12 Dec 05:22
bc0a2d0
Compare
Choose a tag to compare

✨ Release Highlights

  • Added a new Category dropdown to the filters menu. This will allow filtering by use cases other than rollups in the future.
  • Added support for filtering by rollups with multiple sender transactions.

What's Changed

  • Minor Documentation Update: Typo Correction by @cypherpepe in #641
  • fix(web): add support for filtering rollups with multiple blob submitter addresses by @PJColombo in #635
  • fix(web): set Rollup filter for multiple from addresses from query params by @PJColombo in #644
  • fix(api): add reorg handling fixes by @PJColombo in #643
  • Fix typo in documentation by @sky-coderay in #646
  • Fix PostHog frontend distinctId error by @luis-herasme in #609
  • Remove blob propagator enabled by @luis-herasme in #628
  • fix: adjust layout and spacing in Home/SlidableList by @luis-herasme in #632
  • chore: removes unused expo-tools extension from recommendations by @luis-herasme in #647
  • fix(blob-propagation-jobs-cli): fix blob iteration in date range for create command by @PJColombo in #642
  • chore: fix 404 status URL by @wangjingcun in #651
  • chore(db): fix seed script by @PJColombo in #654
  • Grammar and Style Improvements by @donatik27 in #655
  • feat: Add copyable behavior to links/addresses in blob, block and transaction tables by @xFJA in #622
  • NavArrows set cursor style based on href availability by @luis-herasme in #613
  • feat: Add category column to blob and transaction tables by @xFJA in #623
  • docs: fix steps to setup local environment by @PabloCastellano in #653
  • feat: update L1 origin block hash handling and add full L1 origin block hash field by @luis-herasme in #631
  • refactor: unify stats by @PJColombo in #633
  • Fix show more by @luis-herasme in #657
  • feat(web): Create category filter by @xFJA in #637
  • fix: ether display overflow on small screens in Transaction details page by @xFJA in #656
  • Simplify block table rollups list by @xFJA in #661
  • Fix home page charts misalignment by @xFJA in #662
  • fix: fixes client side PostHog events capturing and adds extra data to the metadata by @luis-herasme in #663
  • chore: version packages by @github-actions in #645
  • Fix typos and grammar in documentation and changelogs by @Dimitrolito in #667

New Contributors

Full Changelog: v1.1.5...v1.2.0

v1.1.5

21 Nov 09:26
609fb2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

12 Nov 04:32
ce843d4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

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