Skip to content

feat(web): add IPFS migration banner - #1001

Merged
PabloCastellano merged 1 commit into
mainfrom
feat/web-ipfs-migration-banner
Jul 3, 2026
Merged

feat(web): add IPFS migration banner#1001
PabloCastellano merged 1 commit into
mainfrom
feat/web-ipfs-migration-banner

Conversation

@PJColombo

Copy link
Copy Markdown
Member

Summary

Re-enables the site-wide banner (which already existed but was disabled) with a new message announcing Blobscan's migration to IPFS-based blob storage:

🌐 Blobscan is migrating to IPFS. Mainnet blobs remain permanently pinned on IPFS. Sepolia and Hoodi blobs are now served via IPFS on a best-effort basis without pinning guarantees. [Learn more →]

The "Learn more →" links to the announcement post.

Changes

  • apps/web/src/components/AppLayout/Banner.tsx — replace previous banner content with the IPFS migration message and link.
  • apps/web/src/components/AppLayout/AppLayout.tsx — uncomment the import and <Banner /> to re-enable it.
  • Added a minor changeset for @blobscan/web.

🤖 Generated with Claude Code

Re-enable the site-wide banner with a message announcing Blobscan's
migration to IPFS-based blob storage: mainnet blobs remain permanently
pinned, while Sepolia and Hoodi blobs are served on a best-effort basis
without pinning guarantees. Includes a "Learn more" link to the
announcement post.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 3, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 8954bb1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@blobscan/web Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Analysis for @blobscan/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 288.24 KB (🟡 +673 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.48%. Comparing base (5edb7da) to head (8954bb1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1001      +/-   ##
==========================================
+ Coverage   83.46%   83.48%   +0.01%     
==========================================
  Files         190      190              
  Lines       15081    15081              
  Branches     1464     1464              
==========================================
+ Hits        12587    12590       +3     
+ Misses       2494     2491       -3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@PabloCastellano
PabloCastellano merged commit 2865527 into main Jul 3, 2026
7 checks passed
@PabloCastellano
PabloCastellano deleted the feat/web-ipfs-migration-banner branch July 3, 2026 18:23
@github-actions github-actions Bot mentioned this pull request Jul 3, 2026
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 this pull request may close these issues.

2 participants