From 471fa450b80cdf5e5d3347370ee8f1c911f32ef6 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Wed, 3 Dec 2025 11:57:22 +0000 Subject: [PATCH 1/4] Show vote extensions and Bundle transaction details (#6) Part of https://plan.wireit.in/deepstack/browse/VUL-296/ Co-authored-by: Pranav Reviewed-on: https://git.vdb.to/LaconicNetwork/cosmos-explorer/pulls/6 Co-authored-by: Nabarun Co-committed-by: Nabarun --- package.json | 2 +- src/components/dynamic/TxsElement.vue | 7 +- src/modules/[chain]/tx/[hash].vue | 123 ++++++++++++++++++++++++-- 3 files changed, 124 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 786f292e..80c82ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ping.pub", - "version": "3.0.1-zenith-0.1.2", + "version": "3.0.1-zenith-0.2.0", "private": true, "target": "", "scripts": { diff --git a/src/components/dynamic/TxsElement.vue b/src/components/dynamic/TxsElement.vue index fa38232e..ede1f1aa 100644 --- a/src/components/dynamic/TxsElement.vue +++ b/src/components/dynamic/TxsElement.vue @@ -46,7 +46,12 @@ const chain = useBlockchain(); {{ item.injected }} - {{ item.hash }} + + {{ item.hash }} + {{ item.hash }} diff --git a/src/modules/[chain]/tx/[hash].vue b/src/modules/[chain]/tx/[hash].vue index 89d89e94..799ce216 100644 --- a/src/modules/[chain]/tx/[hash].vue +++ b/src/modules/[chain]/tx/[hash].vue @@ -1,27 +1,78 @@