- Use
Asset.decimals
to present token qty with the correct factor (4d475fe)
- tooltip position on small screen size (213f5c3)
- 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
- remove stray acute character (c67279a
- infinite loading after block search (b782199
- use protocolVersion.major comparison to determine epoch slot count (4c676d7
- replace use fingerprint from API (2b5ca7c
- foundational multi-asset support (3c94cee)
- transaction metadata (6c3baa8)
- only show merkel root if present (98f8e5d)
- "0" displayed on a line after Transaction Fee / Total Output (4f49075)
Compatibility upgrade
- scope withdrawals query to address (cad9e3f)
- check search strings for shelley-era addresses, to avoid clash with testnet stake addresses and hashes (58c004a)
- show deposits and reclaims when present in transaction
- add withdrawals to TransactionInfo
- resolve stake address searches based on withdrawals
- Re-enables the test suite CI run
- Applies lint fixes previously missed
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.
First production-ready release.