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
1d95413f73
Staking pools - remove unused pendingRestakedReward
2024-01-31 23:45:43 +01:00
Martin Boehm
ac46385f49
Add support of staking pools
2024-01-31 23:45:43 +01:00
Martin Boehm
f4d06ab08d
Load bootstrap css and js from local server
2023-12-03 23:00:03 +01:00
Martin Boehm
c4fff10e5f
Disable secondary currency if fiat rates disabled
2023-05-02 23:26:03 +02:00
Martin Boehm
210ec75a3d
Refactor fiat rates usage
2023-04-26 21:48:31 +02:00
kevin
9ecfdfe11d
Add BNB Smart Chain ( #869 )
2023-03-09 10:54:38 +01:00
Martin Boehm
708f96cf57
Add extended index option - vin.txid
2023-03-08 17:04:20 +01:00
Martin Boehm
7dac974ba2
Fix visual overflow in display of block in explorer
2023-02-22 10:58:51 +01:00
Martin Boehm
147ceabd6e
Rename fiatValue to secondaryValue in Address related endpoints
2023-02-01 17:58:37 +01:00
Martin Boehm
250a788d20
Minify css and js files
2023-02-01 17:58:37 +01:00
Martin Boehm
ee4e0f3c35
Remove dated copyright from footer
2023-02-01 17:58:37 +01:00
Martin Boehm
55f3ad3caa
Estimate mining time of mempool tx
2023-02-01 17:58:37 +01:00
Martin Boehm
aebc1c3495
Add secondary currency picker to explorer
2023-02-01 17:58:37 +01:00
Martin Boehm
dca00bf770
Explorer redesing tuning
2023-02-01 17:58:37 +01:00
Vitalij Dovhanyc
9919f1a685
chore: update footer links ( #838 )
2023-02-01 17:58:37 +01:00
Martin Boehm
b118bbcd6b
Token values in explorer
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
86743cfca5
Display amounts in secondary currency in explorer
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
a939b2d93f
Explorer redesign part 1
2023-02-01 17:58:37 +01:00
Martin Boehm
50602bcaae
Update display of contracts in explorer
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
91c4675a53
Give info about fiat rates in status page and API
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
835d0e07ba
Return ethereum consensus layer node version via API
2023-02-01 17:58:37 +01:00
Martin Boehm
db91824dc3
Store contract info in DB
2023-02-01 17:58:37 +01:00
Martin Boehm
2507e12057
Fix issue in eth disconnect block
2023-02-01 17:58:37 +01:00
Martin Boehm
6fdf6e297c
Parse ethereum input data
2023-02-01 17:58:37 +01:00
Martin Boehm
d93a58c423
Show contract creation/destruction in explorer
2023-02-01 17:58:37 +01:00
Martin Boehm
72e0ac23bc
Return internal data and ERC721 and ERC1155 tokens from API and explorer
2023-02-01 17:58:37 +01:00
Martin Boehm
9b8b10b6e0
Add isOwn flag to inputs and outputs in get utxo
2022-03-06 21:25:19 +01:00
Pavol Rusnak
707166d1ce
Update links in the main template (header and footer)
2021-11-28 21:30:30 +01:00
Martin Boehm
2be5930862
Update ports registry and copyright year #549
2021-01-21 21:43:09 +01:00
Martin Boehm
7dffe2e0f9
Show consensus in explorer index page
2021-01-21 10:31:04 +01:00
Martin
4697d756e0
Fix display of RBF flag in tx view
2020-12-28 23:05:02 +01:00
Martin
4766110255
Add RBF info to txdetail
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
6d1725717e
Fix typos and texts
2020-03-05 11:18:21 +01:00
Martin Boehm
a6c01534f2
Add filter by contract to get address API #379
2020-03-04 00:37:16 +01:00
Martin Boehm
f2ff7985b1
Improve explorer responsiveness
2020-01-04 00:57:17 +01:00
Martin Boehm
35c9da1ce8
Improve explorer navbar responsiveness, update copyright year #327 , #343
2020-01-02 17:29:14 +01:00
Martin Boehm
d01fc3d914
Detect RBF transactions in explorer and API #237
2019-07-30 16:43:13 +02:00
Martin Boehm
104f6f9a9d
Add boolean flag isAddress vin and vout in API #209
2019-06-19 14:16:06 +02:00
Martin Boehm
6447cdb1b7
Switch from TREZOR to Trezor according to new design guidelines #201
2019-06-17 15:39:35 +02:00