Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea] Change Raw Script into real raw script #80

Open
ixje opened this issue May 14, 2020 · 2 comments
Open

[Idea] Change Raw Script into real raw script #80

ixje opened this issue May 14, 2020 · 2 comments

Comments

@ixje
Copy link
Member

ixje commented May 14, 2020

The transaction's page has a raw script section as shown below
image

The data displayed is not actually "raw", it is still base64 encoded. My suggestion would be to base64 decode it and put the real raw script bytes in there.

@ixje
Copy link
Member Author

ixje commented May 26, 2020

the same suggestion also applies to notifications. e.g.
https://neo3-preview.com/transaction/0x019befa728a371a08fb0f78330b3c697ebc9d8bbf252bd173b17cc2bd6e97e9c

image

The "HEXSTRING" version is still base64 encoded instead of the "real" hex string. If you toggle the format to "STRING" that does first decode it.

@lllwvlvwlll
Copy link
Member

I agree that we probably want to display the values in the expected (decoded) format. I could see scenarios where the notification has a byte[] publicKey for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants