softsimon
d2bb3356da
Featured assets and asset groups
2022-02-07 03:34:14 +04:00
Antoni Spaanderman
394e659501
also detect uncompressed pubkeys + fix errors
2022-02-06 12:41:37 +01:00
Antoni Spaanderman
7b376da41c
copy paste moment
2022-02-05 17:29:42 +01:00
Antoni Spaanderman
1542d37f94
actually test htlc, fix indentation (again) and detect multisig
2022-02-05 17:26:50 +01:00
Antoni Spaanderman
5989a275bc
fix indentation + detect htlc with option_anchors
2022-02-05 16:58:41 +01:00
Antoni Spaanderman
036be3e6d1
detect lightning htlc and unilateral close
2022-02-05 16:50:10 +01:00
Antoni Spaanderman
00f511cec0
Merge branch 'master' into regtest-1
...
for cla bot
2022-02-04 12:34:42 +01:00
Antoni Spaanderman
c418df9360
Merge branch 'master' into fee-visibility
...
for cla bot
2022-02-04 12:26:47 +01:00
nymkappa
835ccce5b6
Renamed extra
to extras
2022-02-04 19:28:00 +09:00
nymkappa
a49cc9a2fa
Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface
2022-02-04 12:51:45 +09:00
nymkappa
f3d6cfd0c4
Set proper mining pool page title - Rename "Name" to "Pool"
2022-02-02 18:46:06 +09:00
nymkappa
27bf48f66f
Fix mining pools wrong default timespan value
2022-01-28 18:49:06 +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
add06ede7f
Add share % in pie chart label
2022-01-28 15:01:21 +09:00
nymkappa
fea0b94b67
Hide epoch data from the mining page
2022-01-28 15:01:20 +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
5ca98af7d1
Generate mining basic pool ranking (sorted by block found) for a specified timeframe
2022-01-28 13:52:35 +09:00
hunicus
887b1b6223
Change Citadel link to core
2023-08-09 18:18:52 +09:00
wiz
74610bca18
Update copyright years in legal notices
2022-01-25 09:36:02 +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
Antoni Spaanderman
e4875c714a
fix 0 sat/vB not displaying
2022-01-24 21:35:13 +01:00
Antoni Spaanderman
07477957fd
fix block height out of range on full page blocks viewer
2022-01-24 20:26:02 +01:00
Antoni Spaanderman
afcb1985ca
prefer const
over let
2022-01-24 20:25:22 +01:00
nymkappa
48d01afaa8
Cleanup master-page template
2022-01-24 18:22:15 +09:00
Felipe Knorr Kuhn
505b8e86cf
Add ids to nav bar items, liquid and bisq components
2022-01-22 14:21:46 -08:00
softsimon
e03c8b119b
Merge pull request #1176 from knorrium/update_liquid_tests
...
Update Liquid tests
2022-01-21 15:37:20 +04:00
Felipe Knorr Kuhn
04d6b70b31
Merge branch 'master' into update_liquid_tests
2022-01-20 21:54:23 -08:00
Felipe Knorr Kuhn
019c732272
Add an amount class vins and vouts to improve testing
2022-01-20 21:31:14 -08:00
softsimon
be77e3ff78
Fixing liqud asset precision
...
fixes #1166
2022-01-21 01:32:19 +04:00
softsimon
547469dab5
Asset name overflow fix
2022-01-21 00:16:18 +04:00
softsimon
da0eec4127
Liquid asset loading fixes
2022-01-20 23:00:43 +04:00
Antoni Spaanderman
3f599a895d
add regtest class
2022-01-20 19:10:36 +01:00
Antoni Spaanderman
25ce6943a6
add network regtest
2022-01-20 17:19:16 +01:00
wiz
9be94bd357
Merge pull request #1167 from mempool/simon/asset-icons
...
Display Liquid asset icons
2022-01-20 16:11:12 +00:00
softsimon
e87fb403c6
Display Liquid asset icons
2022-01-20 19:51:02 +04:00
Antoni Spaanderman
2761eb7b84
fixed arrow not pointing to genesis block
2022-01-20 15:57:53 +01:00
softsimon
27dc1806fb
Merge pull request #1152 from nymkappa/feature/split-difficulty-component
...
Move difficulty adjustment code to separate module
2022-01-19 13:19:17 +04:00
nymkappa
1508dbad04
Only apply vbytes/sec cap on Bitcoin mainnet - Fix linter issues
2022-01-17 20:19:20 +09:00
nymkappa
69df9b57f4
Move difficulty adjustment code to separate module
2022-01-17 13:33:07 +09:00
softsimon
3450ff97ff
Utilize gettxout to display spent/outspent
...
fixes #1088
2022-01-15 22:09:04 +04:00
wiz
f1c64eacb4
Fix translation for Project Translators on About page
2022-01-15 06:47:51 +00: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
wiz
54eb97389e
Merge pull request #1133 from nymkappa/feature/disable-graph-interaction-mobile
...
Disable graph touch interaction in dashboard on mobile so we can scroll properly
2022-01-13 07:20:58 +00:00
wiz
f6e85609ed
Merge pull request #1131 from hunicus/update-liquidtestnet-docs
...
Update liquidtestnet docs
2022-01-13 04:12:48 +00:00