Skip to content

Releases: cardano-foundation/cardano-explorer-app

Cardano Explorer 1.6.0

27 Jul 15:29
80be1db
Compare
Choose a tag to compare

This release improves the presentation of token quantity.

Compatible with cardano-graphql: 5.0.0 and cardano-graphql: 6.0.0

Features

  • Use Asset.decimals to present token qty with the correct factor (4d475fe)

Fixes

  • Tooltip position on small screen size (213f5c3)

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Explorer 1.5.0

06 Apr 09:14
6233695
Compare
Choose a tag to compare

This feature release adds asset metadata to the token UI, enables searching for blocks by slot number, and fixes display bugs.

Compatible with cardano-graphql: 4.0.0

Features

  • Add query to support fetching transaction metadata (d5f4344)
  • Asset metadata in tooltip (e44a98d)
  • Add global slot number support (65c4a32)
  • Add support link to footer (957b3ad)
  • Allow rewards query (30b0c68)

Fixes

  • Remove stray acute character (c67279a)
  • Infinite loading after block search (b782199)
  • Use protocolVersion.major comparison to determine epoch slot count (4c676d7)

Refactorings

  • Replace use fingerprint from API (2b5ca7c)

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Explorer 1.4.0

26 Feb 13:39
6cb210b
Compare
Choose a tag to compare

This feature release introduces multi-asset support by showing tokens within transactions, and as part of address balance summaries. The asset fingerprint is produced client-side using the policy ID and asset name.

Paired with Cardano GraphQL 3.2.0.

Features

  • Foundational multi-asset support (#380)

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops
Release Manager ✔️

Cardano Explorer 1.3.0

20 Jan 00:25
506f36d
Compare
Choose a tag to compare

This feature release adds transaction metadata to the detail screen with a warning to require user acceptance prior to showing the unmoderated content. It also hides the Byron-era Merkle field when the value is not included in the block object. Paired with Cardano GraphQL 3.1.1.

Features

  • Transaction metadata (#372)

Fixes

  • Only show merkel root if present (#374)
  • "0" displayed on a line after Transaction Fee / Total Output (#379)

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️

Cardano Explorer 1.2.1

16 Dec 00:53
561af50
Compare
Choose a tag to compare

A compatibility upgrade to pair with Cardano GraphQL 3.0.0.

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️

Cardano Explorer 1.2.0

30 Sep 12:15
eaae663
Compare
Choose a tag to compare

This release adds withdrawals, deposit, and deposit reclaim details to transactions, returns a withdrawal summary when searching for a stake address.

Integrated with cardano-graphql 2.2.0.

Deployed on the testnet on 29 September 2020.
Deployed on the mainnet on 30 September 2020.

Features

  • Show deposits and reclaims when present in transaction #361
  • Add withdrawals to Transaction information #363
  • Resolve stake address searches based on withdrawals #363

Known issues

  • #369 Search needs to reload state to retrieve fresh data
  • #355 Display pool id

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️

Cardano Explorer 1.1.0

18 Sep 08:20
c1ba20a
Compare
Choose a tag to compare

This release includes separation of slots and blocks, enhances footer with the cardano-explorer-app currently deployed version, improves calculation of Byron epoch length.

Integrated with cardano-graphql 2.1.0.

Deployed on the testnet on 17 September 2020.
Deployed on the mainnet on 17 September 2020.

Features

  • #335 Split slots & blocks into separate columns #347
  • Add package.json version to footer #348

Improvements

  • #334 Changed calculation of Byron epoch length dynamically #338
  • Updated library react-polymorph to the latest version 0.9.5-rc.1 #351

Known issues

  • #353 Deposits and refunds are not presented in the transaction summary
  • #352 Reward withdrawals are not presented in the transaction summary
  • #355 Show pool ID in created by field

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️

Cardano Explorer 1.0.2

06 Aug 19:00
98524ca
Compare
Choose a tag to compare

This release provides fixes for the following issues:

  • #334 Slots per Byron epochs has to be calculated dynamically
  • #342 Bech32 addresses not accepted by search
  • #345 Letters invoke "search for" suggestions for block/epoch

Deployed on the testnet on 6 August 2020.
Deployed on the mainnet on 6 August 2020.

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️

Cardano Explorer 1.0.1

29 Jul 18:40
Compare
Choose a tag to compare

This release provides a compatibility upgrade in preparation for the Shelley hard fork. The GraphQL client now integrates with Cardano GraphQL 2.0.0 using @cardano-graphql/client-ts for static type checking.

Deployed on the testnet on 29 July 2020.
Deployed on the mainnet on 29 July 2020.

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️

Cardano Explorer 1.0.0

08 Jul 16:29
d2ab78c
Compare
Choose a tag to compare

Cardano Explorer 1.0.0

The Cardano Explorer is a client side web application that allows users to query and view data on the Cardano blockchain. It provides details of epochs, blocks, transactions, and addresses of the Cardano blockchain.

Cardano Explorer 1.0.0 is a completely re-engineered application based on the Byron reboot infrastructure. Implemented as a React application with GraphQL client interfacing with Cardano GraphQL.
Compatible with Cardano GraphQL 1.0.0.

Deployed on the Byron testnet on 8 July 2020.
Deployed on the mainnet on 8 July 2020.

Sign off

Role Approval
Technical Lead ✔️
QA Engineer ✔️
Ops ✔️
Release Manager ✔️