Skip to content

Commit

Permalink
added v1.2.3-beta release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctibo committed Feb 28, 2024
1 parent 0950817 commit 0149dad
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,39 @@ All notable changes to this project will be documented in this file.

### Removed

### Fixed

### Security



## v1.2.3-beta

### 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.

### 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
- 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.


### Security


## v1.2.2-beta
Expand Down

0 comments on commit 0149dad

Please sign in to comment.