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
Martin Boehm
c1f2e62c45
Show Nonce for ethereum type transactions in explorer
2024-07-30 14:46:38 +02:00
kaladinlight
f0dd0e80b0
add optimism support
2024-07-12 00:10:31 +02:00
Martin Boehm
55f3ad3caa
Estimate mining time of mempool tx
2023-02-01 17:58:37 +01:00
Martin Boehm
dca00bf770
Explorer redesing tuning
2023-02-01 17:58:37 +01:00
Martin Boehm
03f72f07f2
Explorer redesign part 4
2023-02-01 17:58:37 +01:00
Martin Boehm
12ca86c601
Explorer redesign part 3
2023-02-01 17:58:37 +01:00
Martin Boehm
3e816b931f
Explorer redesign part 2
2023-02-01 17:58:37 +01:00
Martin Boehm
070df1efcc
Add NFT detail page
2023-02-01 17:58:37 +01:00
Martin Boehm
84b931f42b
Display fee per size in explorer transaction detail
2023-02-01 17:58:37 +01:00
Martin Boehm
6edbc2d99b
Calculate and return tx vsize for selected coins
...
Coins returning vsize: BTC, TEST, LTC, BTG, NMC, VTC, DGB
2023-02-01 17:58:37 +01:00
Martin Boehm
6fdf6e297c
Parse ethereum input data
2023-02-01 17:58:37 +01:00
Martin
4697d756e0
Fix display of RBF flag in tx view
2020-12-28 23:05:02 +01:00
Tomas Susanka
360cac85f6
chore(static): show RBF in the transaction detail
2020-12-28 23:05:02 +01:00
Martin Boehm
fc267ed2f4
Return for mempool transactions coinSpecificData #522
2020-12-04 11:57:11 +01:00
Martin Boehm
35a13e0647
Handle old style ethereum transactions that do not set status
2018-12-14 12:08:06 +01:00
Martin Boehm
9c142663ce
Add type api.Amount for proper formatting of amounts in json
2018-12-13 00:41:58 +01:00
Martin Boehm
ec1647c864
Show tx success/failure in txdetail
2018-12-04 12:20:05 +01:00
Martin Boehm
463eab9d2d
Show ethereum specific data in tx detail in explorer
2018-11-28 14:56:45 +01:00
Martin Boehm
7a990f9b5b
Implement explorer for EthereumType coin - WIP
2018-11-26 00:20:01 +01:00
Martin Boehm
6072aa5e9e
Handle coin specific tx data more efficiently
2018-11-15 16:18:29 +01:00
Martin Boehm
4422661918
Implement Send Transaction in explorer
2018-10-22 15:41:27 +02:00
Martin Boehm
9eac099e64
Add link to block from tx detail in explorer
2018-10-17 11:07:40 +02:00
Martin Boehm
8140af1a69
Show coin specific transaction data in explorer and api
2018-10-16 12:25:31 +02:00
Martin Boehm
8ad6d1d52c
Remove /explorer part from URL, blockbook status with external explorer
2018-09-20 22:07:42 +02:00
Martin Boehm
d22fedbf22
Improve browser compatibility
2018-09-20 08:51:13 +02:00
Martin Boehm
175c841870
Show tx hex in transaction detail in explorer
2018-09-17 11:54:40 +02:00
Martin Boehm
7e68630377
Add initial implementation of address explorer
2018-06-30 02:02:16 +02:00
Martin Boehm
ce5462118c
Add initial implementation of tx explorer
2018-06-28 21:18:52 +02:00
Martin Boehm
d303a4bb09
Display tx summary in explorer
2018-06-28 00:08:33 +02:00
Martin Boehm
b52b861db2
Add initial tx explorer template + favicon
2018-06-27 00:44:23 +02:00