Skip to content

Releases: casper-network/casper-blockexplorer-frontend

Casper BlockExplorer Frontend Release 1.4.0

22 Jun 15:52
Compare
Choose a tag to compare

Added

  • Search params for table pagination/sorting
  • More internal UI-kit components
  • Unit tests for some critical components
  • Fixed a small external package vulnerability
  • Addressed minor UI styles for mobile
  • Updated validators table to include next era

Casper BlockExplorer Frontend 1.3.0

08 May 16:12
Compare
Choose a tag to compare

Added

  • Skeleton loaders for details screens
  • Implemented dark theme with theme toggler
  • Added some internal UI-kit components

Casper BlockExplorer Frontend 1.2.0

13 Mar 15:54
2f8bf91
Compare
Choose a tag to compare

[1.2.0] - 2023-03-08

Added

  • Skeleton loaders
  • Active navbuttons in the topbar
  • Update validators table to include formatted columns and sorting
  • Nicer loading on the main page
  • Switched all tables to paginated ones
  • Changed architecture from Tanstack Query to Redux

Fixed

  • Fixed some frontend styles

Casper BlockExplorer 1.1.0

31 Jan 15:57
8641e81
Compare
Choose a tag to compare

Added

  • Switched frontend to use new middleware (1.1.0)
  • New table in /blocks
  • New more detailed view in /peers
  • Number of validators & peers is now visible on the main page
  • Translations mechanisms (react-i18next) - translations are in public/translations
  • Support for SSE Sidecar (SIDECAR_REST_URL & SIDECAR_EVENTSTREAM_URL required to enable it)
  • New /peers endpoint providing peers statuses (hash of last added block, uptime, ip)
  • New endpoints: /latest-block, /block/:hashOrHeight, /status, /blocks, /deploy/:hash, /account/:accountHashOrPublicKey
  • When it's possible, all of the endpoint support both Sidecar as well as RPC
  • Added cache so number of RPC request is minimized

Changed

  • Redesigned layout of almost all pages

Casper BlockExplorer 1.0.0

19 Jan 13:43
f6dcf0e
Compare
Choose a tag to compare

The first version of Casper BlockExplorer.