Commit Graph

  • 90e987f798 Merge pull request #2869 from mempool/nymkappa/feature/rewrite-pool-parser wiz 2023-02-25 17:50:19 +09:00
  • b7e6b6da13 Merge pull request #2869 from mempool/nymkappa/feature/rewrite-pool-parser wiz 2023-02-25 17:50:19 +09:00
  • 38d5774c52 Log the whole exception in pool parser nymkappa 2023-02-25 17:12:50 +09:00
  • 9395a5031e Log the whole exception in pool parser #2869 nymkappa 2023-02-25 17:12:50 +09:00
  • 6549a54554 Remove duplicated db transaction nymkappa 2023-02-25 17:05:58 +09:00
  • 2363a397f1 Remove duplicated db transaction nymkappa 2023-02-25 17:05:58 +09:00
  • 5234f11928 Increase db schema version to 56 nymkappa 2023-02-25 16:48:11 +09:00
  • 3d38064dbb Increase db schema version to 56 nymkappa 2023-02-25 16:48:11 +09:00
  • e9bc04a20e Use regexes instead of tags nymkappa 2023-02-24 21:35:13 +09:00
  • ad9e42db26 Use regexes instead of tags nymkappa 2023-02-24 21:35:13 +09:00
  • 8bd11f0598 Update pool parser to work with no database nymkappa 2023-02-16 09:09:14 +09:00
  • c2f5cb9529 Update pool parser to work with no database nymkappa 2023-02-16 09:09:14 +09:00
  • b8b6c46f87 Update missing POOLS_JSON_URL config nymkappa 2023-02-13 10:16:41 +09:00
  • 6cd42cfc73 Update missing POOLS_JSON_URL config nymkappa 2023-02-13 10:16:41 +09:00
  • 6861e1dadc Disable mining pools update if AUTOMATIC_BLOCK_REINDEXING is not set - Re-index unknown blocks when a new pool is added nymkappa 2023-02-12 22:44:04 +09:00
  • 117aa1375d Disable mining pools update if AUTOMATIC_BLOCK_REINDEXING is not set - Re-index unknown blocks when a new pool is added nymkappa 2023-02-12 22:44:04 +09:00
  • 533f0ac897 Point to the new mining pool files pools-v2.json nymkappa 2023-02-12 22:15:24 +09:00
  • d87fb04a92 Point to the new mining pool files pools-v2.json nymkappa 2023-02-12 22:15:24 +09:00
  • 8337da9b44 Rewrite mining pools parser - Re-index blocks table nymkappa 2023-01-02 13:25:40 +01:00
  • d3fdef256c Rewrite mining pools parser - Re-index blocks table nymkappa 2023-01-02 13:25:40 +01:00
  • a9c8971974 Merge pull request #3070 from mempool/nymkappa/feature/new-blocks-api wiz 2023-02-25 16:12:07 +09:00
  • e8ffd4335f Merge pull request #3070 from mempool/nymkappa/feature/new-blocks-api wiz 2023-02-25 16:12:07 +09:00
  • 0d1a0df044 Add missing truncate blocks table nymkappa 2023-02-25 13:59:37 +09:00
  • 210f939e65 Add missing truncate blocks table #3070 nymkappa 2023-02-25 13:59:37 +09:00
  • 9772fcf9ff Remove duplicated entry in backend/src/__fixtures__/mempool-config.template.json nymkappa 2023-02-24 15:14:35 +09:00
  • 8d9568016e Remove duplicated entry in backend/src/__fixtures__/mempool-config.template.json nymkappa 2023-02-24 15:14:35 +09:00
  • 06a83efef0 Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) nymkappa 2023-02-24 15:06:47 +09:00
  • 5d7c9f9315 Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable) nymkappa 2023-02-24 15:06:47 +09:00
  • bb2db0fe93 Do not download orphaned block if headers-only nymkappa 2023-02-24 14:40:28 +09:00
  • ad4cbd60d5 Do not download orphaned block if headers-only nymkappa 2023-02-24 14:40:28 +09:00
  • 8f60ce05e8 Increase cache schema version nymkappa 2023-02-24 14:30:59 +09:00
  • 822362c105 Increase cache schema version nymkappa 2023-02-24 14:30:59 +09:00
  • 98635e10fb Enabled coinstatsindex=1 nymkappa 2023-02-24 14:24:47 +09:00
  • 6c3a273e75 Enabled coinstatsindex=1 nymkappa 2023-02-24 14:24:47 +09:00
  • b028df0ff1 Format percentiles in a more verbose way nymkappa 2023-02-24 12:48:55 +09:00
  • ed8cf89fee Format percentiles in a more verbose way nymkappa 2023-02-24 12:48:55 +09:00
  • b50b34c5f9 Add missing coinbase_signature_ascii nymkappa 2023-02-24 11:46:47 +09:00
  • e19db4ae35 Add missing coinbase_signature_ascii nymkappa 2023-02-24 11:46:47 +09:00
  • 613f69e401 previousblockhash -> previous_block_hash nymkappa 2023-02-24 11:43:38 +09:00
  • aa1114926c previousblockhash -> previous_block_hash nymkappa 2023-02-24 11:43:38 +09:00
  • c31f10e7c9 Return zeroed out fee_amt_percentiles if there is no transaction nymkappa 2023-02-24 11:41:54 +09:00
  • 0bf4d52183 Return zeroed out fee_amt_percentiles if there is no transaction nymkappa 2023-02-24 11:41:54 +09:00
  • f9932d4cd2 Cleanup block before sending response in /blocks-bulk API Remove block_time Index summaries on the fly nymkappa 2023-02-24 11:33:36 +09:00
  • a0488dba76 Cleanup block before sending response in /blocks-bulk API Remove block_time Index summaries on the fly nymkappa 2023-02-24 11:33:36 +09:00
  • 04bbb3c6cc Remove block_time from indexed fields nymkappa 2023-02-24 10:29:58 +09:00
  • 086ee68b52 Remove block_time from indexed fields nymkappa 2023-02-24 10:29:58 +09:00
  • b97ff16bc2 Index coinbase signature in ascii nymkappa 2023-02-23 08:50:30 +09:00
  • 75a99568bf Index coinbase signature in ascii nymkappa 2023-02-23 08:50:30 +09:00
  • 6372496de9 Fix fee percentiles indexing nymkappa 2023-02-20 11:59:38 +09:00
  • b2eaa7efb1 Fix fee percentiles indexing nymkappa 2023-02-20 11:59:38 +09:00
  • 64831840b9 Dont compute fee percentile / median fee when indexing is disabled because we need summaries nymkappa 2023-02-19 19:17:51 +09:00
  • eceedf0bdf Dont compute fee percentile / median fee when indexing is disabled because we need summaries nymkappa 2023-02-19 19:17:51 +09:00
  • 35f213dd84 Fix median time indexing nymkappa 2023-02-19 18:38:23 +09:00
  • 6965c8f41b Fix median time indexing nymkappa 2023-02-19 18:38:23 +09:00
  • b0ba5945bf Wrap orphaned blocks updater into try/catch nymkappa 2023-02-18 14:53:21 +09:00
  • e2fe39f241 Wrap orphaned blocks updater into try/catch nymkappa 2023-02-18 14:53:21 +09:00
  • 6083b79d5a List orphaned blocks in the new blocks-bulk API nymkappa 2023-02-18 14:10:07 +09:00
  • 281899f551 List orphaned blocks in the new blocks-bulk API nymkappa 2023-02-18 14:10:07 +09:00
  • d6a8c3c347 Compute median fee and fee percentiles in sats nymkappa 2023-02-18 11:26:13 +09:00
  • 458f24c9f2 Compute median fee and fee percentiles in sats nymkappa 2023-02-18 11:26:13 +09:00
  • 4859b9c789 Fix median timestamp field - Fix reponse format when block is indexed on the fly nymkappa 2023-02-18 08:42:38 +09:00
  • 8f716a1d8c Fix median timestamp field - Fix reponse format when block is indexed on the fly nymkappa 2023-02-18 08:42:38 +09:00
  • dc48c486f2 Remove unescessary data from the blocks-bulk API nymkappa 2023-02-18 08:28:59 +09:00
  • 8612dd2d73 Remove unescessary data from the blocks-bulk API nymkappa 2023-02-18 08:28:59 +09:00
  • bdcf848209 Implemented coinstatsindex indexing nymkappa 2023-02-17 21:21:21 +09:00
  • 73f76474dd Implemented coinstatsindex indexing nymkappa 2023-02-17 21:21:21 +09:00
  • 2b39fa4cfa Get blocks data set by bulk (non indexed) nymkappa 2023-02-16 15:36:16 +09:00
  • c44896f53e Get blocks data set by bulk (non indexed) nymkappa 2023-02-16 15:36:16 +09:00
  • 33bbcb23a7 Center wrapping error message on mobile nymkappa 2023-02-25 13:43:48 +09:00
  • 9a246c68de Center wrapping error message on mobile #3130 nymkappa 2023-02-25 13:43:48 +09:00
  • d270a842a3 Improve error handling on channel component nymkappa 2023-02-25 13:38:09 +09:00
  • 8df2476266 Improve error handling on channel component nymkappa 2023-02-25 13:38:09 +09:00
  • 8c6ea6d630 Improve responsiveness on single column layout nymkappa 2023-02-25 13:20:49 +09:00
  • 80e0ef8970 Improve responsiveness on single column layout nymkappa 2023-02-25 13:20:49 +09:00
  • a1055a86a2 Merge pull request #3126 from mempool/ops/enable-cpfp-indexing wiz 2023-02-25 12:14:49 +09:00
  • 58eb6ccc8e Merge pull request #3126 from mempool/ops/enable-cpfp-indexing wiz 2023-02-25 12:14:49 +09:00
  • 693c81bf24 ops: Enable CPFP indexing for mainnet wiz 2023-02-25 12:14:07 +09:00
  • b50e973573 ops: Enable CPFP indexing for mainnet #3126 wiz 2023-02-25 12:14:07 +09:00
  • a4fe999334 Merge pull request #3025 from mempool/mononaut/offline-loading-blocks softsimon 2023-02-24 17:32:27 +04:00
  • 56789532ed Merge pull request #3025 from mempool/mononaut/offline-loading-blocks softsimon 2023-02-24 17:32:27 +04:00
  • fc161daba0 Make sure we don't show more than 6 rows in channel ranking widget nymkappa 2023-02-24 20:25:28 +09:00
  • 92862939da Make sure we don't show more than 6 rows in channel ranking widget nymkappa 2023-02-24 20:25:28 +09:00
  • 05b56e61ff Remove monospace from fiat amount nymkappa 2023-02-24 17:49:06 +09:00
  • 98e709b739 Remove monospace from fiat amount nymkappa 2023-02-24 17:49:06 +09:00
  • 2306b1f0d5 Remove console.log nymkappa 2023-02-24 17:47:33 +09:00
  • 7cee6df369 Remove console.log nymkappa 2023-02-24 17:47:33 +09:00
  • accd7c2ff5 Merge branch 'master' into nymkappa/feature/align-dashboards wiz 2023-02-24 17:10:57 +09:00
  • ab6219a828 Merge branch 'master' into nymkappa/feature/align-dashboards wiz 2023-02-24 17:10:57 +09:00
  • cee3018544 Merge pull request #3119 from mempool/nymkappa/bugfix/historical-price-bitcoin-only wiz 2023-02-24 17:10:22 +09:00
  • 7d3c7c3f45 Merge pull request #3119 from mempool/nymkappa/bugfix/historical-price-bitcoin-only wiz 2023-02-24 17:10:22 +09:00
  • 59ff4c1823 Merge branch 'master' into nymkappa/bugfix/historical-price-bitcoin-only wiz 2023-02-24 16:29:42 +09:00
  • 20404cf6a0 Merge branch 'master' into nymkappa/bugfix/historical-price-bitcoin-only #3119 wiz 2023-02-24 16:29:42 +09:00
  • 14f137625c Merge pull request #3109 from mempool/nymkappa/bugfix/qr-code-border softsimon 2023-02-24 10:57:06 +04:00
  • ddd8109187 Merge pull request #3109 from mempool/nymkappa/bugfix/qr-code-border softsimon 2023-02-24 10:57:06 +04:00
  • ebac41eb4c Hide new columns when screen width is too small nymkappa 2023-02-24 14:20:16 +09:00
  • a26dc977ba Hide new columns when screen width is too small nymkappa 2023-02-24 14:20:16 +09:00
  • 39b26a16f9 Merge pull request #3118 from mempool/wiz/fix-db-migration-54-liquid wiz 2023-02-24 13:56:56 +09:00
  • 4921ea1a2b Merge pull request #3118 from mempool/wiz/fix-db-migration-54-liquid wiz 2023-02-24 13:56:56 +09:00
  • e72064c0de Only query historical price if we're running mempool BASE_MODULE nymkappa 2023-02-24 12:12:50 +09:00
  • b4d0e20d75 Only query historical price if we're running mempool BASE_MODULE nymkappa 2023-02-24 12:12:50 +09:00