@@ -12,6 +12,53 @@ The format is inspired by [Keep a Changelog].
12
12
13
13
<!-- TOWNCRIER -->
14
14
15
+ ## 1.14.0 (2024-10-17)
16
+
17
+ ### Features
18
+
19
+ - Display EVM function name in verified contract calls
20
+ ([ #1565 ] ( https://github.com/oasisprotocol/explorer/issues/1565 ) )
21
+
22
+ ### Bug Fixes and Improvements
23
+
24
+ - Remove eth/oasis address toggle
25
+ ([ #1571 ] ( https://github.com/oasisprotocol/explorer/issues/1571 ) )
26
+
27
+ - Retain ETH address in details page for accounts with no EVM transactions
28
+ ([ #1564 ] ( https://github.com/oasisprotocol/explorer/issues/1564 ) )
29
+
30
+ - Make lists with polling and pagination more stable
31
+ ([ #1534 ] ( https://github.com/oasisprotocol/explorer/issues/1534 ) )
32
+
33
+ - Prohibit unknown denominations
34
+ ([ #1546 ] ( https://github.com/oasisprotocol/explorer/issues/1546 ) )
35
+
36
+ - Swap fee and amount columns in txs tables
37
+ ([ #1554 ] ( https://github.com/oasisprotocol/explorer/issues/1554 ) )
38
+
39
+ - Unify layer status labels and icons
40
+ ([ #1561 ] ( https://github.com/oasisprotocol/explorer/issues/1561 ) )
41
+
42
+ - Fix duplicated events cards headers
43
+ ([ #1570 ] ( https://github.com/oasisprotocol/explorer/issues/1570 ) )
44
+
45
+ ### Process Changes
46
+
47
+ - Cloudflare stable preview URLs
48
+ ([ #1537 ] ( https://github.com/oasisprotocol/explorer/issues/1537 ) )
49
+
50
+ ### Internal Changes
51
+
52
+ - Update dependencies
53
+ ([ #1507 ] ( https://github.com/oasisprotocol/explorer/issues/1507 ) ,
54
+ [ #1508 ] ( https://github.com/oasisprotocol/explorer/issues/1508 ) ,
55
+ [ #1549 ] ( https://github.com/oasisprotocol/explorer/issues/1549 ) ,
56
+ [ #1550 ] ( https://github.com/oasisprotocol/explorer/issues/1550 ) ,
57
+ [ #1551 ] ( https://github.com/oasisprotocol/explorer/issues/1551 ) ,
58
+ [ #1557 ] ( https://github.com/oasisprotocol/explorer/issues/1557 ) ,
59
+ [ #1560 ] ( https://github.com/oasisprotocol/explorer/issues/1560 ) ,
60
+ [ #1562 ] ( https://github.com/oasisprotocol/explorer/issues/1562 ) )
61
+
15
62
## 1.13.0 (2024-09-18)
16
63
17
64
### Features
0 commit comments