nymkappa
671c25870c
Fix pagination on /mining/blocks
2022-03-16 21:00:40 +01:00
nymkappa
32f38cddba
Fix pool get blocks API undefined start block behavior
2022-03-16 20:19:39 +01:00
softsimon
45206ea90e
Difficulty adjustment refactor
...
fixes #1157
2022-03-14 16:48:59 +01:00
nymkappa
aa7476807b
Create working template for the new blocks page
2022-03-12 16:49:15 +01:00
Antoni Spaanderman
c45f301424
Merge branch 'master' into regtest-1
2022-03-09 17:55:09 +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
Antoni Spaanderman
27f6654299
Merge branch 'master' into regtest-1
2022-03-08 19:45:03 +01:00
nymkappa
91219bff92
Remove useless mining function wrapper in backend
2022-03-06 12:52:39 +01:00
Antoni Spaanderman
82462d47e7
Merge branch 'master' into regtest-1
2022-02-28 13:09:51 +01:00
nymkappa
d751662010
Create stacked pools historical hashrates to see dominance over time
2022-02-24 20:21:12 +09:00
nymkappa
74005bb0b1
Remove debug console.log
2022-02-22 22:04:52 +09:00
nymkappa
4c93df6dc9
Merge hashrate and difficulty into one chart
2022-02-22 20:16: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
Antoni Spaanderman
cfaf8b037a
Merge branch 'master' into regtest-1
2022-02-17 16:05:22 +01:00
nymkappa
ad73e14db9
Add difficulty chart timespan selection
2022-02-17 09:41:05 +09:00
nymkappa
09f8490601
Create difficulty chart component
2022-02-16 21:20:28 +09:00
nymkappa
7acc0b17af
Merge branch 'master' into feature/pool-stats-page
2022-02-15 20:42:06 +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
Antoni Spaanderman
7a44705ef1
set fee_histogram to []
2022-02-13 16:13:46 +01:00
Antoni Spaanderman
8902107663
implement /api/mempool
2022-02-13 13:52:04 +01:00
nymkappa
a79609ff5c
Added /api/v1/blocksExtras endpoint
2022-02-10 22:11:10 +09:00
Antoni Spaanderman
47628303e3
Merge branch 'master' into regtest-1
2022-02-09 10:42:23 +01:00
softsimon
05e51e598b
Changing Asset proxy redirects to liquid.network
2022-02-07 03:34:16 +04: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
Antoni Spaanderman
00f511cec0
Merge branch 'master' into regtest-1
...
for cla bot
2022-02-04 12:34:42 +01:00
nymkappa
044a6fac07
Replaced /mining/pools?interval=X by /mining/pools/X
2022-02-02 19:03:07 +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
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
5ca98af7d1
Generate mining basic pool ranking (sorted by block found) for a specified timeframe
2022-01-28 13:52:35 +09:00
Antoni Spaanderman
d9875b65e3
stop for loop after genesis block
...
prevHash == undefined for the genesis block
2022-01-20 19:24:30 +01:00
softsimon
3450ff97ff
Utilize gettxout to display spent/outspent
...
fixes #1088
2022-01-15 22:09:04 +04:00
softsimon
ee4c9f5727
Removing statistics cache and setting headers
2022-01-12 20:57:25 +04:00
softsimon
25e2408d02
Liquid icons api
2021-12-19 22:09:49 +04:00
wiz
b21520b577
Merge pull request #881 from mempool/simon/tx-push-endpoint
...
Post TX API for HTML forms
2021-11-18 22:40:55 +09:00
softsimon
a3e60deece
Post TX API for HTML forms
2021-11-18 17:25:48 +04:00
softsimon
df089e00fb
Handle recent difficulty adjustment estimate gracefully
...
fixes #927
2021-11-17 13:46:48 +04:00
Miguel Medeiros
b6c4a6dfc3
Add 2y and 3y statistics time span.
2021-11-01 22:06:10 -03:00
softsimon
18d17e5f29
Handle new type of Electrum Server error.
...
fixes #872
2021-10-23 11:46:38 +04:00
softsimon
57202f885e
Broadcast transaction form
...
fixes #878
2021-10-19 17:10:30 +04:00
softsimon
0450a86054
Adding POST /tx API to bitcoind mode
...
fixes #777
2021-09-26 22:46:23 +04:00
softsimon
54e6f408ce
Elements blockchain parser. Save all peg in/out i the database.
2021-09-19 02:26:44 +04:00
softsimon
ccee78bc57
Refactoring Bitcoin RPC client implementation
2021-09-18 13:18:47 +04:00
softsimon
41f95fa4c7
Liquid: Display unconfidential address and fix tracking
...
fixes #761
2021-09-06 10:20:31 +04:00
softsimon
645986b7fc
Backend: Bumping Typescript version to 4.4.2 ( #748 )
...
* Backend: Bumping Typescript version to 4.4.2
* Replacing any types with instanceOf checks.
2021-08-31 15:09:33 +03:00
Miguel Medeiros
255bdfe0d9
Refactor getDifficultyChange endpoint.
2021-08-25 21:14:01 -03:00
softsimon
16fa2a0ed7
Removing "raw block".
2021-08-03 18:15:33 +03:00