Releases: tryethernal/ethernal
Releases · tryethernal/ethernal
1.6.0
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
Fixed
- Onboarding bug that prevented workspace creation
- Alchemy integration bug that prevented activation if url wasn't alchemy.io
1.5.5
Fixed
- Checksumed addresses now works for addresses pages
1.5.4
Changed
- Add /tx/:hash and /token/:hash routes for better Metamask integration
1.5.3
Changed
- Public explorer parameters are now loaded directly from Firestore for faster initial loading
1.5.2
Fixed
- Server side contract processing (token & proxy detection) in public explorer mode
1.5.1
1.5.1
1.5.0
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
Removed
- Accounts are not fetched anymore on workspace creation. This was preventing from connecting to chain without the eth_accounts endpoint
1.4.1
Changed
- Onboarding text when there are issues connecting on remote servers