From 4ac17dcf9de4ba71bd846ddd78a1925e6d7b9173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Sep 2024 09:51:53 +0000 Subject: [PATCH] chore: version packages --- .changeset/afraid-cheetahs-sleep.md | 6 -- .changeset/brown-roses-trade.md | 5 - .changeset/fair-monkeys-sit.md | 5 - .changeset/few-geese-ring.md | 5 - .changeset/four-shrimps-joke.md | 5 - .changeset/happy-books-brake.md | 5 - .changeset/hip-maps-agree.md | 5 - .changeset/hot-weeks-notice.md | 5 - .changeset/light-wombats-try.md | 5 - .changeset/loud-goats-eat.md | 5 - .changeset/loud-students-arrive.md | 5 - .changeset/mean-coats-teach.md | 5 - .changeset/mighty-balloons-camp.md | 5 - .changeset/modern-boxes-nail.md | 5 - .changeset/nasty-paws-trade.md | 5 - .changeset/odd-pumpkins-wait.md | 5 - .changeset/perfect-mirrors-exist.md | 5 - .changeset/quiet-experts-lie.md | 5 - .changeset/quiet-islands-greet.md | 5 - .changeset/quiet-ladybugs-accept.md | 5 - .changeset/red-years-deny.md | 5 - .changeset/seven-gorillas-deny.md | 5 - .changeset/shaggy-adults-guess.md | 5 - .changeset/sharp-rice-thank.md | 5 - .changeset/shiny-bobcats-decide.md | 5 - .changeset/shy-clouds-roll.md | 5 - .changeset/silver-dolphins-clean.md | 5 - .changeset/six-bees-rhyme.md | 5 - .changeset/sixty-parrots-kneel.md | 5 - .changeset/slow-tools-perform.md | 5 - .changeset/smart-carrots-relate.md | 5 - .changeset/smooth-trains-fly.md | 5 - .changeset/strange-pianos-fetch.md | 5 - .changeset/stupid-plants-beam.md | 5 - .changeset/sweet-melons-beg.md | 5 - .changeset/swift-dots-happen.md | 5 - .changeset/tiny-dancers-live.md | 5 - .changeset/tricky-actors-worry.md | 5 - .changeset/two-keys-divide.md | 5 - .changeset/warm-sloths-compete.md | 5 - .changeset/wicked-bikes-switch.md | 6 -- .changeset/wise-donkeys-smile.md | 5 - .changeset/witty-steaks-rest.md | 5 - apps/docs/CHANGELOG.md | 6 ++ apps/docs/package.json | 2 +- apps/rest-api-server/CHANGELOG.md | 8 ++ apps/rest-api-server/package.json | 6 +- apps/web/CHANGELOG.md | 75 +++++++++++++ apps/web/package.json | 8 +- clis/blob-propagation-jobs-cli/CHANGELOG.md | 8 ++ clis/blob-propagation-jobs-cli/package.json | 6 +- clis/stats-aggregation-cli/CHANGELOG.md | 7 ++ clis/stats-aggregation-cli/package.json | 4 +- packages/api/CHANGELOG.md | 24 +++++ packages/api/package.json | 10 +- packages/auth/CHANGELOG.md | 7 ++ packages/auth/package.json | 4 +- packages/blob-propagator/CHANGELOG.md | 8 ++ packages/blob-propagator/package.json | 6 +- packages/blob-storage-manager/CHANGELOG.md | 7 ++ packages/blob-storage-manager/package.json | 4 +- packages/db/CHANGELOG.md | 10 ++ packages/db/package.json | 2 +- packages/rollups/CHANGELOG.md | 16 +++ packages/rollups/package.json | 4 +- packages/syncers/CHANGELOG.md | 7 ++ packages/syncers/package.json | 4 +- pnpm-lock.yaml | 111 ++++++++++++++------ 68 files changed, 291 insertions(+), 280 deletions(-) delete mode 100644 .changeset/afraid-cheetahs-sleep.md delete mode 100644 .changeset/brown-roses-trade.md delete mode 100644 .changeset/fair-monkeys-sit.md delete mode 100644 .changeset/few-geese-ring.md delete mode 100644 .changeset/four-shrimps-joke.md delete mode 100644 .changeset/happy-books-brake.md delete mode 100644 .changeset/hip-maps-agree.md delete mode 100644 .changeset/hot-weeks-notice.md delete mode 100644 .changeset/light-wombats-try.md delete mode 100644 .changeset/loud-goats-eat.md delete mode 100644 .changeset/loud-students-arrive.md delete mode 100644 .changeset/mean-coats-teach.md delete mode 100644 .changeset/mighty-balloons-camp.md delete mode 100644 .changeset/modern-boxes-nail.md delete mode 100644 .changeset/nasty-paws-trade.md delete mode 100644 .changeset/odd-pumpkins-wait.md delete mode 100644 .changeset/perfect-mirrors-exist.md delete mode 100644 .changeset/quiet-experts-lie.md delete mode 100644 .changeset/quiet-islands-greet.md delete mode 100644 .changeset/quiet-ladybugs-accept.md delete mode 100644 .changeset/red-years-deny.md delete mode 100644 .changeset/seven-gorillas-deny.md delete mode 100644 .changeset/shaggy-adults-guess.md delete mode 100644 .changeset/sharp-rice-thank.md delete mode 100644 .changeset/shiny-bobcats-decide.md delete mode 100644 .changeset/shy-clouds-roll.md delete mode 100644 .changeset/silver-dolphins-clean.md delete mode 100644 .changeset/six-bees-rhyme.md delete mode 100644 .changeset/sixty-parrots-kneel.md delete mode 100644 .changeset/slow-tools-perform.md delete mode 100644 .changeset/smart-carrots-relate.md delete mode 100644 .changeset/smooth-trains-fly.md delete mode 100644 .changeset/strange-pianos-fetch.md delete mode 100644 .changeset/stupid-plants-beam.md delete mode 100644 .changeset/sweet-melons-beg.md delete mode 100644 .changeset/swift-dots-happen.md delete mode 100644 .changeset/tiny-dancers-live.md delete mode 100644 .changeset/tricky-actors-worry.md delete mode 100644 .changeset/two-keys-divide.md delete mode 100644 .changeset/warm-sloths-compete.md delete mode 100644 .changeset/wicked-bikes-switch.md delete mode 100644 .changeset/wise-donkeys-smile.md delete mode 100644 .changeset/witty-steaks-rest.md create mode 100644 packages/rollups/CHANGELOG.md diff --git a/.changeset/afraid-cheetahs-sleep.md b/.changeset/afraid-cheetahs-sleep.md deleted file mode 100644 index 23220d0ad..000000000 --- a/.changeset/afraid-cheetahs-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blobscan/api": minor -"@blobscan/db": minor ---- - -Added `category` column to `Transaction` model diff --git a/.changeset/brown-roses-trade.md b/.changeset/brown-roses-trade.md deleted file mode 100644 index 9640b2623..000000000 --- a/.changeset/brown-roses-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Updated `DailyAvgBlobFeeChart` and `DailyAvgBlobGasPriceChart` to use the best unit for values diff --git a/.changeset/fair-monkeys-sit.md b/.changeset/fair-monkeys-sit.md deleted file mode 100644 index dba0e6225..000000000 --- a/.changeset/fair-monkeys-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Fixed an issue where pagination buttons failed to redirect upon click. diff --git a/.changeset/few-geese-ring.md b/.changeset/few-geese-ring.md deleted file mode 100644 index 7eec8cd3e..000000000 --- a/.changeset/few-geese-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Enhanced Swarm data expiry formatting diff --git a/.changeset/four-shrimps-joke.md b/.changeset/four-shrimps-joke.md deleted file mode 100644 index febbbe144..000000000 --- a/.changeset/four-shrimps-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Updated the references to now return a URL instead of a URI. diff --git a/.changeset/happy-books-brake.md b/.changeset/happy-books-brake.md deleted file mode 100644 index 2de4d316b..000000000 --- a/.changeset/happy-books-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/rollups": minor ---- - -Updated the chain rollups retrieval to return both the rollup name and address for each rollup. diff --git a/.changeset/hip-maps-agree.md b/.changeset/hip-maps-agree.md deleted file mode 100644 index e9333214f..000000000 --- a/.changeset/hip-maps-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Updated latest blob gas price metric to display the most suitable unit, replacing the previously fixed `Gwei` format diff --git a/.changeset/hot-weeks-notice.md b/.changeset/hot-weeks-notice.md deleted file mode 100644 index 8aaaa910b..000000000 --- a/.changeset/hot-weeks-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Updated blob storage badges to use blob data reference url diff --git a/.changeset/light-wombats-try.md b/.changeset/light-wombats-try.md deleted file mode 100644 index e15b653a7..000000000 --- a/.changeset/light-wombats-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Updates the convertWei function to handle decimal values diff --git a/.changeset/loud-goats-eat.md b/.changeset/loud-goats-eat.md deleted file mode 100644 index 2f5cc9ca2..000000000 --- a/.changeset/loud-goats-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Added a page with all the stats from the blobs, blocks and transactions diff --git a/.changeset/loud-students-arrive.md b/.changeset/loud-students-arrive.md deleted file mode 100644 index 06c53d6b6..000000000 --- a/.changeset/loud-students-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added Timestamp filter to PaginatedTable filter panel diff --git a/.changeset/mean-coats-teach.md b/.changeset/mean-coats-teach.md deleted file mode 100644 index f54802866..000000000 --- a/.changeset/mean-coats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of BlobCards by new PaginatedTable on the blobs view diff --git a/.changeset/mighty-balloons-camp.md b/.changeset/mighty-balloons-camp.md deleted file mode 100644 index cbc6f68e3..000000000 --- a/.changeset/mighty-balloons-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Improved button component props, variants and sizing logic diff --git a/.changeset/modern-boxes-nail.md b/.changeset/modern-boxes-nail.md deleted file mode 100644 index a644cc35f..000000000 --- a/.changeset/modern-boxes-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Added procedure to get the latest block diff --git a/.changeset/nasty-paws-trade.md b/.changeset/nasty-paws-trade.md deleted file mode 100644 index 9fdccc4d4..000000000 --- a/.changeset/nasty-paws-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Enhanced dropdowns with clearable option support diff --git a/.changeset/odd-pumpkins-wait.md b/.changeset/odd-pumpkins-wait.md deleted file mode 100644 index 067c324ae..000000000 --- a/.changeset/odd-pumpkins-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/rollups": minor ---- - -Added support for retrieving rollups by their addresses diff --git a/.changeset/perfect-mirrors-exist.md b/.changeset/perfect-mirrors-exist.md deleted file mode 100644 index 08bf8282d..000000000 --- a/.changeset/perfect-mirrors-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Refactored Dropdown options using a new type to allow add new elements to the Option display diff --git a/.changeset/quiet-experts-lie.md b/.changeset/quiet-experts-lie.md deleted file mode 100644 index 08a42c422..000000000 --- a/.changeset/quiet-experts-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/rollups": minor ---- - -Added support for retrieving all chain's available rollups diff --git a/.changeset/quiet-islands-greet.md b/.changeset/quiet-islands-greet.md deleted file mode 100644 index df9b27af9..000000000 --- a/.changeset/quiet-islands-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Moved less important items from ExplorerDetails to footer diff --git a/.changeset/quiet-ladybugs-accept.md b/.changeset/quiet-ladybugs-accept.md deleted file mode 100644 index b96d2f833..000000000 --- a/.changeset/quiet-ladybugs-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added blob gas price to the ExplorerDetails component diff --git a/.changeset/red-years-deny.md b/.changeset/red-years-deny.md deleted file mode 100644 index 253692e72..000000000 --- a/.changeset/red-years-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added slot range filter to blocks view diff --git a/.changeset/seven-gorillas-deny.md b/.changeset/seven-gorillas-deny.md deleted file mode 100644 index 3cdfe46bd..000000000 --- a/.changeset/seven-gorillas-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Fixed 'Displayed Items' dropdown in PaginedTable diff --git a/.changeset/shaggy-adults-guess.md b/.changeset/shaggy-adults-guess.md deleted file mode 100644 index 1f4885477..000000000 --- a/.changeset/shaggy-adults-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Added support for clearing dropdown diff --git a/.changeset/sharp-rice-thank.md b/.changeset/sharp-rice-thank.md deleted file mode 100644 index df6a61508..000000000 --- a/.changeset/sharp-rice-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Added finalized status field to block, tx and blob views diff --git a/.changeset/shiny-bobcats-decide.md b/.changeset/shiny-bobcats-decide.md deleted file mode 100644 index fcac0876e..000000000 --- a/.changeset/shiny-bobcats-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of BlockCards by new PaginatedTable on the blocks view diff --git a/.changeset/shy-clouds-roll.md b/.changeset/shy-clouds-roll.md deleted file mode 100644 index aebdf2db0..000000000 --- a/.changeset/shy-clouds-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added BlockNumber filter to PaginatedTable filter panel diff --git a/.changeset/silver-dolphins-clean.md b/.changeset/silver-dolphins-clean.md deleted file mode 100644 index 42c86504a..000000000 --- a/.changeset/silver-dolphins-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added a sidebar navigation menu for smaller screens diff --git a/.changeset/six-bees-rhyme.md b/.changeset/six-bees-rhyme.md deleted file mode 100644 index 8f2ba542b..000000000 --- a/.changeset/six-bees-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Added navigation arrows to the transaction page diff --git a/.changeset/sixty-parrots-kneel.md b/.changeset/sixty-parrots-kneel.md deleted file mode 100644 index ff651ee03..000000000 --- a/.changeset/sixty-parrots-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/db": minor ---- - -Exposed Prisma enums from a separated file diff --git a/.changeset/slow-tools-perform.md b/.changeset/slow-tools-perform.md deleted file mode 100644 index 72e8f4d41..000000000 --- a/.changeset/slow-tools-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added sort input in the Filters diff --git a/.changeset/smart-carrots-relate.md b/.changeset/smart-carrots-relate.md deleted file mode 100644 index 20e270a4e..000000000 --- a/.changeset/smart-carrots-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/docs": minor ---- - -Added sections with tutorials for running blobscan with kurtosis, kind and locally diff --git a/.changeset/smooth-trains-fly.md b/.changeset/smooth-trains-fly.md deleted file mode 100644 index 6436220ef..000000000 --- a/.changeset/smooth-trains-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added rollup filter to blobs, blocks and transactions views diff --git a/.changeset/strange-pianos-fetch.md b/.changeset/strange-pianos-fetch.md deleted file mode 100644 index 8bacb29e4..000000000 --- a/.changeset/strange-pianos-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Added `getBlobDataByBlobId` procedure diff --git a/.changeset/stupid-plants-beam.md b/.changeset/stupid-plants-beam.md deleted file mode 100644 index 04071c6e5..000000000 --- a/.changeset/stupid-plants-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Corrected formatWei precision for large decimal values diff --git a/.changeset/sweet-melons-beg.md b/.changeset/sweet-melons-beg.md deleted file mode 100644 index 93ad66463..000000000 --- a/.changeset/sweet-melons-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added navigation arrow buttons to navigate to previous and next block diff --git a/.changeset/swift-dots-happen.md b/.changeset/swift-dots-happen.md deleted file mode 100644 index 27f8baece..000000000 --- a/.changeset/swift-dots-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Fixed inconsistent column spacing on the homepage diff --git a/.changeset/tiny-dancers-live.md b/.changeset/tiny-dancers-live.md deleted file mode 100644 index f6426dac6..000000000 --- a/.changeset/tiny-dancers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of TransactionCards by new PaginatedTable on the transactions view diff --git a/.changeset/tricky-actors-worry.md b/.changeset/tricky-actors-worry.md deleted file mode 100644 index 4ccd944a1..000000000 --- a/.changeset/tricky-actors-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Added additional logic to the `Tooltip` component to prevent overflow. diff --git a/.changeset/two-keys-divide.md b/.changeset/two-keys-divide.md deleted file mode 100644 index e7261244d..000000000 --- a/.changeset/two-keys-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": patch ---- - -Corrected the transaction indexing process to resolve the transaction sender instead of the receiver when looking for rollup transactions. diff --git a/.changeset/warm-sloths-compete.md b/.changeset/warm-sloths-compete.md deleted file mode 100644 index 7d5e76274..000000000 --- a/.changeset/warm-sloths-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added a loading spinner and a not-found window to the SearchInput component diff --git a/.changeset/wicked-bikes-switch.md b/.changeset/wicked-bikes-switch.md deleted file mode 100644 index 698b0c291..000000000 --- a/.changeset/wicked-bikes-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@blobscan/db": minor -"@blobscan/api": patch ---- - -Added blob gas used to `Transaction` model diff --git a/.changeset/wise-donkeys-smile.md b/.changeset/wise-donkeys-smile.md deleted file mode 100644 index 813106f76..000000000 --- a/.changeset/wise-donkeys-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added CopyToClipboard component diff --git a/.changeset/witty-steaks-rest.md b/.changeset/witty-steaks-rest.md deleted file mode 100644 index 5e38e073a..000000000 --- a/.changeset/witty-steaks-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Resolved homepage metrics display overflow issue diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 8314b935e..38aed0184 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @blobscan/docs +## 0.1.0 + +### Minor Changes + +- [#425](https://github.com/Blobscan/blobscan/pull/425) [`1cfb587`](https://github.com/Blobscan/blobscan/commit/1cfb587cf60503f202684f8fd30eddeb9179e48c) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Added sections with tutorials for running blobscan with kurtosis, kind and locally + ## 0.0.3 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index f96ee249e..8cae12420 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/docs", - "version": "0.0.3", + "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3002", diff --git a/apps/rest-api-server/CHANGELOG.md b/apps/rest-api-server/CHANGELOG.md index 0520ad20e..44c21390d 100644 --- a/apps/rest-api-server/CHANGELOG.md +++ b/apps/rest-api-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @blobscan/rest-api-server +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3), [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf), [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7), [`03fb6b0`](https://github.com/Blobscan/blobscan/commit/03fb6b0d3291a85e80cbdab6cb497b782b17e7e8), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/api@0.13.0 + - @blobscan/syncers@0.2.2 + ## 0.4.2 ### Patch Changes diff --git a/apps/rest-api-server/package.json b/apps/rest-api-server/package.json index 64876e108..8ab11ac5c 100644 --- a/apps/rest-api-server/package.json +++ b/apps/rest-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/rest-api-server", - "version": "0.4.2", + "version": "0.4.3", "private": true, "scripts": { "build": "ncc build src/index.ts --target es2020 --minify", @@ -17,11 +17,11 @@ "keywords": [], "license": "MIT", "dependencies": { - "@blobscan/api": "workspace:^0.12.0", + "@blobscan/api": "workspace:^0.13.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/open-telemetry": "workspace:^0.0.8", - "@blobscan/syncers": "workspace:^0.2.1", + "@blobscan/syncers": "workspace:^0.2.2", "@blobscan/zod": "workspace:^0.1.0", "@opentelemetry/instrumentation-express": "^0.33.0", "@sentry/node": "^7.109.0", diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md index 0c77d8dbd..3f5bdd98d 100644 --- a/apps/web/CHANGELOG.md +++ b/apps/web/CHANGELOG.md @@ -1,5 +1,80 @@ # @blobscan/web +## 0.14.0 + +### Minor Changes + +- [#497](https://github.com/Blobscan/blobscan/pull/497) [`a59d7cd`](https://github.com/Blobscan/blobscan/commit/a59d7cd4564cf10b28ed60a0a9a2de3e41b0501a) Thanks [@xFJA](https://github.com/xFJA)! - Added Timestamp filter to PaginatedTable filter panel + +- [#456](https://github.com/Blobscan/blobscan/pull/456) [`fbace2f`](https://github.com/Blobscan/blobscan/commit/fbace2f0c9f2dee4787b653511cc7ff8e0fd5026) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of BlobCards by new PaginatedTable on the blobs view + +- [#486](https://github.com/Blobscan/blobscan/pull/486) [`be191ba`](https://github.com/Blobscan/blobscan/commit/be191ba86e1c5759e84da0ba01d04ab47e7b609a) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Improved button component props, variants and sizing logic + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Enhanced dropdowns with clearable option support + +- [#553](https://github.com/Blobscan/blobscan/pull/553) [`c57d7fe`](https://github.com/Blobscan/blobscan/commit/c57d7fe2c7f01ba0cf24c199bbedbe3515a89872) Thanks [@xFJA](https://github.com/xFJA)! - Moved less important items from ExplorerDetails to footer + +- [#470](https://github.com/Blobscan/blobscan/pull/470) [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added blob gas price to the ExplorerDetails component + +- [#525](https://github.com/Blobscan/blobscan/pull/525) [`9ba363e`](https://github.com/Blobscan/blobscan/commit/9ba363e5fc278bfa7c2daf70f241e31f2400d694) Thanks [@xFJA](https://github.com/xFJA)! - Added slot range filter to blocks view + +- [#457](https://github.com/Blobscan/blobscan/pull/457) [`88c94df`](https://github.com/Blobscan/blobscan/commit/88c94df96f784063cea56e3d5f3a052d17a9ad20) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of BlockCards by new PaginatedTable on the blocks view + +- [#522](https://github.com/Blobscan/blobscan/pull/522) [`9c56d5b`](https://github.com/Blobscan/blobscan/commit/9c56d5b9572b1b963ae38747fa7235da3ccd42df) Thanks [@xFJA](https://github.com/xFJA)! - Added BlockNumber filter to PaginatedTable filter panel + +- [#469](https://github.com/Blobscan/blobscan/pull/469) [`e8bb0e5`](https://github.com/Blobscan/blobscan/commit/e8bb0e59a67e28fca16985e532b3e29412e56b45) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a sidebar navigation menu for smaller screens + +- [#543](https://github.com/Blobscan/blobscan/pull/543) [`958c234`](https://github.com/Blobscan/blobscan/commit/958c23464397657c4d2e5613fa80eb6c095340da) Thanks [@xFJA](https://github.com/xFJA)! - Added sort input in the Filters + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Added rollup filter to blobs, blocks and transactions views + +- [#493](https://github.com/Blobscan/blobscan/pull/493) [`43f626b`](https://github.com/Blobscan/blobscan/commit/43f626b0f764ecc475072190da362a15791c01de) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Corrected formatWei precision for large decimal values + +- [#479](https://github.com/Blobscan/blobscan/pull/479) [`2ded4f9`](https://github.com/Blobscan/blobscan/commit/2ded4f99259b2d46ebc6b0d66f50bdd1b1275559) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added navigation arrow buttons to navigate to previous and next block + +- [#458](https://github.com/Blobscan/blobscan/pull/458) [`ff075a9`](https://github.com/Blobscan/blobscan/commit/ff075a9f558ee018b54666b7a24ae91931a84eca) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of TransactionCards by new PaginatedTable on the transactions view + +- [#464](https://github.com/Blobscan/blobscan/pull/464) [`dbe414b`](https://github.com/Blobscan/blobscan/commit/dbe414bd8bbe201eb50f614a6c1dbcb6e6abdab2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a loading spinner and a not-found window to the SearchInput component + +- [#478](https://github.com/Blobscan/blobscan/pull/478) [`85afe5b`](https://github.com/Blobscan/blobscan/commit/85afe5b36a3222428d78b7fa5f38019174aea258) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added CopyToClipboard component + +### Patch Changes + +- [#527](https://github.com/Blobscan/blobscan/pull/527) [`c9a6ada`](https://github.com/Blobscan/blobscan/commit/c9a6ada1c1bac79f43a2f183baf2d936113e1199) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Updated `DailyAvgBlobFeeChart` and `DailyAvgBlobGasPriceChart` to use the best unit for values + +- [#534](https://github.com/Blobscan/blobscan/pull/534) [`d829a51`](https://github.com/Blobscan/blobscan/commit/d829a519d022c0179f21d1b0cc56b77c1c451a25) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed an issue where pagination buttons failed to redirect upon click. + +- [#503](https://github.com/Blobscan/blobscan/pull/503) [`d0b07e1`](https://github.com/Blobscan/blobscan/commit/d0b07e1fda620b83bd7805a1792a697b92becfd6) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Enhanced Swarm data expiry formatting + +- [#504](https://github.com/Blobscan/blobscan/pull/504) [`7de9681`](https://github.com/Blobscan/blobscan/commit/7de9681e33e71519db68184f740ffb1eb19a78db) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Updated latest blob gas price metric to display the most suitable unit, replacing the previously fixed `Gwei` format + +- [#446](https://github.com/Blobscan/blobscan/pull/446) [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3) Thanks [@PJColombo](https://github.com/PJColombo)! - Updated blob storage badges to use blob data reference url + +- [#515](https://github.com/Blobscan/blobscan/pull/515) [`b23e7d7`](https://github.com/Blobscan/blobscan/commit/b23e7d7b5aa538269863e9df32d2c10d7ddb396b) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Updates the convertWei function to handle decimal values + +- [#544](https://github.com/Blobscan/blobscan/pull/544) [`1bbf650`](https://github.com/Blobscan/blobscan/commit/1bbf650f1c987fb706862fa99329302c9cd25cfd) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a page with all the stats from the blobs, blocks and transactions + +- [#491](https://github.com/Blobscan/blobscan/pull/491) [`a36786f`](https://github.com/Blobscan/blobscan/commit/a36786f924e6bab125ee6d567dea3230a453f049) Thanks [@xFJA](https://github.com/xFJA)! - Refactored Dropdown options using a new type to allow add new elements to the Option display + +- [#488](https://github.com/Blobscan/blobscan/pull/488) [`7e49c8b`](https://github.com/Blobscan/blobscan/commit/7e49c8be8d6e2fc3df5bbd054f39f7c7df12dc8a) Thanks [@xFJA](https://github.com/xFJA)! - Fixed 'Displayed Items' dropdown in PaginedTable + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Added support for clearing dropdown + +- [#531](https://github.com/Blobscan/blobscan/pull/531) [`308db72`](https://github.com/Blobscan/blobscan/commit/308db72ec9651cd81fd3f9df1a445eeabdcf88b2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added finalized status field to block, tx and blob views + +- [#552](https://github.com/Blobscan/blobscan/pull/552) [`253f293`](https://github.com/Blobscan/blobscan/commit/253f2937de2e0f35fc3f06b7616c31cdc040a7c3) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added navigation arrows to the transaction page + +- [#506](https://github.com/Blobscan/blobscan/pull/506) [`04ae214`](https://github.com/Blobscan/blobscan/commit/04ae214f635b2b3e90e9d98873316362bb9d2255) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Fixed inconsistent column spacing on the homepage + +- [#507](https://github.com/Blobscan/blobscan/pull/507) [`7cd9a73`](https://github.com/Blobscan/blobscan/commit/7cd9a73a1ee279d2840ae8d8e536578b81b11026) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added additional logic to the `Tooltip` component to prevent overflow. + +- [#509](https://github.com/Blobscan/blobscan/pull/509) [`399c98c`](https://github.com/Blobscan/blobscan/commit/399c98c162a36f59a9e79558fb934c65de15144b) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Resolved homepage metrics display overflow issue + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7), [`03fb6b0`](https://github.com/Blobscan/blobscan/commit/03fb6b0d3291a85e80cbdab6cb497b782b17e7e8), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/api@0.13.0 + - @blobscan/db@0.10.0 + - @blobscan/rollups@0.1.0 + ## 0.13.1 ### Patch Changes diff --git a/apps/web/package.json b/apps/web/package.json index ea1b85aa9..24830d7e2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/web", - "version": "0.13.1", + "version": "0.14.0", "private": true, "scripts": { "analyze": "ANALYZE=true pnpm with-env next build", @@ -15,15 +15,15 @@ "with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --" }, "dependencies": { - "@blobscan/api": "workspace:^0.12.0", + "@blobscan/api": "workspace:^0.13.0", "@blobscan/blob-decoder": "workspace:^0.1.1", "@blobscan/dates": "workspace:*", "@blobscan/dayjs": "workspace:^0.0.2", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/eth-units": "workspace:^0.0.1", "@blobscan/open-telemetry": "workspace:^0.0.8", - "@blobscan/rollups": "workspace:^0.0.1", + "@blobscan/rollups": "workspace:^0.1.0", "@floating-ui/react": "^0.26.23", "@fontsource/inter": "^4.5.15", "@fontsource/public-sans": "^4.5.12", diff --git a/clis/blob-propagation-jobs-cli/CHANGELOG.md b/clis/blob-propagation-jobs-cli/CHANGELOG.md index 82649ac48..54c72eae9 100644 --- a/clis/blob-propagation-jobs-cli/CHANGELOG.md +++ b/clis/blob-propagation-jobs-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @blobscan/blob-propagation-jobs-cli +## 0.1.5 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + - @blobscan/blob-propagator@0.2.5 + ## 0.1.4 ### Patch Changes diff --git a/clis/blob-propagation-jobs-cli/package.json b/clis/blob-propagation-jobs-cli/package.json index ff3afa921..5a25d424a 100644 --- a/clis/blob-propagation-jobs-cli/package.json +++ b/clis/blob-propagation-jobs-cli/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/blob-propagation-jobs-cli", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "A CLI that facilitates the managing of blob propagation jobs", "main": "./src/index.ts", @@ -17,9 +17,9 @@ "with-env:test": "dotenv -e ../../.env.test --" }, "dependencies": { - "@blobscan/blob-propagator": "workspace:^0.2.4", + "@blobscan/blob-propagator": "workspace:^0.2.5", "@blobscan/dayjs": "workspace:^0.0.2", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/zod": "workspace:^0.1.0", "bullmq": "^4.13.2", diff --git a/clis/stats-aggregation-cli/CHANGELOG.md b/clis/stats-aggregation-cli/CHANGELOG.md index 9f8150da9..a3179c931 100644 --- a/clis/stats-aggregation-cli/CHANGELOG.md +++ b/clis/stats-aggregation-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @blobscan/stats-aggregation-cli +## 0.1.12 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + ## 0.1.11 ### Patch Changes diff --git a/clis/stats-aggregation-cli/package.json b/clis/stats-aggregation-cli/package.json index 030ca3de3..c04ab82a5 100644 --- a/clis/stats-aggregation-cli/package.json +++ b/clis/stats-aggregation-cli/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/stats-aggregation-cli", - "version": "0.1.11", + "version": "0.1.12", "private": true, "description": "A CLI that facilitates the aggregation of metrics related to different types of entities.", "main": "./src/index.ts", @@ -18,7 +18,7 @@ }, "dependencies": { "@blobscan/dayjs": "workspace:^0.0.2", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/logger": "workspace:^0.1.1", "command-line-args": "^5.2.1", "command-line-usage": "^7.0.1" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index aa3546b29..af6715836 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,29 @@ # @blobscan/api +## 0.13.0 + +### Minor Changes + +- [#551](https://github.com/Blobscan/blobscan/pull/551) [`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7) Thanks [@PJColombo](https://github.com/PJColombo)! - Added `category` column to `Transaction` model + +- [#446](https://github.com/Blobscan/blobscan/pull/446) [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3) Thanks [@PJColombo](https://github.com/PJColombo)! - Updated the references to now return a URL instead of a URI. + +- [#470](https://github.com/Blobscan/blobscan/pull/470) [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added procedure to get the latest block + +- [#447](https://github.com/Blobscan/blobscan/pull/447) [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7) Thanks [@PJColombo](https://github.com/PJColombo)! - Added `getBlobDataByBlobId` procedure + +### Patch Changes + +- [#532](https://github.com/Blobscan/blobscan/pull/532) [`03fb6b0`](https://github.com/Blobscan/blobscan/commit/03fb6b0d3291a85e80cbdab6cb497b782b17e7e8) Thanks [@PJColombo](https://github.com/PJColombo)! - Corrected the transaction indexing process to resolve the transaction sender instead of the receiver when looking for rollup transactions. + +- [#559](https://github.com/Blobscan/blobscan/pull/559) [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b) Thanks [@PJColombo](https://github.com/PJColombo)! - Added blob gas used to `Transaction` model + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + - @blobscan/rollups@0.1.0 + - @blobscan/blob-propagator@0.2.5 + - @blobscan/blob-storage-manager@0.3.5 + ## 0.12.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 2e2e4b965..f51815f06 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/api", - "version": "0.12.0", + "version": "0.13.0", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", @@ -15,14 +15,14 @@ "test:ui": "pnpm with-env:test vitest --ui" }, "dependencies": { - "@blobscan/blob-propagator": "workspace:^0.2.4", - "@blobscan/blob-storage-manager": "workspace:^0.3.4", + "@blobscan/blob-propagator": "workspace:^0.2.5", + "@blobscan/blob-storage-manager": "workspace:^0.3.5", "@blobscan/dayjs": "workspace:^0.0.2", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/open-telemetry": "workspace:^0.0.8", - "@blobscan/rollups": "workspace:^0.0.1", + "@blobscan/rollups": "workspace:^0.1.0", "@blobscan/zod": "workspace:^0.1.0", "@trpc/server": "^10.43.2", "jsonwebtoken": "^9.0.0", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 2a0aca313..34e5b6e62 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @blobscan/auth +## 0.0.11 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + ## 0.0.10 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 67193fb37..1a1161529 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/auth", - "version": "0.0.10", + "version": "0.0.11", "private": true, "main": "./index.ts", "types": "./index.ts", @@ -12,7 +12,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@next-auth/prisma-adapter": "^1.0.5", "next": "^14.2.5", "next-auth": "^4.21.1", diff --git a/packages/blob-propagator/CHANGELOG.md b/packages/blob-propagator/CHANGELOG.md index 6107b7a7a..595ffb65c 100644 --- a/packages/blob-propagator/CHANGELOG.md +++ b/packages/blob-propagator/CHANGELOG.md @@ -1,5 +1,13 @@ # @blobscan/blob-propagator +## 0.2.5 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + - @blobscan/blob-storage-manager@0.3.5 + ## 0.2.4 ### Patch Changes diff --git a/packages/blob-propagator/package.json b/packages/blob-propagator/package.json index b18d51742..fa94959cb 100644 --- a/packages/blob-propagator/package.json +++ b/packages/blob-propagator/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/blob-propagator", - "version": "0.2.4", + "version": "0.2.5", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", @@ -15,8 +15,8 @@ "test:ui": "pnpm with-env:test vitest --ui" }, "dependencies": { - "@blobscan/blob-storage-manager": "workspace:^0.3.4", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/blob-storage-manager": "workspace:^0.3.5", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/open-telemetry": "workspace:^0.0.8", diff --git a/packages/blob-storage-manager/CHANGELOG.md b/packages/blob-storage-manager/CHANGELOG.md index 8eabfa76a..4d41233c2 100644 --- a/packages/blob-storage-manager/CHANGELOG.md +++ b/packages/blob-storage-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @blobscan/blob-storage-manager +## 0.3.5 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + ## 0.3.4 ### Patch Changes diff --git a/packages/blob-storage-manager/package.json b/packages/blob-storage-manager/package.json index 9c92a3ef8..5ffb296d6 100644 --- a/packages/blob-storage-manager/package.json +++ b/packages/blob-storage-manager/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/blob-storage-manager", - "version": "0.3.4", + "version": "0.3.5", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", @@ -15,7 +15,7 @@ "test:ui": "pnpm with-env:test vitest --ui" }, "dependencies": { - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/open-telemetry": "workspace:^0.0.8", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 4a26bc987..e1f661c9f 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,15 @@ # @blobscan/db +## 0.10.0 + +### Minor Changes + +- [#551](https://github.com/Blobscan/blobscan/pull/551) [`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7) Thanks [@PJColombo](https://github.com/PJColombo)! - Added `category` column to `Transaction` model + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Exposed Prisma enums from a separated file + +- [#559](https://github.com/Blobscan/blobscan/pull/559) [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b) Thanks [@PJColombo](https://github.com/PJColombo)! - Added blob gas used to `Transaction` model + ## 0.9.0 ### Minor Changes diff --git a/packages/db/package.json b/packages/db/package.json index 205497a14..a0b758e56 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/db", - "version": "0.9.0", + "version": "0.10.0", "private": true, "main": "./index.ts", "types": "./index.ts", diff --git a/packages/rollups/CHANGELOG.md b/packages/rollups/CHANGELOG.md new file mode 100644 index 000000000..b925d57c2 --- /dev/null +++ b/packages/rollups/CHANGELOG.md @@ -0,0 +1,16 @@ +# @blobscan/rollups + +## 0.1.0 + +### Minor Changes + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Updated the chain rollups retrieval to return both the rollup name and address for each rollup. + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Added support for retrieving rollups by their addresses + +- [#496](https://github.com/Blobscan/blobscan/pull/496) [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f) Thanks [@xFJA](https://github.com/xFJA)! - Added support for retrieving all chain's available rollups + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 diff --git a/packages/rollups/package.json b/packages/rollups/package.json index f7c15a0b5..7eec5cfcd 100644 --- a/packages/rollups/package.json +++ b/packages/rollups/package.json @@ -1,7 +1,7 @@ { "name": "@blobscan/rollups", "private": true, - "version": "0.0.1", + "version": "0.1.0", "main": "./src/index.ts", "scripts": { "clean": "rm -rf .turbo node_modules", @@ -13,7 +13,7 @@ "test:ui": "pnpm with-env:test vitest --ui" }, "dependencies": { - "@blobscan/db": "workspace:^0.9.0" + "@blobscan/db": "workspace:^0.10.0" }, "eslintConfig": { "root": true, diff --git a/packages/syncers/CHANGELOG.md b/packages/syncers/CHANGELOG.md index 3732af96f..dc056d0e4 100644 --- a/packages/syncers/CHANGELOG.md +++ b/packages/syncers/CHANGELOG.md @@ -1,5 +1,12 @@ # @blobscan/syncers +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`7240bba`](https://github.com/Blobscan/blobscan/commit/7240bba44dfa65d208cd027d723d9fb7a2f988f7), [`16870e4`](https://github.com/Blobscan/blobscan/commit/16870e45df3d633e1dfae125704d7a33868c733f), [`3507a88`](https://github.com/Blobscan/blobscan/commit/3507a88edc5a9648664fba59f78481ecdc4ca77b)]: + - @blobscan/db@0.10.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/syncers/package.json b/packages/syncers/package.json index df4b3f396..97ce7d8d4 100644 --- a/packages/syncers/package.json +++ b/packages/syncers/package.json @@ -2,7 +2,7 @@ "name": "@blobscan/syncers", "description": "Blobscan's stats syncer", "private": true, - "version": "0.2.1", + "version": "0.2.2", "main": "./src/index.ts", "scripts": { "clean": "rm -rf .turbo node_modules", @@ -15,7 +15,7 @@ }, "dependencies": { "@blobscan/dayjs": "workspace:^0.0.2", - "@blobscan/db": "workspace:^0.9.0", + "@blobscan/db": "workspace:^0.10.0", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/zod": "workspace:^0.1.0", "axios": "^1.7.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a41c9674d..97e3acde9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,7 +109,7 @@ importers: version: 2.2.1 '@tailwindcss/typography': specifier: ^0.5.7 - version: 0.5.13(tailwindcss@3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3))) + version: 0.5.13(tailwindcss@3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))) autoprefixer: specifier: ^10.4.14 version: 10.4.19(postcss@8.4.38) @@ -148,7 +148,7 @@ importers: version: 1.2.1 tailwindcss: specifier: ^3.4.1 - version: 3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3)) + version: 3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)) devDependencies: eslint: specifier: ^8.45.0 @@ -169,7 +169,7 @@ importers: apps/rest-api-server: dependencies: '@blobscan/api': - specifier: workspace:^0.12.0 + specifier: workspace:^0.13.0 version: link:../../packages/api '@blobscan/env': specifier: workspace:^0.0.1 @@ -181,7 +181,7 @@ importers: specifier: workspace:^0.0.8 version: link:../../packages/open-telemetry '@blobscan/syncers': - specifier: workspace:^0.2.1 + specifier: workspace:^0.2.2 version: link:../../packages/syncers '@blobscan/zod': specifier: workspace:^0.1.0 @@ -233,7 +233,7 @@ importers: apps/web: dependencies: '@blobscan/api': - specifier: workspace:^0.12.0 + specifier: workspace:^0.13.0 version: link:../../packages/api '@blobscan/blob-decoder': specifier: workspace:^0.1.1 @@ -245,7 +245,7 @@ importers: specifier: workspace:^0.0.2 version: link:../../packages/dayjs '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../../packages/db '@blobscan/env': specifier: workspace:^0.0.1 @@ -257,7 +257,7 @@ importers: specifier: workspace:^0.0.8 version: link:../../packages/open-telemetry '@blobscan/rollups': - specifier: workspace:^0.0.1 + specifier: workspace:^0.1.0 version: link:../../packages/rollups '@floating-ui/react': specifier: ^0.26.23 @@ -396,13 +396,13 @@ importers: clis/blob-propagation-jobs-cli: dependencies: '@blobscan/blob-propagator': - specifier: workspace:^0.2.4 + specifier: workspace:^0.2.5 version: link:../../packages/blob-propagator '@blobscan/dayjs': specifier: workspace:^0.0.2 version: link:../../packages/dayjs '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../../packages/db '@blobscan/env': specifier: workspace:^0.0.1 @@ -426,7 +426,7 @@ importers: specifier: workspace:^0.0.2 version: link:../../packages/dayjs '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../../packages/db '@blobscan/logger': specifier: workspace:^0.1.1 @@ -441,16 +441,16 @@ importers: packages/api: dependencies: '@blobscan/blob-propagator': - specifier: workspace:^0.2.4 + specifier: workspace:^0.2.5 version: link:../blob-propagator '@blobscan/blob-storage-manager': - specifier: workspace:^0.3.4 + specifier: workspace:^0.3.5 version: link:../blob-storage-manager '@blobscan/dayjs': specifier: workspace:^0.0.2 version: link:../dayjs '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db '@blobscan/env': specifier: workspace:^0.0.1 @@ -462,7 +462,7 @@ importers: specifier: workspace:^0.0.8 version: link:../open-telemetry '@blobscan/rollups': - specifier: workspace:^0.0.1 + specifier: workspace:^0.1.0 version: link:../rollups '@blobscan/zod': specifier: workspace:^0.1.0 @@ -490,7 +490,7 @@ importers: packages/auth: dependencies: '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db '@next-auth/prisma-adapter': specifier: ^1.0.5 @@ -526,10 +526,10 @@ importers: packages/blob-propagator: dependencies: '@blobscan/blob-storage-manager': - specifier: workspace:^0.3.4 + specifier: workspace:^0.3.5 version: link:../blob-storage-manager '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db '@blobscan/env': specifier: workspace:^0.0.1 @@ -553,7 +553,7 @@ importers: packages/blob-storage-manager: dependencies: '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db '@blobscan/env': specifier: workspace:^0.0.1 @@ -669,7 +669,7 @@ importers: packages/rollups: dependencies: '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db packages/syncers: @@ -678,7 +678,7 @@ importers: specifier: workspace:^0.0.2 version: link:../dayjs '@blobscan/db': - specifier: workspace:^0.9.0 + specifier: workspace:^0.10.0 version: link:../db '@blobscan/logger': specifier: workspace:^0.1.1 @@ -766,7 +766,7 @@ importers: version: 8.4.39 tailwindcss: specifier: ^3.4.1 - version: 3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3)) + version: 3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)) tooling/typescript: {} @@ -3009,9 +3009,6 @@ packages: '@types/eslint@8.56.10': resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} - '@types/eslint@9.6.1': - resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} - '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -9624,13 +9621,13 @@ snapshots: mini-svg-data-uri: 1.4.4 tailwindcss: 3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3)) - '@tailwindcss/typography@0.5.13(tailwindcss@3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3)))': + '@tailwindcss/typography@0.5.13(tailwindcss@3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)))': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 3.4.6(ts-node@10.9.2(@types/node@18.19.41)(typescript@5.5.3)) + tailwindcss: 3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)) '@tanstack/query-core@4.36.1': {} @@ -9717,7 +9714,7 @@ snapshots: '@types/eslint-scope@3.7.7': dependencies: - '@types/eslint': 9.6.1 + '@types/eslint': 8.56.10 '@types/estree': 1.0.5 optional: true @@ -9726,12 +9723,6 @@ snapshots: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 - '@types/eslint@9.6.1': - dependencies: - '@types/estree': 1.0.5 - '@types/json-schema': 7.0.15 - optional: true - '@types/estree@1.0.5': {} '@types/express-serve-static-core@4.17.41': @@ -13002,6 +12993,14 @@ snapshots: postcss: 8.4.38 ts-node: 10.9.2(@types/node@18.19.41)(typescript@5.5.3) + postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)): + dependencies: + lilconfig: 3.1.1 + yaml: 2.4.2 + optionalDependencies: + postcss: 8.4.38 + ts-node: 10.9.2(@types/node@20.14.11)(typescript@5.5.3) + postcss-nested@6.0.1(postcss@8.4.38): dependencies: postcss: 8.4.38 @@ -13777,6 +13776,33 @@ snapshots: transitivePeerDependencies: - ts-node + tailwindcss@3.4.6(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)): + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.5.3 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.0 + lilconfig: 2.1.0 + micromatch: 4.0.5 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.0 + postcss: 8.4.38 + postcss-import: 15.1.0(postcss@8.4.38) + postcss-js: 4.0.1(postcss@8.4.38) + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)) + postcss-nested: 6.0.1(postcss@8.4.38) + postcss-selector-parser: 6.0.13 + resolve: 1.22.8 + sucrase: 3.34.0 + transitivePeerDependencies: + - ts-node + tapable@2.2.1: {} tar-fs@2.1.1: @@ -13952,6 +13978,25 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.14.11 + acorn: 8.11.3 + acorn-walk: 8.3.2 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.5.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optional: true + tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29