Skip to content

Releases: tryethernal/ethernal

1.6.0

08 Mar 17:53
Compare
Choose a tag to compare

Changed

  • Token transfers are now processed server side & stored - they will be displayed even if there is no ABI associated to the contract
  • Balance changes are now stored server side
  • uint256 are not formatted anymore, too many use cases for this type to be able to infer how to process it automatically
  • Arrays are better displayed now (in functions call parameters & in return values)

Added

  • "Reprocessing" option on a menu on the top right of the transaction page, that will reprocess token transfers & balance changes in case the automatic processing failed for some reason

1.5.6

08 Mar 08:03
Compare
Choose a tag to compare

Fixed

  • Onboarding bug that prevented workspace creation
  • Alchemy integration bug that prevented activation if url wasn't alchemy.io

1.5.5

03 Mar 21:05
Compare
Choose a tag to compare

Fixed

  • Checksumed addresses now works for addresses pages

1.5.4

03 Mar 19:55
Compare
Choose a tag to compare

Changed

  • Add /tx/:hash and /token/:hash routes for better Metamask integration

1.5.3

03 Mar 14:44
Compare
Choose a tag to compare

Changed

  • Public explorer parameters are now loaded directly from Firestore for faster initial loading

1.5.2

03 Mar 13:36
Compare
Choose a tag to compare

Fixed

  • Server side contract processing (token & proxy detection) in public explorer mode

1.5.1

03 Mar 01:08
Compare
Choose a tag to compare
1.5.1

1.5.0

28 Feb 17:01
Compare
Choose a tag to compare

Changed

  • README updated

Added

  • It's now possible to make your workspace public and accessible through an url like http://wagmi.tryethernal.com, turning it into a public explorer, it can't be activated through the interface yet, but if you are interested in setting this up for you, reach out to Antoine | Ethernal on the Discord server or by email.

1.4.2

23 Feb 17:19
Compare
Choose a tag to compare

Removed

  • Accounts are not fetched anymore on workspace creation. This was preventing from connecting to chain without the eth_accounts endpoint

1.4.1

22 Feb 16:54
Compare
Choose a tag to compare

Changed

  • Onboarding text when there are issues connecting on remote servers