2378 Commits

Author SHA1 Message Date
nymkappa
ad51a0101c Index new hashrates once every 24 hours 2022-02-21 14:48:59 +09:00
nymkappa
cc2890fd60 Added hashrate chart 2022-02-21 14:48:58 +09:00
nymkappa
5a6f9269b1 Generate daily average hashrate data 2022-02-21 14:48:57 +09:00
nymkappa
b93fe2ecc8 Re-define sub mining routes properly and use router outlet 2022-02-21 14:48:50 +09:00
softsimon
47697e042b Merge pull request #1223 from antonilol/address-labels
detect lightning htlc and unilateral close + fix multisig badge
2022-02-20 20:14:40 +04:00
softsimon
9389eb5f9c Merge branch 'master' into address-labels 2022-02-20 20:12:20 +04:00
wiz
f32c192ea2 Merge pull request #1268 from mempool/wiz/inline-enterprise-sponsor-logos
Inline all Enterprise Sponsor logos on About page
2022-02-20 11:20:25 +00:00
wiz
e660134f51 Fix mouseover CSS for inline SVG on About page 2022-02-20 20:11:31 +09:00
wiz
0778abfaa9 Merge branch 'master' into wiz/inline-enterprise-sponsor-logos 2022-02-20 11:09:11 +00:00
softsimon
2db7093121 Fixing enterprise sponsors margin 2022-02-20 13:33:46 +04:00
wiz
514208f4a1 Merge pull request #1267 from mempool/wiz/move-sponsor-button-on-about-page 2022-02-20 08:43:56 +00:00
wiz
48788beb3e Merge branch 'master' into wiz/move-sponsor-button-on-about-page 2022-02-20 08:14:08 +00:00
wiz
38b67ac62e Merge pull request #1265 from mempool/wiz/add-nixbitcoin-to-community-integrations 2022-02-20 08:13:34 +00:00
wiz
8d398dfed0 Merge branch 'master' into wiz/add-nixbitcoin-to-community-integrations 2022-02-20 08:06:00 +00:00
softsimon
78d7794516 Merge pull request #1266 from mempool/wiz/tweak-about-page-text
Tweak text on About page so it can be displayed on all networks
2022-02-20 12:01:56 +04:00
wiz
c62d1a8284 Inline all Enterprise Sponsor logos on About page 2022-02-20 13:01:02 +09:00
wiz
1a9d58eb10 Move the Become Sponsor button higher on About page 2022-02-20 11:48:46 +09:00
wiz
aade61ba58 Tweak text on About page so it can be displayed on all networks 2022-02-20 09:19:31 +09:00
wiz
a70363e5dc Add nix-bitcoin to Community Integrations on About page 2022-02-20 08:43:59 +09:00
wiz
188fee8575 Merge pull request #1245 from mempool/simon/dashboard-assets
Display top featured assets on Liquid dashboard
2022-02-18 19:11:28 +00:00
softsimon
a4540a7572 Merge branch 'master' into simon/dashboard-assets
# Conflicts:
#	frontend/src/app/app.module.ts
2022-02-18 22:49:32 +04:00
wiz
197bb6cb17 Merge pull request #1259 from nymkappa/feature/show-miner-blocks
Show miner tag under blocks in the mining dashboard
2022-02-18 15:37:50 +00:00
wiz
67641f4c98 Merge branch 'master' into feature/show-miner-blocks 2022-02-18 15:25:51 +00:00
nymkappa
63e81d51d8 Remove duplicated ChangeDetectorRef in blockchains blocks component 2022-02-18 22:25:31 +09:00
wiz
cf7dc6ab35 Merge pull request #1261 from knorrium/update_default_loglevel
Update docker default min loglevel to info
2022-02-18 06:11:35 +00:00
Felipe Knorr Kuhn
fade8de22b Update docker default min loglevel to info 2022-02-17 20:51:04 -08:00
softsimon
3157ec00e2 Flip Liquid dashboard locations 2022-02-18 00:37:37 +04:00
Antoni Spaanderman
2537e0249f Merge branch 'master' into address-labels 2022-02-17 16:05:53 +01:00
nymkappa
c0dd355d57 Show miner tag under blocks in the mining dashboard 2022-02-17 22:57:10 +09:00
wiz
25f4650f5a Merge pull request #1258 from nymkappa/feature/truncate-blocks-schema-change
When blocks need re-indexing, truncate the table
2022-02-17 11:19:07 +00:00
wiz
69fb310bec Merge branch 'master' into feature/truncate-blocks-schema-change 2022-02-17 11:18:54 +00:00
wiz
75f1d4b5e3 Merge pull request #1254 from nymkappa/feature/mining-dashboard
Create mining dashboard page
2022-02-17 11:18:24 +00:00
nymkappa
ca6277e8fd Fix widgets title in mining dashboard 2022-02-17 18:51:16 +09:00
nymkappa
76647c381e Fix difficulty chart xaxis label 2022-02-17 18:30:52 +09:00
nymkappa
624a3cc906 View more mining dashboard links are centered 2022-02-17 18:10:50 +09:00
nymkappa
94decf7d76 Reverts part of 6f25ecd98d9fdf1079dd550ecde4162ebe8d62d5 2022-02-17 18:08:00 +09:00
nymkappa
853552101c Fix routes for /mining - Share blockchain component instances - remove animations 2022-02-17 18:08:00 +09:00
nymkappa
4a9959d45f [mempool | blockchain] position changes between main/mining dashboards 2022-02-17 18:07:59 +09:00
nymkappa
2add7fe7f4 Database schema version 6 truncate the blocks table 2022-02-17 18:07:59 +09:00
nymkappa
b9feb03fc6 Added difficulty chart to mining dashboard 2022-02-17 18:07:58 +09:00
nymkappa
c498aa4d95 Fix pools ranking titles 2022-02-17 18:07:57 +09:00
nymkappa
59cfbceb4f Renamed /mining/dashboard -> /mining 2022-02-17 18:07:57 +09:00
nymkappa
ead9fb98f4 Create basic layout for mining dashboard page - Show miner in blocks 2022-02-17 18:07:56 +09:00
wiz
4977805d66 Merge branch 'master' into feature/truncate-blocks-schema-change 2022-02-17 09:07:39 +00:00
wiz
0c8d8aa85a Merge pull request #1257 from nymkappa/feature/pool-pie-chart-colors
Change pool ranking pie chart colors
2022-02-17 09:07:28 +00:00
nymkappa
c0082547c8 When blocks need re-indexing, truncate the table 2022-02-17 18:02:55 +09:00
nymkappa
98dc6a6a6a Change pool ranking pie chart colors 2022-02-17 17:52:12 +09:00
wiz
27f8229b15 Merge pull request #1255 from nymkappa/feature/difficulty-chart
Create difficulty chart component
2022-02-17 02:15:11 +00:00
nymkappa
0e25ea0a62 On mobile, show power of ten difficulty instead of full number 2022-02-17 10:15:41 +09:00
nymkappa
ad73e14db9 Add difficulty chart timespan selection 2022-02-17 09:41:05 +09:00