nymkappa
|
38a8d37b5f
|
Merge branch 'master' into nymkappa/feature/merge-blocks
|
2022-05-24 10:14:06 +02:00 |
|
nymkappa
|
cf4814e7c6
|
For non Bitcoin network, run legacy API code, but keep the same endpoint
|
2022-05-23 13:02:18 +02:00 |
|
nymkappa
|
1088eeef5d
|
Merge legacy and mining /blocks components and APIs
|
2022-05-23 09:08:40 +02:00 |
|
nymkappa
|
45f8657eb4
|
Move indexing logic into Indexer class
|
2022-05-19 16:41:14 +02:00 |
|
nymkappa
|
400be70cee
|
Cleanup mining API endpoints
|
2022-05-17 12:02:50 +02:00 |
|
nymkappa
|
ae23bca03c
|
Always expose /block/{hash} API in the node backend
|
2022-05-12 08:13:42 +02:00 |
|
nymkappa
|
19e432ecd1
|
Add /api/v1/mining/blocks/sizes-weights/:interval API
|
2022-05-10 16:41:23 +02:00 |
|
wiz
|
a28918d7f1
|
Merge pull request #1590 from mempool/nymkappa/feature/hashrate-around-midnight
Run hashrate indexing after midnight
|
2022-05-09 10:45:24 +09:00 |
|
nymkappa
|
9e392180e6
|
Run hashrate indexing after midnight
|
2022-04-30 17:54:49 +09:00 |
|
nymkappa
|
fc93bb3178
|
Update pools table before fetching the first blocks
|
2022-04-27 16:57:07 +09:00 |
|
wiz
|
433399ad5c
|
Merge branch 'master' into nymkappa/bugfix/fast-forward-re-org
|
2022-04-24 05:54:42 +00:00 |
|
wiz
|
33aa1daaf8
|
Merge branch 'master' into nymkappa/feature/fee-range-chart
|
2022-04-23 04:44:03 +00:00 |
|
nymkappa
|
452ffb20cf
|
Wait for external assets file writers to complete
|
2022-04-22 04:03:08 -04:00 |
|
nymkappa
|
c849b5d3f1
|
Validate block hash chain after indexing and for new blocks
|
2022-04-18 17:49:22 +09:00 |
|
nymkappa
|
0ba34594a2
|
Add /api/v1/mining/blocks/fee-rates/{interval} API
|
2022-04-15 16:14:20 +09:00 |
|
nymkappa
|
3afcaf5b83
|
Add try/catch liquid icon loading
|
2022-04-15 13:20:54 +09:00 |
|
softsimon
|
427c1ca075
|
Refactored the DB class into a regular singleton class.
|
2022-04-13 17:38:42 +04:00 |
|
nymkappa
|
c18d525f4a
|
Refactor database pool use
|
2022-04-13 21:46:39 +09:00 |
|
nymkappa
|
d7d8fda3f6
|
Cleanup mining related backend logs
|
2022-04-13 16:30:49 +09:00 |
|
nymkappa
|
307385045b
|
Add block rewards chart
|
2022-04-11 20:57:13 +09:00 |
|
nymkappa
|
ae0bc02c78
|
Add block fees graph
|
2022-04-11 15:32:16 +09:00 |
|
nymkappa
|
98224b5ddc
|
[Indexing] - Support 10 blocks depth reorgs
|
2022-04-10 16:28:22 +09:00 |
|
nymkappa
|
a7260211ca
|
Use github api to fetch and update the pools database, once a week
|
2022-04-07 14:37:16 +09:00 |
|
nymkappa
|
de4c205ecb
|
/api/v1/mining/difficulty/{interval} is not used
|
2022-03-30 19:46:17 +09:00 |
|
nymkappa
|
3096e0f577
|
Use mining pool slug in urls
|
2022-03-25 14:22:22 +09:00 |
|
nymkappa
|
87df750f16
|
Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount}
|
2022-03-23 11:54:31 +09:00 |
|
nymkappa
|
c601f92732
|
Set db connection to UTC - Fix hashrate indexing
|
2022-03-13 16:08:31 +01:00 |
|
nymkappa
|
42e31b8410
|
Don't try to reset hashrates states if not bitcoin
|
2022-03-12 15:48:14 +01:00 |
|
nymkappa
|
dd3f43f7b2
|
Only show relevant hashrate in the pool page
|
2022-03-08 20:46:18 +01:00 |
|
nymkappa
|
0e2e420a1c
|
Added pool hashrate chart
|
2022-03-08 20:46:14 +01:00 |
|
nymkappa
|
48584d6c98
|
Fix incorrect state naming
|
2022-03-06 17:06:55 +01:00 |
|
nymkappa
|
8e5dd7b333
|
Remove unnecessary await
|
2022-03-06 16:50:59 +01:00 |
|
nymkappa
|
ce14cd2496
|
Split network daily hashrate indexing and weekly pool hashrate indexing
|
2022-03-06 12:52:38 +01:00 |
|
nymkappa
|
23e8da7864
|
Make sure to reset hashrates indexing flags upon error
|
2022-03-05 16:25:38 +01:00 |
|
nymkappa
|
5b62ed0b50
|
Only reset hashrate state flag after database migration - Fix weekly hashrate indexing bug
|
2022-03-05 13:54:07 +01:00 |
|
nymkappa
|
abb96ca064
|
warn on re-index - fix hash indexing state issue - cleanup ui mining
|
2022-02-24 20:21:14 +09:00 |
|
nymkappa
|
d751662010
|
Create stacked pools historical hashrates to see dominance over time
|
2022-02-24 20:21:12 +09:00 |
|
nymkappa
|
e573f03b9e
|
Update database migration log levels
|
2022-02-21 23:57:44 +09:00 |
|
nymkappa
|
e8903ee103
|
Make sure to try/catch indexing code in case db is not available
|
2022-02-21 23:46:25 +09:00 |
|
nymkappa
|
150b137f0c
|
Hashrates indexing waits for blocks indexing - Batch hashrates I/O ops
|
2022-02-21 17:34:07 +09:00 |
|
nymkappa
|
c770d15dad
|
Add --reindex command line parameter to force full re-indexing
|
2022-02-21 16:38:18 +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
|
09f8490601
|
Create difficulty chart component
|
2022-02-16 21:20:28 +09:00 |
|
nymkappa
|
2a5b0cfb07
|
Renamed /mining/pool-blocks/xxx -> /mining/pool/:poolId/blocks
|
2022-02-14 14:08:34 +09:00 |
|
nymkappa
|
e3e3e9f02e
|
Mining pool detail page draft PoC
|
2022-02-14 14:08:30 +09:00 |
|
nymkappa
|
6f18a5f1b6
|
Added mining/pool/:poolId and mining/pool/:poolId/:interval APIs
|
2022-02-14 14:08:10 +09:00 |
|
nymkappa
|
a79609ff5c
|
Added /api/v1/blocksExtras endpoint
|
2022-02-10 22:11:10 +09:00 |
|
softsimon
|
7a8e432ae6
|
Renaming assets-group to assets/group
|
2022-02-07 03:34:15 +04:00 |
|
softsimon
|
d2bb3356da
|
Featured assets and asset groups
|
2022-02-07 03:34:14 +04:00 |
|