Commit Graph

275 Commits

Author SHA1 Message Date
Mononaut
855b20834e Display first seen time on block visualiation tooltips 2024-04-01 06:21:01 +00:00
Mononaut
82e115c009 Standardize the block visualization grid 2024-03-27 02:46:29 +00:00
Mononaut
484e032775 Reusable component & pipe for http error rendering 2024-03-23 07:07:24 +00:00
Mononaut
6e2f17b3d2 SSR: Fix more merge/version conflicts 2024-03-22 05:41:58 +00:00
Mononaut
c926088136 SSR: Fix block viz loading indicators 2024-03-22 05:35:22 +00:00
Mononaut
ab5ee5370a SSR: solve block page initial state 2024-03-22 05:35:21 +00:00
Mononaut
6464f6d8bb Exclude webgl block viz from SSR rendering 2024-03-22 05:35:20 +00:00
natsoni
5deb8c3149 Allow smooth key navigation in block table and pegs table 2024-03-21 16:24:16 +09:00
natsoni
6b9159b89c Add URL pagination to block transaction list 2024-03-20 14:08:44 +09:00
wiz
b5fa44955f Merge pull request #4775 from mempool/mononaut/oob-block-precision
Increase precision of out-of-band fees on the block page
2024-03-16 17:22:23 +09:00
Mononaut
fb852b73e9 Increase precision of out-of-band fees on the block page 2024-03-15 08:28:50 +00:00
natsoni
5ecb915c60 Fix db version conflicts 2024-03-13 11:09:30 +01:00
wiz
023b2f7ae2 Tweak CSS color for OOB fees on block component 2024-03-12 16:46:47 +09:00
wiz
f0f1eb06bb Remove stray console.log from #4757
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2024-03-12 14:17:57 +09:00
russeree
fffffffdb3 add audit=[bool] param to block hash url 2024-03-09 10:18:32 -08:00
natsoni
ccf1121f19 Fetch historical data based on timestamp and currency 2024-03-09 16:43:23 +01:00
Mononaut
e7788133fa Add missing null check in block accelerations subscription 2024-03-07 19:52:42 +00:00
Mononaut
7491fb512c Show accelerator audit total on block page 2024-03-07 19:46:24 +00:00
nymkappa
565a881f3b Merge branch 'master' into nymkappa/mega-branch 2024-01-25 18:49:13 +01:00
softsimon
a19ffb884f Fixing broken info-link 2024-01-24 00:15:10 +07:00
Mononaut
0c9c79c86c Enable goggles on supported mined block visualizations 2024-01-22 22:32:19 +00:00
nymkappa
0225455784 Fix merge conflict with 2013dc6d8b 2024-01-15 10:05:37 +01:00
softsimon
a987983413 Merge pull request #4575 from mempool/simon/dashboard-more-skeleton-loaders
Adding dashboard skeleton loaders
2024-01-14 10:08:39 +07:00
Felipe Knorr Kuhn
65236c7b08 Add seconds to the block view timestamp 2024-01-13 13:55:12 -08:00
softsimon
46fdb5b30d Adding dashboard skeleton loaders 2024-01-12 18:08:57 +07:00
softsimon
e9a67adf4f Adding links to FAQ sections from TX page 2024-01-12 09:50:33 +07:00
softsimon
09041c50ef Acceleration flag check on block view 2024-01-02 10:35:52 +07:00
Mononaut
ab3ce5ece0 Highlight accelerations in blocks in previews & non-audit mode 2023-12-29 14:13:13 +00:00
natsee
eae044cf66 Show blockhash copy button in block component 2023-12-15 15:38:02 +01:00
softsimon
d2da81e039 Remove block audit beta-tag 2023-11-26 17:21:13 +09:00
softsimon
bebd2ea028 More i18n fixes (3) 2023-11-26 15:48:44 +09:00
Mononaut
b5a8687b6a Split Block component into separate module 2023-11-10 03:20:32 +00:00
Mononaut
368ab1dc66 Update canonical link with block hash 2023-09-21 12:31:38 +04:00
Mononaut
1a6a0c12ec Fix blockchain scroll jumping 2023-09-20 03:55:06 +00:00
hunicus
cd366177ba Add meta descriptions for mempool and liquid 2023-08-30 21:10:59 +09:00
wiz
cf4f779e59 Merge remote-tracking branch 'origin/master' into mononaut/seo-ssr 2023-08-05 18:23:12 +09:00
Mononaut
2a2aee21fb fix audit highlightning and fee ranges 2023-07-26 15:08:34 +09:00
Mononaut
e489f713eb include accelerated tx data in block audits 2023-07-26 15:08:26 +09:00
Mononaut
d7b874ac49 Exclude all conflicting transactions from audit score 2023-07-25 14:17:02 +09:00
Mononaut
0f77fb88bf handle missing block.extras on liquid 2023-07-21 17:18:45 +09:00
Mononaut
b33ea4679d Add "recently cpfpd" exception to audits 2023-07-16 13:51:30 +09:00
Mononaut
7f0218e343 add margin between mobile audit tabs & visualization 2023-07-14 18:39:28 +09:00
Mononaut
9a6565cd92 tweak default sizes & resolutions 2023-07-14 15:35:52 +09:00
Mononaut
3cca6f6b8b Pixel-aligned grids for sharper block visualizations 2023-07-14 15:33:28 +09:00
Mononaut
eccbcbe53b Add missing this.block null check 2023-07-13 11:58:29 +09:00
Mononaut
886a099a2f Detect stale blocks from client blockchain cache 2023-07-13 10:45:48 +09:00
Mononaut
7230b65dc3 remove console.log, fix null blocks 2023-07-13 10:45:46 +09:00
Mononaut
842ac8ce39 Add stale block banner immediately on reorg 2023-07-13 10:43:18 +09:00
Mononaut
e8c703fdbc replace client recent blocks on reorg 2023-07-13 10:43:18 +09:00
wiz
93b1c64482 Merge branch 'master' into mononaut/preview-table-overflows 2023-07-12 18:17:06 +09:00