Mononaut
30015553d6
Fix navigation-breaking js error on liquid block page
2023-01-27 20:01:31 -06:00
softsimon
a2434a0945
Fix for disabling block audit below block height
2023-01-27 14:18:50 +04:00
Mononaut
af4c4c7abb
change audit toggle to bootstrap button
2023-01-26 11:10:55 -06:00
Mononaut
47b73b449b
add toggle to enable/disable block audits
2023-01-26 10:42:38 -06:00
Mononaut
001d94dcef
create separate service for short term tx & block caching
2023-01-06 10:13:53 -06:00
Mononaut
4746c67a5d
display block health as badge
2022-12-19 19:02:50 -06:00
softsimon
be58d2ba79
Set auditDataMissing as soon as we know the block height
2022-12-01 20:23:45 +09:00
softsimon
24ff033930
Add separate config for mainnet, testnet and signet.
2022-12-01 19:48:57 +09:00
softsimon
77aaf4dd58
Block page audit fallback
2022-12-01 19:17:59 +09:00
Mononaut
482805b132
move block audit endpoint from mining to bitcoin routes
2022-11-25 19:32:50 +09:00
Mononaut
b5b489acde
merge block-audit and block pages
2022-11-24 17:10:53 +09:00
Mononaut
6204784fff
Fetch missing block audit scores
2022-11-21 18:45:34 +09:00
Mononaut
8e4f996200
Add match rate to block page
2022-10-28 18:49:29 -06:00
Mononaut
be5fcf01c8
Reversible block arrows & key navigation
2022-09-30 00:54:20 +00:00
softsimon
880b5f9712
Use relative import paths
2022-09-21 17:23:45 +02:00
Mononaut
b7d908f6b2
Fix sticky error state on block page
2022-08-16 16:35:24 +00:00
nymkappa
775b9d22cc
Save current progress on the block audit page
2022-07-14 20:41:50 +02:00
nymkappa
5342c354a1
Don't preload /block APIs for genesis block
2022-06-23 16:29:25 +02:00
wiz
82c800af66
Merge branch 'master' into nymkappa/feature/preload-prev-block-summary
2022-06-23 18:14:48 +09:00
nymkappa
996a37503a
Preload the previous block - Disable 300 ms on block page
2022-06-22 23:17:49 +02:00
Mononaut
71f36da530
Disable mined block animations
2022-06-22 19:10:31 +00:00
Mononaut
aa0fc24dc5
Tooltip-style tx previews in block overview
2022-06-16 02:46:27 +00:00
Mononaut
08454f2833
Optimize block visualization rendering
2022-06-16 02:46:27 +00:00
Mononaut
1d4488eb96
Add visualization to mined blocks
2022-06-16 02:46:24 +00:00
softsimon
763971348a
Block transactions list error handling
2022-05-21 02:30:38 +04:00
nymkappa
bedda82bcb
Call node backend block API instead of electrs
2022-05-12 08:13:42 +02:00
nymkappa
771ab36694
Use block.extras on bitcoin network for fees/subsidy
2022-05-12 08:13:41 +02:00
nymkappa
178cb72004
Update block API to use indexing if available
2022-05-12 08:13:40 +02:00
Antoni Spaanderman
933f34ef73
oops
2022-03-08 20:40:44 +01:00
Antoni Spaanderman
47628303e3
Merge branch 'master' into regtest-1
2022-02-09 10:42:23 +01:00
nymkappa
835ccce5b6
Renamed extra
to extras
2022-02-04 19:28:00 +09:00
nymkappa
a49cc9a2fa
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface
2022-02-04 12:51:45 +09:00
Antoni Spaanderman
afcb1985ca
prefer const
over let
2022-01-24 20:25:22 +01:00
Antoni Spaanderman
25ce6943a6
add network regtest
2022-01-20 17:19:16 +01:00
softsimon
43d92a8b8c
Adding current language to network dropdown links
...
fixes #1094
2022-01-10 18:00:01 +04:00
softsimon
7309252bb8
Block navigation routing fix
2021-12-31 02:21:12 +04:00
softsimon
13bfa5902d
Adding Liquid Testnet as frontend option
...
fixes #976
2021-12-28 11:16:33 +04:00
softsimon
877551680c
Use block cache when searching or opening a recent block. ( #749 )
...
* Use block cache when searching or opening a recent block.
fixes #715
* Fixed linting errors.
2021-08-29 04:55:46 +03:00
softsimon
20706e4af2
Fix for multiple arrow navigation bugs. ( #741 )
...
* Fix for multiple arrow navigation bugs.
fixes #731
* Updating test to handle left arrow navigation.
* Updating test to handle left arrow navigation.
* Arrow right click fix.
* Update frontend/cypress/integration/mainnet/mainnet.spec.ts
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
Co-authored-by: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com>
2021-08-25 15:44:55 +03:00
softsimon
b66a5da9c2
Arrow bugfix: Unsubscribe all the observables when leaving view.
2021-08-18 15:59:18 +03:00
softsimon
ef41334346
Optimize performance of next/previous block. ( #729 )
2021-08-18 12:49:42 +03:00
softsimon
75ca0c1003
Merge pull request #710 from MiguelMedeiros/feature-next-previous-block-arrows
...
UI/UX: `Next` and `Previous` button arrows for block navigation.
2021-08-18 00:57:39 +03:00
Miguel Medeiros
281ca18bb6
Add next and previous arrows to blocks.
2021-08-12 19:49:39 -03:00
github2k20
40003e96ad
Get Median Fee on page reload
2021-08-11 00:17:25 +05:30
Miguel Medeiros
be8be9d603
UI/UX - Scroll by clicking on the pagination button. ( #613 )
...
* Add scrollIntoView when click on pagination.
* Add padding top.
* Fix access DOM from ViewChild.
* Fix scrolling position.
* Fix chrome and firefox compatibility.
2021-07-16 15:33:22 +03:00
Miguel Medeiros
8488d40bf7
Fix pagination responsive layout. ( #590 )
...
* Fix pagination responsive css.
* Fix css title block transaction alignment.
* Add pagination responsive layout to bisq tx page.
* Add pagination responsive to bisq blocks page.
* Fix pagination css - bisq txs page.
* Add e2e tests for bisq and mainnet pagination.
2021-07-05 22:28:56 +03:00
Felipe Knorr Kuhn
92f391f841
set toggleShowDetails() to scroll into the viewport using anchors
2021-05-10 22:18:30 -07:00
softsimon
fd7f715ed1
Lower height where taproot signaling cal be visible.
2021-05-01 21:46:49 +04:00
softsimon
b884d590b3
Improve taproot detection. Only display when detected.
2021-05-01 21:03:01 +04:00
softsimon
564df63277
Display block details and taproot signaling.
2021-05-01 03:55:02 +04:00