Skip to content

Release v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 13:25
· 154 commits to develop since this release
e84b020

2.4.0 (2024-12-19)

Overview

Features

  • dapp Connection - Support EVM Connection for Ethereum Accounts
  • Ability to Export error log occurring when signing transactions to JSON Format
  • dapp Connection Modal Improvements - Display Messages about active account network, when no account found, when Unknown URL is - requesting connection

Fixes

  • Do not display sensitive Content after wallet reset
  • Fix App redirection when transaction is auto signed
  • Display Correct Auction History Information

Maintenance

  • Update NPM Libraries

Features

  • add new data cy ids (ef41173)
  • animated text in active account dropdown (c744201)
  • be able to connect to dapps as EVM (de8b00f)
  • close all modals on wallet reset (68ed6d3)
  • connect-modal: show network info and correct account info (96aee0a)
  • do not rely on sdk being valid in sign process (84a8514)
  • evm: propogate chain change event to dapps (4e3b4a2)
  • evm: proxy several requests with etherscan (e64e2ec)
  • export error log and show error modals on transaction errors (7a8d224)

Bug Fixes

  • add ionSkellet component (58ac17a)
  • aeternity: share wallet info with dapp (e8941c4)
  • auto-sign not redirecting back to browser (ce4bcab)
  • do not preserve permissions on reset (6e5a009)
  • ethereum: catch Ethplorer fetching errors (e3d46b8)
  • ethereum: show advancde transaction details only for contract calls (50d9783)
  • ethereum: show correct transaction labels (4004609)
  • hide all content under placeholder (4e8ecff)
  • hyphenate attributes (9aa67ca)
  • show auction history correctly (99122f5)
  • show correct balance and color for custom account (e98c992)

Maintenance

  • offscreen: remove unused method (77a3ee9)
  • prevent background from fail on importing from common constants (ee95a64)
  • run npm update (3d3f8b7)

Style

  • remove deprecated functions (3426381)