All notable changes to this project will be documented in this file.
- ACCOUNTS, APPS, ASSETS | Added charts for transaction counts and volume
- ACCOUNT | Updated top interactions with in/out + progress
- UI | New layouts for account/token/nft/app pages
- CACHE | Implemented autoclean cache on the client side on reload
- ACCOUNTS, APPS, ASSETS | Fixed transaction sums calculations
- UI | Fixed search history overflowing the grid
- API | Removed unused analytics route
- HOMEPAGE | Removed unused stats stores
- ACCOUNTS, APPS, ASSETS | Separated calls for chart and total transactions
- ACCOUNTS, APPS, ASSETS | Added txn counters
- ACCOUNT | Switched the top interactions to use the new Analytics API endpoints
- DEPENDENCIES | Updated ORM version
- UI | Fixed animated counters where small numbers might not reach final value in some cases
- SEARCH | New search modal
- TABLES | Controls component for filters
- CHARTS | Zoom reset button on charts
- ASSET | NFT descriptions
- SEARCH | Updated scoring methods
- SEARCH | Added Pera projects metadata scores
- DEPENDENCIES | Updated Svelte & TypeScript packages
- SEARCH | Fixed fetching opengraph project images
- CHARTS | Fixed scroll trap in mobile charts
- DATASETS |Fixed Datasets for server-side timestamps loading
- APPS | Fixed style issues in app programs
- ASSET | Fixed deleted assets page when asset was created by an app
- ACCOUNT | Fixed NFD twitter links
- UI | Fixed style issues with tooltip encoding options
- DATASETS | Added Metadata dataset
- SEARCH | Added frequent/recent searches
- SEARCH | Added History module
- SEARCH | Added clear and search all buttons
- TXN |Added AssetFreezeTxn component in Tx page
- TXN | Transaction 404 quick fix
- SERVER | Try/catch in server hooks
- UI | Fine-tuned popup overlay
- TABLES | Fixed TableRow type
- NAV | Fixed active state in NavLink
- BUILD | Fixed circular dependency
- HELPERS |Fixed search paths helpers
- UI | Popups and tooltips are now using portals
- UI | Updated footer version display
- SERVER | Fixed GraphQL server caching
- SERVER | Fixed feedback API route
- EXTERNAL LINKS | Added Minthol logo (still waiting for their fallback route when no collection for final implementation)
- PAGES | Added privacy policy and terms of use pages
- CACHE | Lowered cache pruning interval
- CACHE | Fixed cache pruning
- UI | Fixed some text-link styles
- UI | Fixed external links decoration
- EXTERNAL LINKS | Added Goplausible DID resolver links
- UI | Homepage styles
- UI | Updated FontAwesome
- ASSET | Fixed assets supply tooltip slugs
- CHARTS | Fixed NumberCounter text wrapping
- UI | Fixed menu height issues on mobile
- TXNS | Implemented scam detection API from ChainTrail.io and added warning messages
- SEARCH | Go directly to a result page if a single result has been found at the moment of hiting submit
- CACHE | Added self-pruning on the browser cache. Expired entries are now deleted automatically on page refresh, at an 1h interval.
- SEARCH | Fixed filters and addons params being appended to API query strings
- ACCOUNTS | Fixed "funded by" value not getting refreshed sometimes when changing accounts
- ASSETS | Open urls links starting with
ipfs://
on our IPFS gateway. - HOMEPAGE | Fixed the sections height on very large and portrait screens
This is a production release. Below are all changes between v1.2.0 -> v1.3.0
- 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. Same view available for inner transactions too.
- Asset Overview: Added a holders distribution card in the token overview
- Asset Holders: Added a page with the holders distribution bar chart, along with holders list (with filters and sortings)
- Txn Notes: Added a toggle to switch the note encoding
- Txn Logs: Added toggles to switch transaction logs encoding
- Search: Added search from the labeled assets list
- 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
- Grid Layouts: Revamped grid layouts in preparation of customizable layouts
- Account Rekey Transactions: Switched the query from the standrard indexer to our GraphQL API that has better indexing.
- Search Scores: More weight for
Trusted
andVerified
labels - Search Scores: Drop the score for
Suspicious
labels
- 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.
- 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
- Search: Fixed suggestions dropdown not being displayed on autofocus
- Search: Fixed searching from the Popular Assets list
- Search: Fixed the search scopes (tokens, nfts) for cached data
This is a pre-release. You can test it on the preview environment.
- 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. Same view available for inner transactions too.
- 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
- Account Rekey Transactions: Switched the query from the standrard indexer to our GraphQL API that has better indexing. (no more timeouts!)
- 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.
This is a pre-release. You can test it on the preview environment.
- Asset Overview: Added a holders distribution card in the token overview
- Asset Holders: Added a page with the holders distribution bar chart, along with holders list (with filters and sortings)
- Grid Layouts: Revamped grid layouts in preparation of customizable layouts
- 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
This is a pre-release. You can test it on the preview environment.
- Txn Notes: Added a toggle to switch the note encoding
- Txn Logs: Added toggles to switch transaction logs encoding
- Search: Added search from the labeled assets list
- Search Scores: More weight for
Trusted
andVerified
labels - Search Scores: Drop the score for
Suspicious
labels
- Search: Fixed suggestions dropdown not being displayed on autofocus
- Search: Fixed searching from the Popular Assets list
- Search: Fixed the search scopes (tokens, nfts) for cached data
This version implements the new navigation that includes the links to Allo Account and Allo Alerts.
- Allo Ecosystem: Users can switch to the different Allo apps (Accounts, Alerts) from the nav
- Search: Added autofocus on the main search bar
- Bookmarks: The bookmark page has been moved out of the Profile and has its own page now.
- Cache: Optimized saving the preload entries in browser's IndexedDB
- Cache: Fixed brrowser cache busting for popular assets
- Theme: Fixed theme colors for asset charts
- Transaction Groups: Fixed the per page limits for transaction groups (and all other static txn rows)
- Date and Number formats: fixed default locale being undefined on the server side
- Timestamps: Fixed datetime to timestamp conversion when they already include 'Z' (UTC marker)
- Blocks: prevent 404 errors when an error occur while fetching extra block data from GraphQL API
- Transaction Filters: Fixed an issue where address filters were overwriting the actual address the user is viewing the transactions for
- Accounts: Fixed account thumbnails not loading on mount
- Accounts: Fixed account types not updating after fetching data
- URLs: Fixed an issue where removing multiple slashes (
/account//<AccountId>/txns
) was sometimes removing double slashes from protocol. - Nav Links: Fixed active state for strict Navlinks with trailing slashes
- Accounts: Added tooltip for the Funded by info
- Fixed block timestamps
- Date formats: better formating for uncommon languages
- Accounts: fixed re-rendering of the Rekeyed To component after getting the API response
- Preload: individually set cache durations for each preloaded content type
- API: fixed
searchAssetMeta
route - Number formats: remove rounding for most amounts
- Defi portfolio: fixed component update when receiving the response from the API.
- Styling: fixed dividers when they are rendered on multiple lines
- New
TxnGroup
entity - New route for transaction groups (
allo.info/txn/group/<Group ID>
) - Search for GroupId in the main search bar
- External links: added Raw indexer data links
- Dates and Amounts formats using the browser's locale
- Group transactions rendered using the standard transaction tables components
- Group Summary transfers are now collapsible (collapsed by default)
- Bookmarks sorted in alphabetical order
- Removed "Sign Out" button from the profile until profiles implement AlloAccounts
- Removed transaction type
Unknown
from the filters
- Fixed a typo in
Key Registration
transaction type - Trigger NFD search only on alphanumerical strings
This is the first public release of Allo.info.
- Search for:
- Assets
- Accounts
- Apps
- Blocks
- Txns
- NFDs (@NFDomains)
- Projects (@awesome_algo)
- and our own Articles
- Accounts:
- NFD Profile
- Defi value (@TeamAlgogator)
- NFTs value (@asalytic)
- Assets
- Pera Verification labels (@PeraAlgoWallet)
- NFT Rarity (@asalytic)
- Token price (@vestigefi)
- Applications:
- TEAL inspector
- Transactions:
- Group summary
- Transactions filters
- Bookmarks!!!
- https://algoexplorer.io/tx/<txId>
+ https://allo.info/tx/<txId>
- https://algoexplorer.io/asset/<assetId>
+ https://allo.info/asset/<assetId>
- https://algoexplorer.io/address/<address>
+ https://allo.info/account/<address>
- https://algoexplorer.io/application/<appId>
+ https://allo.info/application/<appId>
- https://algoexplorer.io/block/<round>
+ https://allo.info/block/<round>