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

Show raw tx hex in UI #1162

Merged
merged 15 commits into from
Dec 9, 2024
Merged

Show raw tx hex in UI #1162

merged 15 commits into from
Dec 9, 2024

Conversation

grdddj
Copy link
Contributor

@grdddj grdddj commented Nov 26, 2024

Adding a button to the UI with the possibility to show raw transaction in hex

For ETH-like coins, it calls an API endpoint for it, for BTC-like coins, it takes it from the already present raw transaction data

New thing on the UI side is the heavier use of javascript. For the purpose of testing the HTML templates, the logic itself is moved into main.js, so changes in this code do not break the tests

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

Successfully merging this pull request may close these issues.

2 participants