Skip to content

Commit 64ef572

Browse files
authored
Merge pull request #436 from qubic/main
chore: merge main into dev
2 parents f12f498 + b9a9ed0 commit 64ef572

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
# [1.34.0](https://github.com/qubic/explorer-frontend/compare/v1.33.0...v1.34.0) (2026-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **network:** localize decoded data strings and clean ioTypes map ([9717a63](https://github.com/qubic/explorer-frontend/commit/9717a6358fa42f232b93784f3376cc36de2095f4))
7+
* normalize invalid tab query params on address page ([637ca37](https://github.com/qubic/explorer-frontend/commit/637ca3777facd2760a695953dd35d6a9e67129aa))
8+
* **tx:** improve show more/less overflow detection accuracy ([9f08e2f](https://github.com/qubic/explorer-frontend/commit/9f08e2f3f729e3a544a402e5c36a02fd8aa9cf2a))
9+
* **tx:** use contract type metadata for address detection in decoded input ([91c19c1](https://github.com/qubic/explorer-frontend/commit/91c19c1088a20d93a553fff732c90a2d499fb983))
10+
* **tx:** use correct muted color for decode error detail message ([4ad2df5](https://github.com/qubic/explorer-frontend/commit/4ad2df5f02b1c77b4367544ac22f7bb48746b74f))
11+
12+
13+
### Features
14+
15+
* add waiting-for-tick screen for pending transactions on tx page ([#424](https://github.com/qubic/explorer-frontend/issues/424)) ([28b8b31](https://github.com/qubic/explorer-frontend/commit/28b8b31ec46dc0b12d9a0d4b90e855641db14e7d))
16+
* display epoch in tick page details ([2f83091](https://github.com/qubic/explorer-frontend/commit/2f83091413d0e8a8801c3126ddddddff55c78cc5))
17+
* remove historical tab and all related code from address/tx pages ([ab18c18](https://github.com/qubic/explorer-frontend/commit/ab18c18beab337f819ae55a20aa4e9b9fb523bd2))
18+
* sync address page tabs with URL search params ([acc90d6](https://github.com/qubic/explorer-frontend/commit/acc90d6a0f41a818c4edc2cd60abee1a4e5dd52c))
19+
* sync token category filter with URL search params ([#426](https://github.com/qubic/explorer-frontend/issues/426)) ([a44d655](https://github.com/qubic/explorer-frontend/commit/a44d6550772040457d9cdd9fa62b1e6c575c7fad))
20+
* **tx:** add decoded input data UI with view mode selector ([cfb7945](https://github.com/qubic/explorer-frontend/commit/cfb7945eeb365b108f6d2cfa7b6c57958d3b398e))
21+
* **tx:** add qubic.ts contract input decoder ([e6c0db1](https://github.com/qubic/explorer-frontend/commit/e6c0db1e5fb0685301c3c6e635d52c76b163f392))
22+
* **tx:** persist data view mode in URL for shareable transaction links ([53e5679](https://github.com/qubic/explorer-frontend/commit/53e56794961b3730eeff64510900683e2aba1cd1))
23+
24+
# [1.34.0-rc.2](https://github.com/qubic/explorer-frontend/compare/v1.34.0-rc.1...v1.34.0-rc.2) (2026-03-09)
25+
26+
27+
### Bug Fixes
28+
29+
* **network:** localize decoded data strings and clean ioTypes map ([9717a63](https://github.com/qubic/explorer-frontend/commit/9717a6358fa42f232b93784f3376cc36de2095f4))
30+
* **tx:** improve show more/less overflow detection accuracy ([9f08e2f](https://github.com/qubic/explorer-frontend/commit/9f08e2f3f729e3a544a402e5c36a02fd8aa9cf2a))
31+
* **tx:** use contract type metadata for address detection in decoded input ([91c19c1](https://github.com/qubic/explorer-frontend/commit/91c19c1088a20d93a553fff732c90a2d499fb983))
32+
* **tx:** use correct muted color for decode error detail message ([4ad2df5](https://github.com/qubic/explorer-frontend/commit/4ad2df5f02b1c77b4367544ac22f7bb48746b74f))
33+
34+
35+
### Features
36+
37+
* add waiting-for-tick screen for pending transactions on tx page ([#424](https://github.com/qubic/explorer-frontend/issues/424)) ([28b8b31](https://github.com/qubic/explorer-frontend/commit/28b8b31ec46dc0b12d9a0d4b90e855641db14e7d))
38+
* **tx:** add decoded input data UI with view mode selector ([cfb7945](https://github.com/qubic/explorer-frontend/commit/cfb7945eeb365b108f6d2cfa7b6c57958d3b398e))
39+
* **tx:** add qubic.ts contract input decoder ([e6c0db1](https://github.com/qubic/explorer-frontend/commit/e6c0db1e5fb0685301c3c6e635d52c76b163f392))
40+
* **tx:** persist data view mode in URL for shareable transaction links ([53e5679](https://github.com/qubic/explorer-frontend/commit/53e56794961b3730eeff64510900683e2aba1cd1))
41+
42+
# [1.34.0-rc.1](https://github.com/qubic/explorer-frontend/compare/v1.33.0...v1.34.0-rc.1) (2026-02-12)
43+
44+
45+
### Bug Fixes
46+
47+
* normalize invalid tab query params on address page ([637ca37](https://github.com/qubic/explorer-frontend/commit/637ca3777facd2760a695953dd35d6a9e67129aa))
48+
49+
50+
### Features
51+
52+
* display epoch in tick page details ([2f83091](https://github.com/qubic/explorer-frontend/commit/2f83091413d0e8a8801c3126ddddddff55c78cc5))
53+
* remove historical tab and all related code from address/tx pages ([ab18c18](https://github.com/qubic/explorer-frontend/commit/ab18c18beab337f819ae55a20aa4e9b9fb523bd2))
54+
* sync address page tabs with URL search params ([acc90d6](https://github.com/qubic/explorer-frontend/commit/acc90d6a0f41a818c4edc2cd60abee1a4e5dd52c))
55+
* sync token category filter with URL search params ([#426](https://github.com/qubic/explorer-frontend/issues/426)) ([a44d655](https://github.com/qubic/explorer-frontend/commit/a44d6550772040457d9cdd9fa62b1e6c575c7fad))
56+
157
# [1.33.0](https://github.com/qubic/explorer-frontend/compare/v1.32.0...v1.33.0) (2026-02-06)
258

359

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "explorer-frontend",
33
"private": true,
4-
"version": "1.33.0",
4+
"version": "1.34.0",
55
"type": "module",
66
"engines": {
77
"node": "^20.17.0",

0 commit comments

Comments
 (0)