Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

108 lines (76 loc) · 5.38 KB

Changelog

1.6.0

Compatible with:

Features

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

Fixes

  • tooltip position on small screen size (213f5c3)

1.5.0

Compatible with:

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

1.4.0

Compatible with:

Features

  • foundational multi-asset support (3c94cee)

1.3.0

Compatible with:

Features

Fixes

  • only show merkel root if present (98f8e5d)
  • "0" displayed on a line after Transaction Fee / Total Output (4f49075)

1.2.1

Compatible with:

Compatibility upgrade

Fixes

  • scope withdrawals query to address (cad9e3f)
  • check search strings for shelley-era addresses, to avoid clash with testnet stake addresses and hashes (58c004a)

1.2.0

Compatible with:

Features

Chores

1.1.0

Features

Chores

1.0.2

Fixes

Chores

  • Re-enables the test suite CI run
  • Applies lint fixes previously missed

1.0.1

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.

1.0.0

First production-ready release.