Releases: Blobscan/blobscan
Releases · Blobscan/blobscan
v1.5.0
What's Changed
- feat: add support for Pectra upgrade by @PJColombo in #719
- chore: version packages by @github-actions in #733
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- chore(api): Removes PostHog configuration and related code by @luis-herasme in #707
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- fix(api): remove sort query param by @PJColombo in #722
- fix(web): remove navigation items component loading skeleton by @PJColombo in #724
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat(api): add support for fetching blocks by slot by @PJColombo in #700
- fix(api): resolve
getByBlockId
andgetBySlot
proceduretrpc-openapi
issues by @PJColombo in #711 - fix(api): update reorg handling procedure by @PJColombo in #713
- Fix stats order by @luis-herasme in #695
- refactor(env): replace conditionalRequiredSchema and requiredStorageConfigSchema with requireIfEnvEnabled by @luis-herasme in #697
- feat: implement OptimismCard component for displaying decoded transaction fields and removes
autocompleteBlockHash
by @luis-herasme in #658 - chore: make
GOOGLE_STORAGE_API_ENDPOINT
optional by @PJColombo in #720 - feat(web): get Env from API endpoint by @xFJA in #678
- feat: add latest synced block data by @PJColombo in #721
New Contributors
- @MonkeyKing44 made their first contribution in #706
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- chore(api): replace hardcoded weavevm base url by @PJColombo in #689
New Contributors
- @brawncode made their first contribution in #690
- @Marcofann made their first contribution in #698
Full Changelog: v1.3.0...v1.3.1
v1.3.0
✨ Release Highlights
- feat: add weavevm support by @PJColombo in #681
- Toggle timestamp by @luis-herasme in #664
What's Changed
- fix(db): fix total amount of unique blobs aggregation by @PJColombo in #666
- Add help tooltip block by @luis-herasme in #665
- feat(api): add procedure for creating weaveVM blob storage references by @PJColombo in #683
- fix(api): correct error handling in weavevm creation procedure by @PJColombo in #688
New Contributors
- @defitricks made their first contribution in #673
- @romashka-btc made their first contribution in #674
- @mdqst made their first contribution in #675
- @petryshkaCODE made their first contribution in #676
- @Hack666r made their first contribution in #677
- @famouswizard made their first contribution in #680
- @PixelPil0t1 made their first contribution in #684
- @hidewrong made their first contribution in #682
Full Changelog: v1.2.0...v1.3.0
v1.2.0
✨ 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
frontenddistinctId
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
- @cypherpepe made their first contribution in #641
- @sky-coderay made their first contribution in #646
- @donatik27 made their first contribution in #655
- @Dimitrolito made their first contribution in #667
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- Display
id
inSearchResultItem
when label is absent by @luis-herasme in #627 - chore: fix
@blobscan/eth-units
name discrepancy by @PJColombo in #639
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Docs fix spelling issues by @nnsW3 in #619
- feat(web): add multiple options to RollupFilter by @xFJA in #592
- fix(web): remove Gitcoin banner by @PJColombo in #625
- fix(web): add chart fixes by @PJColombo in #598
- chore: fix some typos in comments by @wangjingcun in #620
- chore: Suggest opening a new issue in Feedback form by @luis-herasme in #602
- Fix display decoded data for Optimism blobs by @luis-herasme in #608
- fix: show new expiry date for swarm batches by @PabloCastellano in #610
- feat(api): add URL filtering for PostHog tracking by @luis-herasme in #626
- chore: version packages by @github-actions in #624
New Contributors
- @nnsW3 made their first contribution in #619
- @wangjingcun made their first contribution in #620
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- perf(api): optimise count retrieval by @PJColombo in #590
- feat(web): add gitcoin banner by @PJColombo in #612
Full Changelog: v1.1.2...v1.1.3