nymkappa
27bf48f66f
Fix mining pools wrong default timespan value
2022-01-28 18:49:06 +09:00
nymkappa
e3696bca61
Fixes post rebase
2022-01-28 15:01:24 +09:00
nymkappa
6e61de3a96
Small improvements on the mining page UX
...
- INDEXING_BLOCKS_AMOUNT = 0 disable indexing, INDEXING_BLOCKS_AMOUNT = -1 indexes everything
- Show only available timespan in the mining page according to available datas
- Change default INDEXING_BLOCKS_AMOUNT to 1100
Don't use unfiltered mysql user input
Enable http cache header for mining pools (1 min)
2022-01-28 15:01:24 +09:00
nymkappa
2c31fe6328
Move block indexing start logic in blocks.ts
2022-01-28 15:01:23 +09:00
nymkappa
25c9083f1b
Update tests - Replace button click blocks -> pools
2022-01-28 15:01:23 +09:00
nymkappa
7188d0d55d
Added MEMPOOL.INDEXING_BLOCKS_AMOUNT in the config (default 432 blocks)
2022-01-28 15:01:23 +09:00
nymkappa
ae379f1af4
Wrap block indexing into a try/catch since we don't use async when calling that function
2022-01-28 15:01:22 +09:00
nymkappa
1160baaf02
Polish mining page UI
...
Make sure to wait for all mining pools queries before continuing
2022-01-28 15:01:22 +09:00
nymkappa
045141d16d
Don't try to identify the mining pool on liquid/bisq
2022-01-28 15:01:21 +09:00
nymkappa
8b9e3e0ea1
Import pools file for testnet and signet as well - Added missing express routes
2022-01-28 15:01:21 +09:00
nymkappa
add06ede7f
Add share % in pie chart label
2022-01-28 15:01:21 +09:00
nymkappa
dcf613e065
DROP -> DROP IF EXISTS
2022-01-28 15:01:20 +09:00
nymkappa
fea0b94b67
Hide epoch data from the mining page
2022-01-28 15:01:20 +09:00
nymkappa
a8e5f44937
Drop legacy blocks
table during migration - Fix linter issues
2022-01-28 15:01:19 +09:00
nymkappa
92de2bbc03
Fix xxxWindowPreference management
2022-01-28 15:01:19 +09:00
nymkappa
16ab9b38a0
Basic block indexing WIP - Default mining pool icon - Only show mining hashrate on 1d scale
2022-01-28 15:01:15 +09:00
nymkappa
b567c0ad43
Add difficulty adjustment in mining page + Fix pools table on mobile
2022-01-28 14:52:12 +09:00
nymkappa
7b51470704
When a new blocks is mined, refresh the mining stats
2022-01-28 13:54:59 +09:00
nymkappa
8d406a40e5
Add pie chart and rewrite the pool ranking component
2022-01-28 13:54:59 +09:00
nymkappa
cd61bcf85a
Increment migration schema version to 3 and re-add pools
and blocks
table creation queries
2022-01-28 13:53:29 +09:00
nymkappa
5ca98af7d1
Generate mining basic pool ranking (sorted by block found) for a specified timeframe
2022-01-28 13:52:35 +09:00
nymkappa
4646cc6df3
Refactor blocks.ts and index 10k block headers at launch
2022-01-28 13:51:14 +09:00
nymkappa
1b5ef17b1f
Add backend README - Backend watchers setup
2022-01-28 13:50:58 +09:00
nymkappa
1a856574aa
Migrate pools.json to the database in one command - Updated latest pools.json file from Blockchain-Known-Pools master
2022-01-28 13:50:58 +09:00
wiz
b855a14c1a
Merge pull request #1194 from AaronDewes/patch-1
...
Change Citadel link to core
2022-01-27 09:03:12 +00:00
hunicus
887b1b6223
Change Citadel link to core
2023-08-09 18:18:52 +09:00
wiz
1a4a8e61e5
Merge pull request #1188 from mempool/wiz/add-cla
...
Add new Contributor License Agreement policy
2022-01-25 10:22:21 +00:00
softsimon
e6bfaf257e
Accept the CLA for @softsimon
2022-01-25 13:41:28 +04:00
wiz
74610bca18
Update copyright years in legal notices
2022-01-25 09:36:02 +00:00
wiz
28778f0c00
Accept the CLA for @wiz
2022-01-25 09:35:48 +00:00
wiz
45642dc445
Add new Contributor License Agreement policy
2022-01-25 09:30:11 +00:00
wiz
47318e1437
Merge pull request #1173 from mempool/simon/liquid-asset-precision-fix
...
Fixing Liquid asset precision
2022-01-25 08:15:20 +00:00
wiz
b0f453d5bf
Merge pull request #1187 from nymkappa/bugfix/mysql-transactions
...
Remove useless autocommit=0 in db migration script
2022-01-25 07:51:31 +00:00
nymkappa
159c4224bd
Remove useless autocommit=0 in db migration script
2022-01-25 16:45:52 +09:00
wiz
0ac558fc0d
Merge pull request #1163 from nymkappa/feature/pools-migration
...
Mining dashboard (1/2) - Import mining pools into the database - Increment db schema to 3
2022-01-25 06:27:10 +00:00
softsimon
97f509c1bf
Merge pull request #1182 from nymkappa/bugfix/statistics-db-error-handling
...
Wrap statistics db ops with try/catch
2022-01-24 17:05:48 +04:00
softsimon
d15edb1c83
Merge pull request #1183 from nymkappa/feature/cleanup-master-page
...
Cleanup master-page template
2022-01-24 17:03:16 +04:00
softsimon
37639fdeb5
Merge pull request #1177 from knorrium/fix_broken_bisq_tx_link
...
Fix broken link on the Bisq transaction page
2022-01-24 13:23:11 +04:00
nymkappa
48d01afaa8
Cleanup master-page template
2022-01-24 18:22:15 +09:00
nymkappa
675ea25880
Wrap statistics db ops with try/catch
2022-01-24 16:22:38 +09:00
nymkappa
3528ca35bd
Make sure to wait for all mining pools queries before continuing
2022-01-24 14:34:03 +09:00
softsimon
6f7ef4fa25
Merge pull request #1178 from knorrium/update_e2e_tests
...
Update e2e tests: new scenarios for Liquid, Bisq and refactor button selectors
2022-01-23 14:25:11 +04:00
softsimon
a3929a5cf0
Merge pull request #1179 from mempool/simon/frontend-npm-audit-fix
...
Npm audit fix
2022-01-23 12:58:39 +04:00
softsimon
9cb0f108e5
Npm audit fix
2022-01-23 12:58:16 +04:00
Felipe Knorr Kuhn
f525e0f776
Update tests: use ids for nav bar items and new scenarios for bisq and liquid
2022-01-22 14:23:09 -08:00
Felipe Knorr Kuhn
505b8e86cf
Add ids to nav bar items, liquid and bisq components
2022-01-22 14:21:46 -08:00
Felipe Knorr Kuhn
824fc5c22c
Fix broken link on the Bisq transaction page
2022-01-21 23:12:18 -08:00
softsimon
edf06270cd
Merge pull request #1175 from knorrium/update_to_cypress_931
...
Update Cypress to v9.3.1
2022-01-21 15:37:54 +04:00
softsimon
e03c8b119b
Merge pull request #1176 from knorrium/update_liquid_tests
...
Update Liquid tests
2022-01-21 15:37:20 +04:00
wiz
f1ed28c52b
Merge pull request #1172 from mempool/simon/liquid-asset-overflow
...
Asset name overflow fix
2022-01-21 08:55:50 +00:00