Skip to content

Commit b9a9ed0

Browse files
chore(release): 1.34.0
# [1.34.0](v1.33.0...v1.34.0) (2026-03-11) ### Bug Fixes * **network:** localize decoded data strings and clean ioTypes map ([9717a63](9717a63)) * normalize invalid tab query params on address page ([637ca37](637ca37)) * **tx:** improve show more/less overflow detection accuracy ([9f08e2f](9f08e2f)) * **tx:** use contract type metadata for address detection in decoded input ([91c19c1](91c19c1)) * **tx:** use correct muted color for decode error detail message ([4ad2df5](4ad2df5)) ### Features * add waiting-for-tick screen for pending transactions on tx page ([#424](#424)) ([28b8b31](28b8b31)) * display epoch in tick page details ([2f83091](2f83091)) * remove historical tab and all related code from address/tx pages ([ab18c18](ab18c18)) * sync address page tabs with URL search params ([acc90d6](acc90d6)) * sync token category filter with URL search params ([#426](#426)) ([a44d655](a44d655)) * **tx:** add decoded input data UI with view mode selector ([cfb7945](cfb7945)) * **tx:** add qubic.ts contract input decoder ([e6c0db1](e6c0db1)) * **tx:** persist data view mode in URL for shareable transaction links ([53e5679](53e5679))
1 parent aa7780c commit b9a9ed0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
# [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)
225

326

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.34.0-rc.2",
4+
"version": "1.34.0",
55
"type": "module",
66
"engines": {
77
"node": "^20.17.0",

0 commit comments

Comments
 (0)