311 Commits

Author SHA1 Message Date
Mononaut
cbcb61d3fa
hide empty audit row in tx page details panel 2024-03-29 06:51:56 +00:00
Mononaut
6afe12c1be
Fix duplicate accelerated badge on transaction page 2024-03-26 02:33:51 +00:00
Mononaut
484e032775
Reusable component & pipe for http error rendering 2024-03-23 07:07:24 +00:00
Mononaut
48b82329cb
Adjust transaction details table layout 2024-03-23 06:52:38 +00:00
Mononaut
00dcff50ee
Add Goggles filters tags to the transaction page 2024-03-23 06:08:40 +00:00
Mononaut
c5822b11a0
SSR zone macrotask utilities, solve tx page initial state 2024-03-22 05:35:20 +00:00
softsimon
acd9c23180
Fixing scss flexbox warnings
fixes #4781
2024-03-17 17:08:07 +09:00
wiz
0b173296c4
Merge pull request #4768 from mempool/nymkappa/provisional-status
[accelerator] add provisional status
2024-03-16 17:17:54 +09:00
natsoni
7bc6ef2516
Fix tx fee to display historical price 2024-03-14 13:08:15 +01:00
nymkappa
860aac060c
[accelerator] add provisional status 2024-03-12 17:04:37 +09:00
natsoni
91ec0c8382
Merge branch 'origin/HEAD' into natsoni/more-fiat-currencies and fix db version conflicts 2024-03-11 15:32:35 +01:00
Mononaut
2647e94bc8
Move accelerated badge into tx mining info field 2024-03-09 18:14:48 +00:00
natsoni
ccf1121f19
Fetch historical data based on timestamp and currency 2024-03-09 16:43:23 +01:00
Mononaut
7af185a919
Tx audit tags handle coinbase 2024-03-08 15:22:48 +00:00
Mononaut
c17b77fe31
Display basic mining info on transaction page 2024-03-08 15:22:47 +00:00
Mononaut
c684834c42
matomo tx events 2024-02-21 23:15:31 +00:00
Mononaut
000524691a
Project early difficulty from sliding window 2024-02-11 23:11:19 +00:00
nymkappa
f964888c47
Merge branch 'master' into nymkappa/mega-branch 2024-02-05 17:10:07 +01:00
Felipe Knorr Kuhn
e478fb2279
Merge branch 'master' into fix-liquid-frontend-crash 2024-02-03 09:17:53 -08:00
natsee
7ab5b2a2b7
Add check for mempoolBlocks length in mempool subscription 2024-02-01 12:13:34 +01:00
Mononaut
e458196bff
Fix missing optional chain on bestDescendant access 2024-01-29 23:15:21 +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
softsimon
c2bd6419bb
Acceleration i18n fixes 2024-01-22 21:13:41 +07:00
softsimon
6671746fc5
Fixing i18n build error and extracting new i18n 2024-01-20 20:07:25 +07:00
Mononaut
5009ca909c
AccDash: out-of-band fees -> bid boost 2024-01-15 22:52:42 +00:00
nymkappa
ee721b3e1c
Merge branch 'master' into nymkappa/mega-branch 2024-01-15 10:01:38 +01:00
softsimon
e9a67adf4f
Adding links to FAQ sections from TX page 2024-01-12 09:50:33 +07:00
softsimon
a498f9205b
Fix error on transaction page when acceleration is disabled 2024-01-02 11:25:50 +07:00
softsimon
1d74a99d2f
Update frontend/src/app/components/transaction/transaction.component.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-12-19 13:17:26 +07:00
softsimon
6014469513
Acceleration sounds 2023-12-15 23:09:24 +07:00
nymkappa
2013dc6d8b
[refactoring] move servics related api calls to its own service 2023-12-12 17:24:58 +01:00
Mononaut
51102004bb
Fix negative accelerated fee rate, simplify fee rate table 2023-12-06 14:50:26 +00:00
Mononaut
966adf5963
Show accelerated fee rates on mined tx pages 2023-12-05 13:48:38 +00:00
Mononaut
9fcafeeeb0
Switch to toggle-style acceleration dismiss button 2023-12-01 14:55:19 +09:00
Mononaut
e986cfd30b
Make the acceleration preview dismissable 2023-12-01 14:21:05 +09:00
softsimon
1c92394563
Merge pull request #4449 from mempool/nymkappa/translation-typo
Fix some SEO strings
2023-11-30 18:33:05 +09:00
ncois
c5ce3167f3
Fix overflow on transaction page 2023-11-29 15:27:45 +01:00
nymkappa
2e2801a4ab
Add missing txid in seo tx preview 2023-11-29 15:51:35 +09:00
softsimon
e654170d0b
Updating and correcting i18n strings 2023-11-25 18:05:08 +09:00
softsimon
35e108aa1c
Accelerate button height fix 2023-11-22 19:37:44 +09:00
nymkappa
6d920e0ed3
[accelerator] hide accelerate banner 2023-11-18 18:36:17 +09:00
nymkappa
cbf2395009
Merge branch 'master' into nymkappa/mega-branch 2023-11-14 11:12:11 +09:00
Mononaut
4ac0a6dad2
Display sigops on all transactions 2023-11-13 03:44:35 +00:00
softsimon
874d2b371d
Merge branch 'master' into mononaut/hide-arrow-on-replace 2023-11-11 11:57:03 +09:00
Mononaut
0cf898a19f
Split transaction components into separate module 2023-11-10 03:20:57 +00:00
nymkappa
27966ad8ec
[accelerator] hide cta while the tx page is loading 2023-11-02 10:21:15 +09:00
nymkappa
20026f974f
Merge remote-tracking branch 'origin/nymkappa/accel-button' into nymkappa/mega-branch 2023-10-04 12:11:10 +02:00
nymkappa
c04e92a686
Merge branch 'nymkappa/accelerate-preview-login-cta' into nymkappa/mega-branch 2023-10-04 12:10:46 +02:00
Mononaut
420fbf3d6f
Hide the blockchain arrow when transaction is replaced 2023-09-29 00:02:01 +01:00