Commit graph

4390 commits

Author SHA1 Message Date
nymkappa
d4c01f6b1f
[accelerator] acceleration list query 1y 2024-03-03 07:57:36 +01:00
nymkappa
8bd939b374
[accelerator] show 3m stats, fix accel fee chart 2024-03-01 12:53:29 +01:00
nymkappa
cda5448f13
[accelerator] fix accel bid boost chart height 2024-03-01 11:04:40 +01:00
softsimon
af6af2748c
Merge pull request #4715 from mempool/nymkappa/accel-dashboard-cleanup
[accelerator] improve acceleration list/dashboard
2024-03-01 10:17:22 +07:00
softsimon
5b9b0d0968
Merge pull request #4694 from mempool/dependabot/npm_and_yarn/frontend/echarts-5.5.0
Bump echarts from 5.4.3 to 5.5.0 in /frontend
2024-02-29 12:05:10 +07:00
softsimon
419b40884a
Only display acceleration tab on mainnet
fixes #4719
2024-02-29 11:49:12 +07:00
nymkappa
867e959430
[accelerator] /accelerator/stats -> /accelerator/accelerations/stats 2024-02-27 15:22:59 +01:00
nymkappa
3f8a4b5119
[accelerator] move accel stats into backend 2024-02-27 15:20:15 +01:00
nymkappa
cc06f85e73
Merge branch 'master' into nymkappa/accel-dashboard-cleanup 2024-02-27 12:42:19 +01:00
softsimon
a9d94bdafd
Merge pull request #4685 from mempool/mononaut/v3-filter
Add Goggles filter for nVersion=3
2024-02-27 15:44:13 +07:00
wiz
18b1805ff3
Merge pull request #4706 from mempool/natsoni/fix-liquid-dashboard-safari
Fix liquid dashboard css
2024-02-27 12:22:18 +09:00
wiz
4044ca3877
Merge pull request #4708 from mempool/mononaut/acceleration-goggles
Add Acceleration Goggles
2024-02-27 12:21:55 +09:00
wiz
66386f2bcc
Merge pull request #4709 from mempool/hunicus/txs-api-queryparam
Fix query parameter label in tx history api doc
2024-02-27 12:21:17 +09:00
nymkappa
ab0c3eeab6
[accelerator] cap max width acceleration history list for now 2024-02-26 16:47:19 +01:00
nymkappa
e26fcff063
[accelerator] cleanup status 2024-02-26 16:40:22 +01:00
nymkappa
b3b65c59dc
[accelerator] improve dashboard responsiveness a bit 2024-02-26 16:23:00 +01:00
nymkappa
fbebfdae04
[accelerator] add pagination support in acceleration list 2024-02-26 15:54:10 +01:00
nymkappa
968a26d2cd
Merge branch 'master' into nymkappa/update-doc 2024-02-25 10:07:48 +01:00
wiz
7e16c5e8c4
Tweak a few strings on Acceleration Summary screen 2024-02-25 16:18:43 +09:00
hunicus
8701ba8546
Fix query parameter label in tx history api doc 2024-02-25 01:17:46 -05:00
Mononaut
42912ff007
Add Acceleration Goggles 2024-02-24 20:37:41 +00:00
natsoni
6d8a72301c
Fix recent pegs table css 2024-02-22 15:14:47 +01:00
natsoni
1cdbde680c
Fix liquid dashboard on mobile view 2024-02-22 14:43:19 +01:00
wiz
e8e43c074b
Merge pull request #4704 from mempool/mononaut/matomo-events
matomo events
2024-02-22 19:18:27 +09:00
nymkappa
dc50b40b69
if matomo is undefined, don't try to use it 2024-02-22 11:07:50 +01:00
wiz
cb7938baa1
Merge branch 'master' into orangesurf/trademark-updates-2 2024-02-22 15:56:08 +09:00
wiz
b0d34d4e48
Merge branch 'master' into mononaut/matomo-events 2024-02-22 15:27:57 +09:00
Mononaut
c684834c42
matomo tx events 2024-02-21 23:15:31 +00:00
softsimon
46e989ab27
Merge pull request #4692 from mempool/natsoni/fix-goggles-z-index
Fix block visualisation tooltip z-index
2024-02-21 12:17:43 +07:00
softsimon
2c19e44fbf
Merge pull request #4690 from mempool/natsoni/fix-hardcoded-hashrate-unit
Fix hardcoded hashrate unit in pool ranking graph
2024-02-21 11:12:21 +07:00
softsimon
dab72f669d
Merge pull request #4700 from mempool/natsoni/lightning-pagination
Add pagination to Lightning nodes list and fix table overflow
2024-02-21 11:07:35 +07:00
Mononaut
a3b713cc74
Revert reverted halving countdown widget 2024-02-20 23:12:41 +00:00
natsoni
17697e669a
Add pagination to Lightning nodes list and fix overflow 2024-02-19 17:08:07 +01:00
natsoni
5fc2205b54
Fix nodes map undefined channels count 2024-02-19 11:57:43 +01:00
dependabot[bot]
521d2fc650
Bump echarts from 5.4.3 to 5.5.0 in /frontend
Bumps [echarts](https://github.com/apache/echarts) from 5.4.3 to 5.5.0.
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.4.3...5.5.0)

---
updated-dependencies:
- dependency-name: echarts
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 02:25:26 +00:00
natsoni
ac250ebe6c
Add z-index to block overview tooltip component 2024-02-17 18:08:22 +01:00
natsoni
596aada169
Fix hardcoded hashrate unit in pool ranking graph 2024-02-16 09:59:37 +01:00
nymkappa
c4df05b581
[doc] remove "estimated_fee" from accelerator endpoints 2024-02-15 17:33:38 +01:00
Mononaut
e8fc1e8522
Always show estimated difficulty adjustment 2024-02-15 15:32:31 +00:00
softsimon
5f14b32a06
Merge branch 'master' into mononaut/sliding-difficulty 2024-02-15 22:57:21 +08:00
softsimon
e2d7c82553
Merge pull request #4673 from mempool/natsoni/liquid-dashboard-minor-fixes
Liquid Audit dashboard: requested changes
2024-02-15 17:13:20 +08:00
natsoni
7259a00c8d
Polish pegometer for varying screen width 2024-02-14 18:22:04 +01:00
natsoni
9f4c351e3d
Minor logic change in dashboard component 2024-02-13 16:55:02 +01:00
natsoni
d55d5db01d
Resolve conflicts in dashboard component 2024-02-13 09:47:45 +01:00
natsoni
55cd2f5678
Liquid dashboard: switch places of top graphs 2024-02-13 09:36:22 +01:00
natsoni
69747a0028
Migrate audit dashboard to main Liquid page 2024-02-13 00:59:28 +01:00
hunicus
45c1e05ebc
Move sponsor boxes to subscriptions account panel 2024-02-12 17:43:34 -05:00
Mononaut
8713d33d1a
Add Goggles filter for nVersion=3 2024-02-12 20:00:57 +00:00
natsoni
99aa6c9ed3
Liquid: improve recent pegs pagination data query 2024-02-12 11:34:47 +01:00
Mononaut
000524691a
Project early difficulty from sliding window 2024-02-11 23:11:19 +00:00