softsimon
|
547469dab5
|
Asset name overflow fix
|
2022-01-21 00:16:18 +04:00 |
|
softsimon
|
812fdf3dd8
|
Merge pull request #1171 from knorrium/fix_liquid_proxy
Fix Liquid proxy settings
|
2022-01-20 23:42:57 +04:00 |
|
softsimon
|
6e903a60ce
|
Merge pull request #1170 from mempool/simon/liquid-loading-fixes
Liquid asset loading fixes
|
2022-01-20 23:30:44 +04:00 |
|
Felipe Knorr Kuhn
|
ecc2bb5684
|
Fix Liquid proxy settings
|
2022-01-20 11:27:50 -08:00 |
|
softsimon
|
da0eec4127
|
Liquid asset loading fixes
|
2022-01-20 23:00:43 +04: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 |
|
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 |
|
softsimon
|
4df6a8c4b3
|
Merge pull request #1158 from antonilol/coinbase
dont use hardcoded genesis coinbase and block hash
|
2022-01-19 13:33:45 +04: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 |
|
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
|
35206d1755
|
Merge pull request #1154 from nymkappa/bugfix/extreme-filter-only-mainnet
Only apply vbytes/sec cap on Bitcoin mainnet - Fix linter issues
|
2022-01-17 21:06:02 +09:00 |
|
nymkappa
|
1508dbad04
|
Only apply vbytes/sec cap on Bitcoin mainnet - Fix linter issues
|
2022-01-17 20:19:20 +09: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
|
69df9b57f4
|
Move difficulty adjustment code to separate module
|
2022-01-17 13:33:07 +09:00 |
|
wiz
|
d3695c60eb
|
Merge pull request #1150 from mempool/release/v2.3.0
|
2022-01-16 18:56:08 +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 |
|
wiz
|
0e1a113c87
|
Merge pull request #1149 from mempool/wiz/20220116-pull-from-transifex
Pull translated strings from Transifex
|
2022-01-16 15:31:44 +09:00 |
|
wiz
|
4e82981199
|
Merge pull request #1147 from mempool/simon/gettxout
Utilize gettxout to display spent/unspent
|
2022-01-16 15:29:53 +09:00 |
|
wiz
|
9c7b243e36
|
Merge pull request #1148 from mempool/simon/liquid-testnet-statuspage
Adding missing Liquid Testnet Status page
|
2022-01-16 15:00:42 +09:00 |
|
wiz
|
ce2016b01d
|
Pull translated strings from Transifex
|
2022-01-16 14:42:25 +09:00 |
|
softsimon
|
745f1ae40b
|
Adding missing Liquid Testnet Status page
|
2022-01-15 23:49:08 +04:00 |
|
softsimon
|
3450ff97ff
|
Utilize gettxout to display spent/outspent
fixes #1088
|
2022-01-15 22:09:04 +04:00 |
|
softsimon
|
6e951f0c04
|
Merge pull request #1145 from mempool/wiz/fix-html-theme-color
Fix HTML theme color for iOS status bar
|
2022-01-15 21:00:01 +04:00 |
|
wiz
|
472c757f81
|
Fix HTML theme color for iOS status bar
|
2022-01-16 00:19:29 +09:00 |
|
wiz
|
860e3640df
|
Merge pull request #1132 from mempool/simon/translators
Adding translators to About page
|
2022-01-15 06:49:01 +00:00 |
|
wiz
|
f1c64eacb4
|
Fix translation for Project Translators on About page
|
2022-01-15 06:47:51 +00:00 |
|
wiz
|
11b8b43e88
|
Merge pull request #1142 from mempool/wiz/update-nginx-conf-for-services-apis
Update nginx.conf for mempool.space services APIs
|
2022-01-15 06:22:44 +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
|
5d15e2103d
|
Merge pull request #1144 from mempool/wiz/update-nginx-conf-for-resource-caching
|
2022-01-14 15:06:11 +00:00 |
|
wiz
|
25400c0241
|
Update production nginx.conf resource cache times
|
2022-01-14 22:35:25 +09:00 |
|
wiz
|
fdf21e4ac7
|
Merge pull request #1143 from mempool/simon/fix-critical-vulnerability
Fixing high vulnerabilities
|
2022-01-14 12:53:15 +00:00 |
|
softsimon
|
7051cc8b0d
|
Fixing high vulnerabilities
|
2022-01-14 16:43:56 +04:00 |
|
wiz
|
6f9f87d8ec
|
Update nginx.conf for mempool.space services APIs
|
2022-01-14 20:56:41 +09:00 |
|
wiz
|
2ad538fb8a
|
Merge pull request #1140 from mempool/wiz/fix-newsyslog-owner-and-pidfile
Fix newsyslog.conf owner and pidfile location
|
2022-01-14 10:54:27 +00: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 |
|
wiz
|
3f59d61107
|
Fix newsyslog.conf owner and pidfile location
|
2022-01-14 19:21:42 +09:00 |
|
wiz
|
a3a1841bf8
|
Merge pull request #1139 from nymkappa/feature/improve-statistics-query-perf
Order by native `statistics.added` field for better query performances
|
2022-01-14 09:30:01 +00:00 |
|