Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble changes for 1.15.0 release #1668

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changelog/1454.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1501.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1512.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1526.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1558.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1563.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1568.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1569.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1572.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1573.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1576.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1578.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1579.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1580.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1581.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1582.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1584.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1585.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1586.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1587.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1600.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1602.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1603.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1604.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1605.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1624.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1628.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1629.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1631.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1632.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1633.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1634.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1638.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1639.trivial.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/1640.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1642.trivial.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1647.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1651.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1653.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1655.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1659.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1662.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/1663.feature.md

This file was deleted.

66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,72 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 1.15.0 (2024-12-18)

### Features

- Enable Consensus layer
([#1663](https://github.com/oasisprotocol/explorer/issues/1663))

- Localnet support
([#1628](https://github.com/oasisprotocol/explorer/issues/1628))

- Support ROFL transactions
([#1659](https://github.com/oasisprotocol/explorer/issues/1659))

- Extend named accounts with ERC-20 and ERC-721 tokens
([#1632](https://github.com/oasisprotocol/explorer/issues/1632))

- Enable search engine for Consensus transactions and blocks
([#1662](https://github.com/oasisprotocol/explorer/issues/1662))

### Bug Fixes and Improvements

- Prevent crash when network error occur while fetching account names
([#1578](https://github.com/oasisprotocol/explorer/issues/1578))

- Don't print "0" when viewing epoch snapshot on first block in an epoch
([#1581](https://github.com/oasisprotocol/explorer/issues/1581))

- Retain ETH address through search for accounts with no EVM transactions
([#1582](https://github.com/oasisprotocol/explorer/issues/1582))

- Ignore all account name fetching errors at the same level
([#1585](https://github.com/oasisprotocol/explorer/issues/1585))

- Show precise balance in chart tooltip
([#1600](https://github.com/oasisprotocol/explorer/issues/1600))

- Use correct query param in token Transfers card
([#1638](https://github.com/oasisprotocol/explorer/issues/1638))

- Handle runtime Consensus transactions status
([#1647](https://github.com/oasisprotocol/explorer/issues/1647))

- Increase visibility of Sapphire in ParaTimes section
([#1651](https://github.com/oasisprotocol/explorer/issues/1651))

- Fix wrong total balance amount in Consensus accounts list
([#1655](https://github.com/oasisprotocol/explorer/issues/1655))

### Internal Changes

- Update API bindings
([#1526](https://github.com/oasisprotocol/explorer/issues/1526))

- Update dependencies
([#1454](https://github.com/oasisprotocol/explorer/issues/1454),
[#1501](https://github.com/oasisprotocol/explorer/issues/1501),
[#1512](https://github.com/oasisprotocol/explorer/issues/1512),
[#1563](https://github.com/oasisprotocol/explorer/issues/1563),
[#1579](https://github.com/oasisprotocol/explorer/issues/1579),
[#1603](https://github.com/oasisprotocol/explorer/issues/1603),
[#1604](https://github.com/oasisprotocol/explorer/issues/1604),
[#1605](https://github.com/oasisprotocol/explorer/issues/1605),
[#1629](https://github.com/oasisprotocol/explorer/issues/1629),
[#1631](https://github.com/oasisprotocol/explorer/issues/1631),
[#1653](https://github.com/oasisprotocol/explorer/issues/1653))

## 1.14.0 (2024-10-17)

### Features
Expand Down
Loading