-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: version packages #489
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 19:41
3ef5042
to
a43ba57
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 19:56
a43ba57
to
8d2c31f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 20:07
8d2c31f
to
94dbceb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 20:17
94dbceb
to
2ef5e13
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 20:35
2ef5e13
to
8bc09f8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 6, 2024 21:14
8bc09f8
to
8cdeaea
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2024 16:04
8cdeaea
to
b1dd010
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2024 16:21
b1dd010
to
7b4f9e2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2024 15:30
7b4f9e2
to
f45b4cb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 7, 2024 13:11
16d840a
to
e4e3531
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 7, 2024 13:30
e4e3531
to
ee36fbd
Compare
Deployment failed with the following error:
Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 7, 2024 13:46
ee36fbd
to
8a0c4b2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 7, 2024 13:59
8a0c4b2
to
6f3cc26
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 7, 2024 14:25
6f3cc26
to
e4a8bca
Compare
luis-herasme
pushed a commit
that referenced
this pull request
Oct 13, 2024
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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/[email protected]
Minor Changes
1cfb587
Thanks @PabloCastellano! - Added sections with tutorials for running blobscan with kurtosis, kind and locally@blobscan/[email protected]
Minor Changes
#537
a6795aa
Thanks @PJColombo! - Updated StarkNet’s Majin blob decoder to the latest version and adjusted the decoded blob UI to reflect the recent changes.#497
a59d7cd
Thanks @xFJA! - Added Timestamp filter to PaginatedTable filter panel#456
fbace2f
Thanks @xFJA! - Replaced list of BlobCards by new PaginatedTable on the blobs view#486
be191ba
Thanks @luis-herasme! - Improved button component props, variants and sizing logic#496
16870e4
Thanks @xFJA! - Enhanced dropdowns with clearable option support#553
c57d7fe
Thanks @xFJA! - Moved less important items from ExplorerDetails to footer#470
4bc7884
Thanks @luis-herasme! - Added blob gas price to the ExplorerDetails component#525
9ba363e
Thanks @xFJA! - Added slot range filter to blocks view#457
88c94df
Thanks @xFJA! - Replaced list of BlockCards by new PaginatedTable on the blocks view#522
9c56d5b
Thanks @xFJA! - Added BlockNumber filter to PaginatedTable filter panel#469
e8bb0e5
Thanks @luis-herasme! - Added a sidebar navigation menu for smaller screens#543
958c234
Thanks @xFJA! - Added sort input in the Filters#496
16870e4
Thanks @xFJA! - Added rollup filter to blobs, blocks and transactions views#493
43f626b
Thanks @luis-herasme! - Corrected formatWei precision for large decimal values#479
2ded4f9
Thanks @luis-herasme! - Added navigation arrow buttons to navigate to previous and next block#458
ff075a9
Thanks @xFJA! - Replaced list of TransactionCards by new PaginatedTable on the transactions view#464
dbe414b
Thanks @luis-herasme! - Added a loading spinner and a not-found window to the SearchInput component#478
85afe5b
Thanks @luis-herasme! - Added CopyToClipboard componentPatch Changes
#527
c9a6ada
Thanks @luis-herasme! - UpdatedDailyAvgBlobFeeChart
andDailyAvgBlobGasPriceChart
to use the best unit for values#581
bd8a4cb
Thanks @PJColombo! - Improved performance on Blobs, Blocks and Txs pages by fetching the total amount of items only once and not on every request#575
53acaf1
Thanks @luis-herasme! - Fixed an issue where the chart tooltip displayed zero for very low values. It now shows the most appropriate unit for each value.#563
76d8cf9
Thanks @xFJA! - Fixed top explorer details not horizontally aligned in small screens.#534
d829a51
Thanks @PJColombo! - Fixed an issue where pagination buttons failed to redirect upon click.#503
d0b07e1
Thanks @luis-herasme! - Enhanced Swarm data expiry formatting#568
cd6176b
Thanks @luis-herasme! - Fixed the issue where the "Show more" message was displayed incorrectly when the blob data container was opened and closed. The message now properly toggles between "Show more" when the container is closed and "Show less" when the container is open.#504
7de9681
Thanks @luis-herasme! - Updated latest blob gas price metric to display the most suitable unit, replacing the previously fixedGwei
format#446
c6dba39
Thanks @PJColombo! - Updated blob storage badges to use blob data reference url#515
b23e7d7
Thanks @luis-herasme! - Updates the convertWei function to handle decimal values#544
1bbf650
Thanks @luis-herasme! - Added a page with all the stats from the blobs, blocks and transactions#491
a36786f
Thanks @xFJA! - Refactored Dropdown options using a new type to allow add new elements to the Option display#561
9b6847f
Thanks @luis-herasme! - Fixed the transaction hash overlap in the blob page#564
79b4f58
Thanks @luis-herasme! - Fixed copyable values overflow viewport on small screens#488
7e49c8b
Thanks @xFJA! - Fixed 'Displayed Items' dropdown in PaginedTable#496
16870e4
Thanks @xFJA! - Added support for clearing dropdown#531
308db72
Thanks @luis-herasme! - Added finalized status field to block, tx and blob views#566
e6d78aa
Thanks @xFJA! - Fixed overflow style and responsiveness issues in Filters.#552
253f293
Thanks @luis-herasme! - Added navigation arrows to the transaction page#506
04ae214
Thanks @luis-herasme! - Fixed inconsistent column spacing on the homepage#507
7cd9a73
Thanks @luis-herasme! - Added additional logic to theTooltip
component to prevent overflow.#509
399c98c
Thanks @luis-herasme! - Resolved homepage metrics display overflow issueUpdated dependencies [
7240bba
,04565b2
,c6dba39
,dc3afe7
,16870e4
,a6795aa
,04565b2
,4bc7884
,04565b2
,16870e4
,16870e4
,bbf5111
,16870e4
,6eb69e8
,a84b544
,bd8a4cb
,03fb6b0
,3507a88
,6eb69e8
]:@blobscan/[email protected]
Minor Changes
04565b2
Thanks @PJColombo! - Added support for category and rollup aggregationsPatch Changes
7240bba
,04565b2
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Minor Changes
#551
7240bba
Thanks @PJColombo! - Addedcategory
column toTransaction
model#446
c6dba39
Thanks @PJColombo! - Updated the references to now return a URL instead of a URI.#577
dc3afe7
Thanks @PJColombo! - Introduced a new query parameter, count, that allows consumers to enable item counting in all procedures for retrieving blobs, blocks, and transactions.#470
4bc7884
Thanks @luis-herasme! - Added procedure to get the latest block#576
04565b2
Thanks @PJColombo! - Added support for category and rollup aggregations#447
a84b544
Thanks @PJColombo! - AddedgetBlobDataByBlobId
procedure#581
bd8a4cb
Thanks @PJColombo! - Added procedures to count total amount of blobs, blocks or txs given a set of filtersPatch Changes
#567
bbf5111
Thanks @luis-herasme! - Fixed pagination count for blob search#532
03fb6b0
Thanks @PJColombo! - Corrected the transaction indexing process to resolve the transaction sender instead of the receiver when looking for rollup transactions.#559
3507a88
Thanks @PJColombo! - Added blob gas used toTransaction
model#584
6eb69e8
Thanks @PJColombo! - Enhanced blob fetching performance by adding sorting based on block timestamps and transaction indexUpdated dependencies [
7240bba
,04565b2
,16870e4
,04565b2
,04565b2
,16870e4
,16870e4
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Minor Changes
a6795aa
Thanks @PJColombo! - Updated StarkNet’s Majin blob decoder to the latest version and adjusted the decoded blob UI to reflect the recent changes.@blobscan/[email protected]
Minor Changes
04565b2
Thanks @PJColombo! - Added date utility functions@blobscan/[email protected]
Minor Changes
#551
7240bba
Thanks @PJColombo! - Addedcategory
column toTransaction
model#576
04565b2
Thanks @PJColombo! - Added aggregation columns to track transaction total and average blob max fees#576
04565b2
Thanks @PJColombo! - Added support for category and rollup aggregations#496
16870e4
Thanks @xFJA! - Exposed Prisma enums from a separated file#584
6eb69e8
Thanks @PJColombo! - Added tx index toBlobsOnTransactions
model#559
3507a88
Thanks @PJColombo! - Added blob gas used toTransaction
modelPatch Changes
04565b2
]:@blobscan/[email protected]
Minor Changes
#496
16870e4
Thanks @xFJA! - Updated the chain rollups retrieval to return both the rollup name and address for each rollup.#496
16870e4
Thanks @xFJA! - Added support for retrieving rollups by their addresses#496
16870e4
Thanks @xFJA! - Added support for retrieving all chain's available rollupsPatch Changes
7240bba
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Minor Changes
04565b2
Thanks @PJColombo! - Added support for category and rollup aggregationsPatch Changes
7240bba
,04565b2
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Patch Changes
7240bba
,c6dba39
,dc3afe7
,4bc7884
,04565b2
,bbf5111
,a84b544
,bd8a4cb
,03fb6b0
,3507a88
,6eb69e8
]:@blobscan/[email protected]
Patch Changes
7240bba
,04565b2
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Patch Changes
7240bba
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Patch Changes
7240bba
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]:@blobscan/[email protected]
Patch Changes
7240bba
,04565b2
,04565b2
,16870e4
,6eb69e8
,3507a88
]: