blockbook/server
Jiří Musil a4f1730364
Show raw tx hex in UI (#1162)
* Fix Network configuration parameter

* feat: allow for showing raw transaction hex for ETH transactions

* chore: remove comments from JS code to avoid parsing issues in tests

* temp: comment out failing tx template tests

* chore: trim text from copyable before writing it to clipboard

* chore: improve the design of Transaction hex

* chore: add wrap to element showing raw hex data

* fixup! chore: add wrap to element showing raw hex data

* chore: remove redundant style, make HTML prettier

* Revert "temp: comment out failing tx template tests"

This reverts commit f104ebbf5111583b46996d7527a26c08cd9e29b6.

* chore: put rawTx javascript functionality into main.js

* chore: modify the expected HTML for changed tx template

* feat: support the raw transaction hex also for BTC-like coins

* chore: add on-hover effect for active button - make the background white

* Minify javascript and styles

---------

Co-authored-by: Martin Boehm <martin.boehm@1mbsoftware.net>
2024-12-09 11:30:02 +01:00
..
html_templates_test.go Adopt sats standard to show amounts (for Bitcoin) #924 2023-05-11 15:33:48 +02:00
html_templates.go EthereumType: admin interface to read and update contract info 2024-11-27 14:38:27 +01:00
internal.go EthereumType: admin interface to read and update contract info 2024-11-27 14:38:27 +01:00
public_ethereumtype_test.go Show raw tx hex in UI (#1162) 2024-12-09 11:30:02 +01:00
public_test.go Show raw tx hex in UI (#1162) 2024-12-09 11:30:02 +01:00
public.go Show raw tx hex in UI (#1162) 2024-12-09 11:30:02 +01:00
socketio_log_test.go Fix linting issues 2021-11-28 21:27:16 +01:00
socketio.go Fix linting errors 2023-11-21 23:37:42 +01:00
testcert.crt Enable SSL support for http and socket.io servers 2018-02-07 20:42:25 +01:00
testcert.key Enable SSL support for http and socket.io servers 2018-02-07 20:42:25 +01:00
websocket.go Show raw tx hex in UI (#1162) 2024-12-09 11:30:02 +01:00
ws_types.go Refactor ethCall method to rpcCall 2024-10-10 00:58:19 +02:00