Skip to content

Release v2.3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 16:02
· 2 commits to develop since this release
12632e5

2.3.1 (2024-11-01)

Overview

New Features/Enhancements

  • Enrich Token details - Enrich token information with Price Value (in coins and fiat), market cap, volume and more.
  • Add tokens value to account total
  • Display Token Sale Label for Token Sale transactions
  • Replace Currency Symbol with Currency Code
  • Provide option to skip encryption Password for wallet data
  • Remove aeternity blockchain as default when creating new wallet, select desired blockchain instead
  • Send Transaction - Search Recipient from Address Book by typing his name
  • Deep Linking - Return additionally networkId

Features

  • add additional info in token details (7d442c8)
  • add token balance to accounts total (3853a6b)
  • aeternity: show fiat value for tokens with price (60aa5e2)
  • allow copy private key when password skipped (4998613)
  • choose protocol when creating new wallet (765dc53)
  • enrich token swap transactions (fb62884)
  • preserve tokenSales info in case fetching failed (c4cf011)
  • reusable component for selecting account from a dropdown while typing (1ae39b9)
  • show price for tokens (cfbc24b)
  • skip password protection for web (435d3d0)
  • use usd currency name instead of dollar sign (e1fde63)

Bug Fixes

  • aeternity: show fiat value for transaction that have coin spent (8966088)
  • deep-link: be able to return networkId (e590832)
  • show token sale label only for token sale transactions (c2c3572)

Maintenance

  • address book items use panel items (0572fa5)
  • adjust asset details page (1d609a4)
  • rename tokenSwaps to tokenSales (4a7d815)