Skip to content

Version 1.2.3-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 14:37
· 5 commits to main since this release

A new version of Allo.info has been released.

If you have any questions, feature requests, or found a bug, feel free to reach out!
GitHub | Discord | X (Twitter) | Email

Deployment environments
Production | Pre-releases

v1.2.3-beta

This is a pre-release. You can test it on the preview environment.

Added

  • Homepage: Added a stats section about the current state of Algorand mainnet
  • External Links: Added links to Pera Explorer on transactions, groups, applications and blocks
  • Inner Transactions: Added indentation in transaction tables to help visualize inner transactions depth.
  • Transactions: Added a tab in the transaction view to see all inner transactions for a single outer txn. The same view is also available for inner transactions.

Changed

  • Accounts: Switched Algogator to the new Compx API endpoints
  • Profile: Moved profile settings (portfolio providers) from LocalStorage to IndexedDb in preparation of the full profiles

Optimized

  • Account Rekey Transactions: Switched the query from the standrard indexer to our GraphQL API that has better indexing. (no more timeouts!)

Fixed

  • Accounts: fixed the AppId not always being displayed because of async component rendering
  • Txns Filters: Fix txn filters not being applied in /tx/group route
  • Styling: fixed alignment in data tables
  • Formatting: fixed amount formating not using locales in some places
  • Tooltips: Refactored tooltips to have them all displayed on a completely seperate layer. That fixes all the z-index and context scope issues.