councilbox / cbx-quorum-explorer

A light-weight open source block explorer for Quorum-based blockchain networks
GNU General Public License v3.0
23 stars 14 forks source link

Transaction input are always 0x5b72656d6f7665645d #32

Open jcarovestigia opened 2 years ago

jcarovestigia commented 2 years ago

Hello,

It seems to be a problem with transactions input in Alastria's Telsius: I always see a value of '0x5b72656d6f7665645d' no matter the transaction I choose in pages like https://alastria-explorer.councilbox.com/transaction/0x85163daaebedc8e52ff49fbb0f353d95b955b1ba502c8c65bc4fd101fbae064e

brunneis commented 2 years ago

Hello,

It seems to be a problem with transactions input in Alastria's Telsius: I always see a value of '0x5b72656d6f7665645d' no matter the transaction I choose in pages like https://alastria-explorer.councilbox.com/transaction/0x85163daaebedc8e52ff49fbb0f353d95b955b1ba502c8c65bc4fd101fbae064e

Hi @jcarovestigia,

This was changed on purpose so that the maintainer of the deployed explorer (we) is not responsible of the distribution of problematic content. Especially if the content is recorded as plain text. The dummy input decodes into "[removed]".

If you want to access the inputs through the explorer you can deploy it and get them back by commenting a couple of lines in the code. If that's your intention, let me know.

R