Martin Boehm
cddbf7228a
chore(blockbook): rename type to standard
2025-02-06 22:47:11 +01:00
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
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
a0960c8e17
Add network parameter to getInfo ws request
2024-08-06 10:50:01 +02:00
Martin Boehm
f4d06ab08d
Load bootstrap css and js from local server
2023-12-03 23:00:03 +01:00
Martin Boehm
856c85e1e7
Add public interface block filter tests
2023-11-08 10:21:19 +01:00
Martin Boehm
8ef09d124e
Fix tests
2023-11-08 10:21:18 +01:00
Martin Boehm
96dbc8c9dc
Add configuration for block golomb filters
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
Martin Boehm
4c41b414c4
Add getMempoolFilters websocket method
2023-05-11 15:36:03 +02:00
Martin Boehm
d83d501272
Adopt sats standard to show amounts (for Bitcoin) #924
2023-05-11 15:33:48 +02:00
Martin Boehm
a77f615e28
Return addrTxCount for get xpub endpoint
2023-05-09 00:21:47 +02:00
Martin Boehm
c4fff10e5f
Disable secondary currency if fiat rates disabled
2023-05-02 23:26:03 +02:00
Martin Boehm
85112a20c7
Enable coingecko pro API endpoint, count coingecko requests in metrics
2023-04-27 17:41:32 +02:00
Martin Boehm
210ec75a3d
Refactor fiat rates usage
2023-04-26 21:48:31 +02:00
Martin Boehm
a4f7f5b965
Get hourly and five minutes fiat rates
2023-04-25 09:13:43 +02:00
Martin Boehm
d856618607
Refactor fiat rates handler
2023-04-24 23:58:08 +02:00
Martin Boehm
a200f5cc83
Refactor html template handling
2023-04-12 23:31:34 +02:00
Martin Boehm
15c19ac1fc
Generate typescript documentation from golang types
2023-03-09 13:56:11 +01:00
Martin Boehm
adf50156bf
Enable websocket getBlock only for extended index
2023-03-08 17:04:20 +01:00
Martin Boehm
d52832f6f7
Add extended index option - spendingTxid
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
250a788d20
Minify css and js files
2023-02-01 17:58:37 +01:00
Martin Boehm
184b6b762f
Fix formatting of negative numbers
2023-02-01 17:58:37 +01:00
Martin Boehm
ee4e0f3c35
Remove dated copyright from footer
2023-02-01 17:58:37 +01:00
vdovhanych
ea0391e03f
chore: update about text
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
715567d7f3
Store current ticker in the internal state
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
1a476e58f0
Upgrade to go 1.19 and rocksdb 7.5.3
2023-02-01 17:58:37 +01:00
Martin Boehm
3f5980abdb
Return token exchange rates via API
2023-02-01 17:58:37 +01:00
Martin Boehm
e0be8aa400
Fiat rates refactor, fetch rates for tokens
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
89b1e75641
Add public server unit tests for ethereum type coins
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
Martin Boehm
93ea126123
Add get raw block API request #736
2022-03-04 17:26:13 +01:00
Martin Boehm
ad18eda804
Fix utxo rest API endpoint
2022-03-03 12:09:04 +01:00
Martin Boehm
0c82bbdcbe
Add multi-tickers endpoint
2021-12-14 16:25:26 +01:00
Martin Boehm
e143215288
Fix linting issues
2021-11-28 21:27:16 +01:00
Martin Boehm
e500d6873d
Parse xpub descriptors
2021-11-10 00:32:11 +01:00
Martin Boehm
c4128e5c9c
Handle taproot xpub descriptors
2021-11-10 00:32:11 +01:00
Martin Boehm
af0711dc12
Cache estimateFee call for bitcoin type coin
2021-05-21 00:24:57 +02:00
kaladin
1f6cddd4ab
Websocket new transaction ( #574 )
2021-03-21 21:55:25 +01:00
Martin Boehm
7e54336e0c
Return info about backend in websocket getInfo request
2021-01-21 10:31:04 +01:00