Commit Graph

135 Commits

Author SHA1 Message Date
Vivek Teegalapally
84be24ef7f Merge remote-tracking branch 'upstream/master' into flo-upstream 2025-01-09 02:14:38 +05:30
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
Sai Raj
eeca7e72a3 Merge branch 'master' of https://github.com/trezor/blockbook into dev 2024-06-27 02:28:02 -04: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
sairaj mote
23b13cc814 UI bug fix 2023-07-04 03:07:14 +05:30
sairaj mote
e5c4c0dc65 UI fixes 2023-07-02 22:16:42 +05:30
sairaj mote
d90608d8eb Design changes 2023-07-02 22:06:29 +05:30
sairaj mote
ac1da72ba8 UI changes 2023-07-02 01:00:11 +05:30
sairaj mote
f821c02dbc UI changes 2023-07-01 22:03:00 +05:30
sairajzero
9003df740d Fix: floData not showing in API and UI
- floData is now in v1 (default) api
- v1 (default) API response data to match flosight as much as possible
- v2 API response with tx details now has coin-specific data field always
- Fixed: locktime not showing in API
- Fixed: display floData in UI (tx, block, address page) if not empty

Note: Due to these floData fixes, this version will only work for FLO blockchain
2023-06-30 03:55:03 +05:30
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