Commit graph

  • 99e1006cb5 add largest_address_history_cache_size setting, defaulting to 256 Jack Robison 2022-08-26 10:55:06 -04:00
  • 4958097b66 fix attribute name Jack Robison 2022-08-26 10:47:35 -04:00
  • cd9b91e1d9 use LargestValueCache for caching the largest needed full address histories Jack Robison 2022-08-26 10:37:48 -04:00
  • fc38bda03c Strengthen --daemon_url checks using yarl.URL (what aiohttp uses). Jonathan Moody 2022-08-17 16:50:44 -04:00
  • c53d2b6f5a increase the default history_tx_cache_size Jack Robison 2022-08-18 18:11:11 -04:00
  • 570bda9c8b remove redundant hashX_history_cache Jack Robison 2022-08-18 18:06:12 -04:00
  • 34c5ab2e56 include blocked/filtered in the error message Jack Robison 2022-08-15 14:30:59 -04:00
  • 4bc2bf79eb simplify applying filtering/blocking Jack Robison 2022-08-14 11:09:50 -04:00
  • db3294e6e0 include reason from the repost description in blocking/filtering errors Jack Robison 2022-08-13 14:35:48 -04:00
  • 93850d72eb
    Update README.md Jack Robison 2022-08-15 14:59:13 -04:00
  • c6cc3cbd26
    fix https://github.com/lbryio/hub/issues/68 Jack Robison 2022-08-09 15:42:57 -04:00
  • 23599ee1b2 Update tests to account for multi_get feature and new DBStatePrefixRow fields. Jonathan Moody 2022-08-03 14:31:31 -04:00
  • 42584ca60a
    Revert "add version file" Jack Robison 2022-08-09 14:17:34 -04:00
  • d57fc7eab9 add version file Jeffrey Picard 2022-08-09 17:12:50 +03:00
  • 4845b92248
    update diagram Jack Robison 2022-08-01 11:52:03 -04:00
  • 9ad09c7c6d
    update diagram Jack Robison 2022-08-01 11:48:13 -04:00
  • 35483fa0b1 increase scribe history tx lfu cache size Jack Robison 2022-07-31 12:59:50 -04:00
  • bffd1b1394 fix initial height for scribe metrics Jack Robison 2022-07-31 12:57:21 -04:00
  • 34e3f9ecee expose cache size settings Jack Robison 2022-07-29 14:19:56 -04:00
  • 9df8f9c651 metrics Jack Robison 2022-07-28 19:32:15 -04:00
  • 0918299163 use LFU caches Jack Robison 2022-07-28 15:13:00 -04:00
  • a46343c84f add LFUCache and LFUCacheWithMetrics Jack Robison 2022-07-28 15:10:48 -04:00
  • eb87474b48 expose tx_cache_size setting Jack Robison 2022-07-17 13:36:18 -04:00
  • fc9b0af5b6 expose resolved_url_cache_size Jack Robison 2022-07-16 10:58:02 -04:00
  • a41abc870d expose merkle_cache_size setting Jack Robison 2022-07-16 10:38:50 -04:00
  • 78e9d7b50b
    add example scripts for manually copying docker volumes Jack Robison 2022-07-06 15:50:45 -04:00
  • a10beac943 Bump ujson from 5.2.0 to 5.4.0 dependabot[bot] 2022-07-05 22:34:00 +00:00
  • 9e3963ba23
    fix resolve error messages Jack Robison 2022-06-30 12:37:12 -04:00
  • 3b2b8f814c add wait_until_block testing helper to BlockchainProcessorService Jack Robison 2022-06-29 12:18:34 -04:00
  • 2363865e00 prune stale trending notifications during initial bulk sync Jack Robison 2022-06-29 12:17:39 -04:00
  • 903a44d991 add mempool time metric for scribe prometheus Jack Robison 2022-06-29 11:14:09 -04:00
  • 6b46f0488d fix scribe prometheus Jack Robison 2022-06-29 11:13:58 -04:00
  • c3703fd13f fix using lbcd with ssl Jack Robison 2022-06-29 11:13:42 -04:00
  • 79b84d89a3 batched claim txo fetching for the ES claim producers Jack Robison 2022-06-17 00:02:00 -04:00
  • ac01a17214 fix estimate_timestamp Jack Robison 2022-06-27 18:52:37 -04:00
  • a86388f6de add resolved url lru cache Jack Robison 2022-06-21 14:26:08 -04:00
  • 4b90097997 increase cache sizes for Tx, TxNum, and TxHash prefixes Jack Robison 2022-06-21 14:25:24 -04:00
  • 0094237b97 update default ADDRESS_HISTORY_CACHE_SIZE Jack Robison 2022-06-21 14:24:42 -04:00
  • 028143ec7e reduce tx_cache and merkle_cache sizes Jack Robison 2022-06-21 14:24:15 -04:00
  • ea7b55f1f0
    fix issue with claims for the same channel, related to https://github.com/lbryio/hub/issues/51 Jack Robison 2022-06-17 01:21:11 -04:00
  • b069e3d824
    fix https://github.com/lbryio/hub/issues/51 Jack Robison 2022-06-17 00:53:46 -04:00
  • 2038877e4e
    update example docker composes to use master Jack Robison 2022-06-16 18:00:44 -04:00
  • 6c0f901d33
    fix updating the block height in udp pong responses Jack Robison 2022-06-16 15:26:54 -04:00
  • 1a5fd214b9
    Update cluster_guide.md Jack Robison 2022-06-15 17:57:07 -04:00
  • 5512a841e1
    update docker build action Jack Robison 2022-06-15 17:42:03 -04:00
  • 983955f5d0 Update docker-image.yml kodxana 2022-05-15 15:31:01 +02:00
  • 23ac3fcd89
    Merge pull request #49 from lbryio/lbcd-ssl Jack Robison 2022-06-15 10:13:28 -04:00
  • 9dbd8cab4b
    add --daemon_ca_path arg to use ssl with lbcd Jack Robison 2022-06-14 15:25:28 -04:00
  • 6fd718f353
    Merge pull request #48 from lbryio/initialize-from-snapshot Jack Robison 2022-06-14 14:35:22 -04:00
  • 09ea58c062
    update examples Jack Robison 2022-06-14 14:20:31 -04:00
  • fbe68d516c
    optionally initialize rocksdb from a snapshot Jack Robison 2022-06-14 13:55:53 -04:00
  • 4187afd165
    Merge pull request #45 from lbryio/batched-status Jack Robison 2022-06-14 13:53:12 -04:00
  • 5d44018018
    batched resolve using multi_get Jack Robison 2022-06-09 17:20:57 -04:00
  • 287de0807c
    remove unused code Jack Robison 2022-05-31 16:42:23 -04:00
  • e9be86229d
    address_history_cache_size Jack Robison 2022-05-31 12:22:13 -04:00
  • 237b78ee63
    use multi_get for sending history notifications and for batched subscriptions Jack Robison 2022-05-27 14:06:34 -04:00
  • f1d51eae7b
    add get_hashX_statuses, using multi_get Jack Robison 2022-05-27 14:05:43 -04:00
  • 709ea1ebcb
    set constant relayfee and and estimatefee values Jack Robison 2022-05-27 13:57:52 -04:00
  • 9f2e329d99
    Merge pull request #43 from lbryio/cleanup-db Jack Robison 2022-05-27 12:54:21 -04:00
  • 76dd9c392b
    fix uncaught error returning transactions that dont yet exist Jack Robison 2022-05-27 11:58:09 -04:00
  • 78bd2da267
    cache estimated_timestamp Jack Robison 2022-05-27 10:05:13 -04:00
  • 0901f67d89
    split up secondary/primary db classes Jack Robison 2022-05-25 16:30:57 -04:00
  • 66278443c4
    Merge pull request #42 from lbryio/dependabot/pip/ujson-5.2.0 Jack Robison 2022-05-27 09:43:36 -04:00
  • c11aba7aa4
    Bump ujson from 5.1.0 to 5.2.0 dependabot[bot] 2022-05-26 01:23:19 +00:00
  • c43ec575ae
    Update cluster_guide.md Jack Robison 2022-05-24 15:31:58 -04:00
  • a7e6bcb366
    fix metric Jack Robison 2022-05-22 12:11:24 -04:00
  • fb98a4d7d0
    Merge pull request #40 from lbryio/improve-history-cache Jack Robison 2022-05-22 00:00:38 -04:00
  • 75e9123eaf
    update the history cache in place instead of clearing/rebuilding Jack Robison 2022-05-21 15:25:07 -04:00
  • 7263ec553e
    asyncify for loop Jack Robison 2022-05-20 14:40:26 -04:00
  • 4466bb1451
    address_subscriptions gauge and history_size histogram metrics Jack Robison 2022-05-20 11:58:18 -04:00
  • e9f2b1efea
    asyncio.sleep less often Jack Robison 2022-05-20 11:32:39 -04:00
  • cb1ed3beb1
    history_tx_info_cache metrics Jack Robison 2022-05-19 16:25:23 -04:00
  • e5713dc63c
    improve caching for blockchain.address.get_history Jack Robison 2022-05-19 12:53:49 -04:00
  • 9a6f2a6d96
    update examples and deploy script Jack Robison 2022-05-19 10:35:07 -04:00
  • 844bdbdf60
    update readme Jack Robison 2022-05-18 16:49:42 -04:00
  • 8d125f8d44
    Update README.md Jack Robison 2022-05-18 16:34:29 -04:00
  • 36c1471dcf
    Update README.md Jack Robison 2022-05-18 16:31:52 -04:00
  • 9e9c778edd
    Merge pull request #38 from lbryio/rename-things Jack Robison 2022-05-18 16:18:21 -04:00
  • 87c8457144
    fix dockerfile Jack Robison 2022-05-18 15:37:22 -04:00
  • b873f75ff6
    update entrypoint Jack Robison 2022-05-18 15:08:56 -04:00
  • 706971edbe
    fix logging Jack Robison 2022-05-18 14:41:34 -04:00
  • f8022c9c9a
    move docker compose examples into docs Jack Robison 2022-05-18 13:42:36 -04:00
  • 4f7d2af1fa
    delete unused Jack Robison 2022-05-18 13:42:25 -04:00
  • a919a3a519
    move search.py to herald Jack Robison 2022-05-18 13:34:36 -04:00
  • 37fc334c46
    update docker and entrypoints Jack Robison 2022-05-18 13:09:42 -04:00
  • 30e295ec28
    move notifier_protocol.py Jack Robison 2022-05-18 12:02:08 -04:00
  • 301a0ca66d
    rename scribe.elasticsearch -> hub.elastic_sync Jack Robison 2022-05-18 10:57:08 -04:00
  • 060e423707
    rename scribe.hub -> hub.herald Jack Robison 2022-05-18 10:56:09 -04:00
  • 0da235bceb
    rename scribe.blockchain -> hub.scribe Jack Robison 2022-05-18 10:55:12 -04:00
  • 27e09d7aa7
    rename repo to lbry-hub and module to hub Jack Robison 2022-05-18 10:50:20 -04:00
  • 0eeab397cf
    move files to docs folder Jack Robison 2022-05-18 10:44:42 -04:00
  • 3b7850802a
    Merge pull request #35 from lbryio/optional-address-history-status Jack Robison 2022-05-17 20:14:59 -04:00
  • 14b14686f4
    update readme Jack Robison 2022-05-17 19:58:01 -04:00
  • 830ee294ef
    batched catch up for the address status index Jack Robison 2022-05-17 19:20:31 -04:00
  • 25a8c6b558
    remove unneeded labels from prometheus Jack Robison 2022-05-17 11:52:23 -04:00
  • f747637688
    reduce cache sizes Jack Robison 2022-05-17 10:02:36 -04:00
  • bf1667b44d
    fix turning address status index on and off Jack Robison 2022-05-12 15:21:51 -04:00
  • 51a753c4d2
    fix settings Jack Robison 2022-05-12 14:36:14 -04:00
  • 32c21a26a9
    cleanup Jack Robison 2022-05-12 12:48:11 -04:00
  • 708c45504a
    delete unused code Jack Robison 2022-05-12 10:48:48 -04:00