5808 Commits

Author SHA1 Message Date
wiz
a9c8971974 Merge pull request #3070 from mempool/nymkappa/feature/new-blocks-api
Index coinstatsindex - Add bulk block query api
2023-02-25 16:12:07 +09:00
nymkappa
0d1a0df044 Add missing truncate blocks table 2023-02-25 14:22:17 +09:00
nymkappa
9772fcf9ff Remove duplicated entry in backend/src/__fixtures__/mempool-config.template.json 2023-02-25 14:22:17 +09:00
nymkappa
06a83efef0 Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) 2023-02-25 14:22:17 +09:00
nymkappa
bb2db0fe93 Do not download orphaned block if headers-only 2023-02-25 14:22:17 +09:00
nymkappa
8f60ce05e8 Increase cache schema version 2023-02-25 14:22:16 +09:00
nymkappa
98635e10fb Enabled coinstatsindex=1 2023-02-25 14:22:16 +09:00
nymkappa
b028df0ff1 Format percentiles in a more verbose way 2023-02-25 14:22:16 +09:00
nymkappa
b50b34c5f9 Add missing coinbase_signature_ascii 2023-02-25 14:22:16 +09:00
nymkappa
613f69e401 previousblockhash -> previous_block_hash 2023-02-25 14:22:15 +09:00
nymkappa
c31f10e7c9 Return zeroed out fee_amt_percentiles if there is no transaction 2023-02-25 14:22:15 +09:00
nymkappa
f9932d4cd2 Cleanup block before sending response in /blocks-bulk API
Remove block_time
Index summaries on the fly
2023-02-25 14:22:15 +09:00
nymkappa
04bbb3c6cc Remove block_time from indexed fields 2023-02-25 14:22:15 +09:00
nymkappa
b97ff16bc2 Index coinbase signature in ascii 2023-02-25 14:22:14 +09:00
nymkappa
6372496de9 Fix fee percentiles indexing 2023-02-25 14:22:14 +09:00
nymkappa
64831840b9 Dont compute fee percentile / median fee when indexing is disabled because we need summaries 2023-02-25 14:22:14 +09:00
nymkappa
35f213dd84 Fix median time indexing 2023-02-25 14:22:14 +09:00
nymkappa
b0ba5945bf Wrap orphaned blocks updater into try/catch 2023-02-25 14:22:13 +09:00
nymkappa
6083b79d5a List orphaned blocks in the new blocks-bulk API 2023-02-25 14:22:13 +09:00
nymkappa
d6a8c3c347 Compute median fee and fee percentiles in sats 2023-02-25 14:22:13 +09:00
nymkappa
4859b9c789 Fix median timestamp field - Fix reponse format when block is indexed on the fly 2023-02-25 14:22:13 +09:00
nymkappa
dc48c486f2 Remove unescessary data from the blocks-bulk API 2023-02-25 14:22:12 +09:00
nymkappa
bdcf848209 Implemented coinstatsindex indexing 2023-02-25 14:22:12 +09:00
nymkappa
2b39fa4cfa Get blocks data set by bulk (non indexed) 2023-02-25 14:22:11 +09:00
nymkappa
33bbcb23a7 Center wrapping error message on mobile 2023-02-25 13:43:48 +09:00
nymkappa
d270a842a3 Improve error handling on channel component 2023-02-25 13:38:09 +09:00
nymkappa
8c6ea6d630 Improve responsiveness on single column layout 2023-02-25 13:20:49 +09:00
wiz
a1055a86a2 Merge pull request #3126 from mempool/ops/enable-cpfp-indexing
ops: Enable CPFP indexing for mainnet
2023-02-25 12:14:49 +09:00
wiz
693c81bf24 ops: Enable CPFP indexing for mainnet 2023-02-25 12:14:07 +09:00
softsimon
a4fe999334 Merge pull request #3025 from mempool/mononaut/offline-loading-blocks
Handling for network interruptions in scrollable blockchain
2023-02-24 17:32:27 +04:00
nymkappa
fc161daba0 Make sure we don't show more than 6 rows in channel ranking widget 2023-02-24 20:25:28 +09:00
nymkappa
05b56e61ff Remove monospace from fiat amount 2023-02-24 17:49:06 +09:00
nymkappa
2306b1f0d5 Remove console.log 2023-02-24 17:47:33 +09:00
wiz
accd7c2ff5 Merge branch 'master' into nymkappa/feature/align-dashboards 2023-02-24 17:10:57 +09:00
wiz
cee3018544 Merge pull request #3119 from mempool/nymkappa/bugfix/historical-price-bitcoin-only
Only query historical price if we're running mempool BASE_MODULE
2023-02-24 17:10:22 +09:00
wiz
59ff4c1823 Merge branch 'master' into nymkappa/bugfix/historical-price-bitcoin-only 2023-02-24 16:29:42 +09:00
softsimon
14f137625c Merge pull request #3109 from mempool/nymkappa/bugfix/qr-code-border
Add border to qr code because it's a best practice
2023-02-24 10:57:06 +04:00
nymkappa
ebac41eb4c Hide new columns when screen width is too small 2023-02-24 14:20:16 +09:00
wiz
39b26a16f9 Merge pull request #3118 from mempool/wiz/fix-db-migration-54-liquid
Fix DB migration 54 breaking liquid
2023-02-24 13:56:56 +09:00
nymkappa
e72064c0de Only query historical price if we're running mempool BASE_MODULE 2023-02-24 12:12:50 +09:00
nymkappa
1656e70cc6 Fix DB migration 54 breaking liquid 2023-02-24 10:41:17 +09:00
nymkappa
33853a07cb Add border input in the qr code component 2023-02-24 09:55:48 +09:00
Mononaut
ea81cbd866 fix gaps in loading blockchain 2023-02-23 14:31:01 -06:00
Mononaut
fb630ac991 Show skeleton loader for all blocks while offline 2023-02-23 13:54:06 -06:00
Mononaut
85024c2ddd Handle network interruptions in scrollable blockchain 2023-02-23 13:52:08 -06:00
wiz
ffb6f77da6 Merge pull request #3084 from knorrium/update_ci_node
Update node v16, LTS and current for CI
2023-02-23 22:31:33 +09:00
wiz
a7a901df97 Merge pull request #3117 from hunicus/translator-imgs
Fit translator avatars neatly on 2 lines
2023-02-23 22:15:47 +09:00
wiz
cea83f4b3b Merge branch 'master' into translator-imgs 2023-02-23 21:53:37 +09:00
wiz
df58e6dad7 Merge pull request #3111 from mempool/nymkappa/bugfix/optimize-price-frontend
Redo/Fix completely failed PR #3092 + add PR #3105
2023-02-23 21:49:56 +09:00
hunicus
8055387d60 Fit translator avatars neatly on 2 lines 2023-02-23 07:39:57 -05:00