88 Commits

Author SHA1 Message Date
Mononaut
7b2a1cfd10
update RBF timeline over websocket 2023-05-03 12:52:21 -06:00
nymkappa
d5342a4e9a
Add frontend config flag to toggle historical price fetching 2023-03-01 17:26:53 +09:00
Mononaut
2363631326
Add audit / block health config feature flag 2023-02-15 16:28:29 +09:00
Mononaut
02655d757e
Add currency preference to dashboard 2023-02-01 10:24:57 -06:00
Mononaut
2ed49cf944
add toggle to enable/disable block audits 2023-01-26 10:42:38 -06:00
Mononaut
7be3ed416e
create separate service for short term tx & block caching 2023-01-06 10:13:53 -06:00
Mononaut
befafaa60c
add paginated virtual scrolling to blockchain blocks bar 2023-01-06 10:13:53 -06:00
softsimon
2cd98c7c04
Add separate config for mainnet, testnet and signet. 2022-12-01 19:48:57 +09:00
softsimon
75459729ad
Block page audit fallback 2022-12-01 19:17:59 +09:00
Mononaut
65bfe8163c
fix error when navigating to huge transactions 2022-11-07 20:05:33 -06:00
softsimon
dffe9fa4e6
Merge pull request #2587 from mempool/simon/network-match-ending-fix
Handle network url ending matching better
2022-10-17 12:55:29 +04:00
Mononaut
3971814710
Save flow diagram preference to localStorage 2022-10-11 17:02:35 +00:00
Mononaut
5d3ee50bca
Reverse time by default for RTL languages 2022-10-03 22:07:59 +00:00
Mononaut
03c6a7c54f
Reversible block arrows & key navigation 2022-09-30 00:54:20 +00:00
softsimon
4154d3081d
Handle network url ending matching better 2022-09-29 13:45:03 +04:00
Mononaut
141789b034
handle locale & preview in network detection regex 2022-08-27 21:02:28 +00:00
softsimon
9af2d478c8
Fix network regex matching 2022-08-22 18:10:09 +04:00
Mononaut
18d18fa234
Add lightning node link previews 2022-08-13 15:32:36 +00:00
softsimon
8d622e3606
Store and display stats and node top lists 2022-07-08 18:55:21 +02:00
softsimon
f0a2ddf57b
Minor refactor for projected block transactions 2022-06-02 01:29:03 +04:00
Mononaut
3ffc4956f4 Stream projected block deltas instead of full data 2022-06-01 13:48:58 +00:00
Mononaut
79dae84363 Data pipeline for projected mempool block overview 2022-06-01 13:48:34 +00:00
nymkappa
f20cf266b6
Remove frontend fee calculation and read it from the websocket instead 2022-05-31 10:41:43 +02:00
nymkappa
71648bf01e
Force disable mining dashboard if base_module not mempool 2022-03-16 17:28:00 +01:00
softsimon
8637059119
Difficulty adjustment refactor
fixes #1157
2022-03-14 16:48:59 +01:00
Antoni Spaanderman
71402f21c6
revert "add network regtest" 1f0ae60 2022-03-08 19:59:18 +01:00
Antoni Spaanderman
d179a563e4
Merge branch 'master' into regtest-1 2022-03-08 19:45:03 +01:00
softsimon
f85771e03f
Replace by fee storage
fixes #1222
2022-03-08 18:39:53 +01:00
softsimon
6f3443faba
UTXO spent tracking refactor
refs #1301
2022-03-07 19:45:09 +01:00
softsimon
059e82a805
UTXO spent tracking
fixes #1301
2022-03-06 18:27:13 +01:00
Antoni Spaanderman
243055ceae
Merge branch 'master' into regtest-1 2022-02-17 16:05:22 +01:00
nymkappa
ca766bf40d
Provide a way to completely disable block indexing and mining menu 2022-02-15 19:51:26 +09:00
Antoni Spaanderman
8e0394e837
Merge branch 'master' into regtest-1 2022-02-09 10:42:23 +01:00
nymkappa
9f0b09295d
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface 2022-02-04 12:51:45 +09:00
Antoni Spaanderman
1f0ae601c5
add network regtest 2022-01-20 17:19:16 +01:00
Antoni Spaanderman
e59f610a75
display genesis block 2022-01-19 17:11:35 +01:00
softsimon
47307bc755
Making frontend network URLs configurable
fixes #1095
2022-01-07 20:17:14 +04:00
softsimon
e1275c62cc
Liquid support to the Graph fee filter dropdown
fixes #1072
2022-01-04 04:42:19 +04:00
softsimon
d89d7efbe6
Fix issue when switching between testnet and liquid mainnet 2021-12-30 03:07:08 +04:00
softsimon
fd34761a93
Adding Liquid Testnet as frontend option
fixes #976
2021-12-28 11:16:33 +04:00
nymkappa
6e59733cac
User can drag the blockchain blocks horizontally with the mouse 2021-12-19 15:20:21 +09:00
softsimon
1908b1a5a6
Adding configuration for blocks and mempool blocks amount. 2021-07-31 17:56:10 +03:00
softsimon
037f472f8c
Make Block Weight Unit configurable in frontend+backend. 2021-07-31 17:30:35 +03:00
softsimon
d7586af392
Make base module and index.html file configurable with BASE_MODULE. Adding bare Liquid module. 2021-07-27 17:10:38 +03:00
Miguel Medeiros
cd8e308870
Add previous adjustment retarget. (#655)
* Add previous adjustment retarget.

* Fix green color.
Add + symbol to difficulty change.

* Add previousRetarget to websocket.

* Add previous retarget.
2021-07-25 01:26:48 +03:00
softsimon
b8fe7b621c
Merge branch 'master' into simon/bisq-dashboard
# Conflicts:
#	frontend/package-lock.json
#	frontend/src/app/components/master-page/master-page.component.html
2021-04-23 15:35:35 +04:00
softsimon
7a4ad0ee2f
Including gitCommit and version in frontend build. Backend now sending a backendInfo object containing commit, version and hostname. All printed on About page. 2021-04-12 22:17:13 +04:00
softsimon
308dd2c7ad
Bisq markets: Recent trades. Separate Bisq master page. 2021-03-13 18:24:50 +07:00
softsimon
563ae8540b
Signet support in the frontend. 2021-02-20 23:12:22 +07:00
softsimon
edce0d118a
Updating mempool logo and adding new mempool space logo. New frontend config OFFICIAL_MEMPOOL_SPACE to enable the latter.
fixes #336
2021-02-18 13:34:05 +07:00