Skip to content

Latest commit

 

History

History
157 lines (108 loc) · 16 KB

CHANGELOG.md

File metadata and controls

157 lines (108 loc) · 16 KB

Changelog

0.7.2 (2022-11-29)

Bug Fixes

  • docker: universal docker image (with SSR) (#183) (db23014)

0.7.1 (2022-09-14)

Bug Fixes

0.7.0 (2022-04-18)

Features

Bug Fixes

  • tx-details: only show tx arguments on contract call #172 (817a08b)

0.6.1 (2022-02-28)

Bug Fixes

  • when tokens could not be loaded should display transactions (6b7a851)

0.6.0 (2022-02-17)

Features

  • account filter transactions based on AEX-9 and DEX #155 (42a2d53)

Bug Fixes

  • account: show token failed message on aex9 balances load error #168 (9ddab7d)
  • account: when aex9 balance cannot be loaded #168 (81c85c6)
  • aex transaction when token decimals not defined (aec56ae)
  • fetch block height from node API (c07f847)
  • transaction loading state (993e4cd)

0.5.0 (2022-02-07)

Features

Bug Fixes

Miscellaneous

  • array instead of object on transactions page (de5b998)

0.4.0 (2021-11-26)

Features

  • accountPage: show/hide 0 balances (e0af085)
  • account: show tokens balances (4ffa817)
  • adjust AE prefixed amount (2e0027d)
  • contractCallTx: extended tx info (3e8d18b)
  • contractCallTx: show status (41ec0e5)
  • contractCreateTx: show extended information (a54c509)
  • handle filters through queries (0c18fd8)
  • router: redirect 'account/transactions/_id' to 'account/_id' (61c8277)
  • show api docs and version (f05755c)
  • tokenPage: display token transfers (b950e46)
  • tokenPage: display tokens balances per account (758ac31)
  • tokens dedicated page (cd80810)

Bug Fixes

  • accountPage: display if the account is not found (859a52d)
  • address transactions pagination bug (6e8dcc2)
  • hide irrelevant aex9 send and received filters on transactions page (f40d57b)
  • store properly tokens information in vuex (4015070)
  • transactions in store handling (f1b1969)
  • unnecesary network requests (5fac743)

Miscellaneous

  • add commitlint and release-please workflows (2e5d3ea)

CI / CD

  • circleci: remove circleci config (07fd366)