softsimon
63fd1ec639
Merge branch 'master' into genesis-outspend
2022-02-03 13:48:19 +04:00
nymkappa
044a6fac07
Replaced /mining/pools?interval=X by /mining/pools/X
2022-02-02 19:03:07 +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
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
dcf613e065
DROP -> DROP IF EXISTS
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
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
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
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
nymkappa
0df75cb3a9
Fix typescript miss use
2022-01-20 23:31:32 +09:00
nymkappa
0b8244d19a
Make sure to release all db connections
2022-01-20 23:07:20 +09:00
nymkappa
1abfa4a82e
Add pools.json file in default config.ts - Handle file exception - Only import pools for MAINNET
2022-01-20 22:59:10 +09:00
nymkappa
a9eb0ab4bb
Fix add 'Unknown' pool logic
2022-01-20 16:56:25 +09:00
nymkappa
16f13fff32
Fix linter issues and typo
2022-01-20 16:34:14 +09:00
nymkappa
43b255bef1
Add pools.json to EXTERNAL_ASSETS - Now supports updating the table
2022-01-20 13:53:08 +09:00
nymkappa
49689d8807
Import mining pools into the database - Increment db schema to 3
2022-01-19 18:50:52 +09:00
Antoni Spaanderman
142543cc35
rethrow the error if it wasnt the genesis coinbase
2022-01-19 08:27:51 +01:00
Antoni Spaanderman
5202e669ce
outputs of genesis coinbase are always unspent
2022-01-18 22:25:38 +01:00
Antoni Spaanderman
7ad85c33b6
dont use hardcoded genesis coinbase and block hash
...
fixes #1128
2022-01-18 21:55:09 +01:00
wiz
c96310a8d7
Merge pull request #1151 from nymkappa/feature/save-zeroed-statistics
...
Insert zeroed statistics in the database if the mempool is empty
2022-01-17 19:08:35 +09:00
nymkappa
7f4bc915d9
Insert zeroed statistics in the database if the mempool is empty
2022-01-16 16:20:45 +09:00
wiz
fb1822623b
Bump version number to v2.4.0-dev
2022-01-16 15:41:23 +09:00
wiz
e5b2639d73
Release v2.3.0
2022-01-16 15:36:48 +09:00
softsimon
3450ff97ff
Utilize gettxout to display spent/outspent
...
fixes #1088
2022-01-15 22:09:04 +04:00
softsimon
0db0aa6ca6
Displaying translators as twitter photos
2022-01-15 04:19:50 +04:00
softsimon
a7528e60a8
Adding translators to About page
2022-01-15 04:01:53 +04:00
softsimon
7051cc8b0d
Fixing high vulnerabilities
2022-01-14 16:43:56 +04:00
wiz
308f08293f
Merge pull request #1141 from nymkappa/feature/remove-unused-data-statistics
...
Remove unused fields from statistics queries since we don't use them in the front end
2022-01-14 10:39:07 +00:00
nymkappa
b2d6fbbec3
Remove id
, unconfirmed_transactions
and tx_per_second
from the statistics queries since we don't use them in the front end
2022-01-14 19:21:54 +09:00
nymkappa
b93ccc925e
Order by native statistics.added
field for better query performances
2022-01-14 18:13:34 +09:00
softsimon
ee4c9f5727
Removing statistics cache and setting headers
2022-01-12 20:57:25 +04:00
nymkappa
de16205d1c
Added missing log tags
2022-01-12 17:43:32 +09:00
nymkappa
d6d02c6d22
Sleep 10 seconds before ending the process after critical error in database migration
2022-01-12 17:26:10 +09:00
nymkappa
2fcf2f1d40
Extract all CREATE
commands from transaction
2022-01-12 16:41:27 +09:00