Commit Graph

185 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
a55c69a8a1 EthereumType: admin interface to read and update contract info 2024-11-27 14:38:27 +01:00
Martin Boehm
76664cdbf3 Refactor ethCall method to rpcCall 2024-10-10 00:58:19 +02:00
Martin Boehm
3cf7e6abe8 Add ethCall websocket request 2024-09-24 15:24:26 +02: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
Martin Boehm
3c29b07c7c Disconnect ws connections exceeding limit of requests 2023-11-29 09:49:59 +01:00
Jiří Musil
7d0c424ad8 Ignore Ordinals in Golomb filters (#967) 2023-11-08 10:21:18 +01:00
Martin Boehm
a1a17b4331 Add getBlockFiltersBatch websocket method 2023-11-08 10:21:18 +01:00
grdddj
911454f171 Implement Golomb block filters for each block
Contains a websocket method `getBlockFilter` and REST endpoint `block-filters`
2023-11-08 10:21:18 +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
4c41b414c4 Add getMempoolFilters websocket method 2023-05-11 15:36:03 +02: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
Martin Boehm
fabad15c10 Refetch failed ethereum internal data 2023-04-13 11:28:52 +02:00
Martin Boehm
7b068e085f Add admin page for refetching internal data 2023-04-12 23:31:34 +02:00
kevin
9ecfdfe11d
Add BNB Smart Chain (#869) 2023-03-09 10:54:38 +01:00
Martin Boehm
adf50156bf Enable websocket getBlock only for extended index 2023-03-08 17:04:20 +01:00
Martin Boehm
708f96cf57 Add extended index option - vin.txid 2023-03-08 17:04:20 +01:00
Martin Boehm
6626f330e9 Add getBlock websocket endpoint 2023-03-08 17:04:20 +01:00
Martin Boehm
0f23f10fe0 Handle raw display of huge transactions in explorer 2023-02-27 23:53:09 +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