chore: version packages - #1000
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1000 +/- ##
==========================================
- Coverage 83.48% 83.46% -0.02%
==========================================
Files 190 190
Lines 15081 15081
Branches 1465 1464 -1
==========================================
- Hits 12590 12587 -3
- Misses 2491 2494 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 2, 2026 13:45
b9fde5f to
8ce475d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 3, 2026 18:27
8ce475d to
df1daa8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@blobscan/docs@0.3.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
@blobscan/rest-api-server@0.16.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
Patch Changes
74b33ba]:@blobscan/web@0.54.0
Minor Changes
#1001
2865527Thanks @PJColombo! - Add a banner announcing the migration to IPFS-based blob storage#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
Patch Changes
74b33ba]:@blobscan/api@3.0.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
Patch Changes
74b33ba]:@blobscan/blob-propagator@3.0.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
Patch Changes
74b33ba]:@blobscan/blob-storage-manager@3.0.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
Patch Changes
74b33ba]:@blobscan/db@0.29.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
@blobscan/env@0.4.0
Minor Changes
#998
74b33baThanks @PJColombo! - ImplementIpfsStorage.storeBlobvia the blobscan-ipld push endpointIpfsStoragecan now write blobs (previously read-only):_storeBlobPOSTs the blob plus its beacon/execution context to the blobscan-ipld
service's
POST /blobendpoint and persists the returneddata_cidas thereference. To carry the extra fields the endpoint requires (commitment,
tx hash, blob index, slot, epoch, block number, block hash), a new
optional
BlobContextis threaded throughBlobStorage.storeBlob,BlobStorageManager, the propagator'sBlobPropagationInput, and theindexer. The context is optional at the storage interface so other
backends are unaffected;
IpfsStorageasserts its presence at runtime.finalizeis always sent asfalsesince epoch completeness can't beknown per blob.
IPFS can now be selected as
PRIMARY_BLOB_STORAGE(it was previouslyrejected as write-incapable). The write endpoint lives at a different
base URL than the read gateway, so a new
IPFS_STORAGE_IPLD_URLenv varconfigures it; it's passed to
IpfsStorageas a dedicatedipldUrlandis required when IPFS is the primary storage.
IpfsStorage's health check now targets the blobscan-ipld service's/readyzendpoint when a write URL (ipldUrl) is configured, since thatservice owns the kubo client and the write path; read-only deployments
(gateway only) still probe the IPFS gateway directly.
@blobscan/blob-propagation-jobs-cli@0.2.20
Patch Changes
74b33ba]:@blobscan/stats-aggregation-cli@0.2.19
Patch Changes
74b33ba]:@blobscan/auth@0.0.30
Patch Changes
74b33ba]:@blobscan/optimism-decoder@0.1.23
Patch Changes
74b33ba]:@blobscan/rollups@3.0.0
Patch Changes
74b33ba]:@blobscan/syncers@0.6.7
Patch Changes
74b33ba]: