Skip to content

Releases: tryethernal/ethernal

1.1.3

28 Oct 15:03
Compare
Choose a tag to compare

Changed

  • Analytics are only loaded if ENABLE_ANALYTICS env variable is present
  • Logrocket id is an env variable
  • Logrocket users are tagged with their plan

1.1.2

27 Oct 14:03
Compare
Choose a tag to compare

Fixed

  • Loader for contract deletion modal
  • Unlocked accounts were showing up twice

Changed

  • Wording for transaction tracing section in transaction page, for free users

1.1.1

26 Oct 15:55
Compare
Choose a tag to compare

Fixed

  • Wording for import contract modal (now depends on the chain setting)

1.1.0

26 Oct 15:30
Compare
Choose a tag to compare

Added

  • Better support for BSC & Matic: native currencies, contract import, contract matching for tracing
  • Technical improvement in how workspaces are created

Fixed

  • Handling of array of addresses for contract methods
  • Handling of method responses that are not arrays

1.0.1

25 Oct 14:39
Compare
Choose a tag to compare

Fixed

  • Handling of array parameters for contract methods
  • Error message was not properly handled and not displayed in some scenario when interacting with contract methods (when gas limit was wrong for example)

1.0.0

19 Oct 14:55
Compare
Choose a tag to compare

Changed

Added

  • Premium plan 🤑
  • Possiblity to remove contracts
  • BSL license for Ethernal

Fixed

  • Github Action for backend tests (it wasn't running)

0.3.3

18 Oct 09:44
Compare
Choose a tag to compare

Fixed

  • Solidity 'pure' functions are now properly showing under "Read Methods" in the contract's UI page.

0.3.2

04 Oct 16:48
Compare
Choose a tag to compare

Fixed

  • Error handling on write functions

0.3.1

16 Sep 20:34
Compare
Choose a tag to compare

Fixed

  • Ethernal now decodes & displays custom Solidity exceptions when thrown

Added

  • Unit tests that were missing for a frontend library

0.3.0

04 Sep 13:27
Compare
Choose a tag to compare

Changed

  • Events emitted by contracts called internally in a transaction are now properly decoded
  • Transaction tracing now handles proxy contracts